Newman Run Dashboard

Friday, 30 January 2026 07:40:50
Total Iterations

3

Total Assertions

198

Total Failed Tests

29

Total Skipped Tests

0


File Information
Collection: Inwarranty-flow collection Copy
Environment: QA
Timings and Data
Total run duration: 50.3s
Total data received: 4.82MB
Average response time: 299ms
Summary Item Total Failed
Requests 162 3
Prerequest Scripts 189 0
Test Scripts 237 3
Assertions 198 23
Skipped Tests 0 -



Showing 29 Failures

Failed Test: Verify the resposne time is below 400ms

Assertion Error Message
expected 575 to be below 400
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 403

Assertion Error Message
expected response to have status code 403 but got 401
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty


There are no skipped tests



3 Iterations available to view
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 575ms
Mean size per request: 690B

Test Pass Percentage
80 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 720d3a95-67b8-4ba0-a7b9-cccac8f09a60
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-QJgjHfMe7txMIZezBcRwuIcOj1E"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MDB9.tH56JAVPd01hN30F4csqPUKhv0p2po3JwLE_azc_o5o"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 0 1 0
Total 4 1 0
Test Failure
Test NameAssertion Error
Verify the resposne time is below 400ms
expected 575 to be below 400
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 281ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3c8c211d-374c-4717-8bda-58247e7eef91
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 277ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9191ef9c-ceed-4de7-ab09-d42ee8858a8f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 279ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MDB9.tH56JAVPd01hN30F4csqPUKhv0p2po3JwLE_azc_o5o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6a276ff7-1391-489b-be8b-bc48d70791a7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 280ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MDB9.tH56JAVPd01hN30F4csqPUKhv0p2po3JwLE_azc_o5o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f95a0099-6316-4c4a-9245-2aa650c05860
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 276ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MDB9.tH56JAVPd01hN30F4csqPUKhv0p2po3JwLE_azc_o5o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4e4ae5b8-ee47-4029-af90-180112b7ec80
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 304ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MDB9.tH56JAVPd01hN30F4csqPUKhv0p2po3JwLE_azc_o5o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 868baf82-bbf1-4f74-b71e-8637c32e56eb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-VZKRUSxxWf8NRwLQy1H32X5UyHc"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":550},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 292ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MDB9.tH56JAVPd01hN30F4csqPUKhv0p2po3JwLE_azc_o5o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3cd5c94f-6eed-4ec9-8a0b-3d369f437ae8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 298ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MDB9.tH56JAVPd01hN30F4csqPUKhv0p2po3JwLE_azc_o5o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 79bfebbe-dd12-403e-85a9-d9ce98da672d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-VZKRUSxxWf8NRwLQy1H32X5UyHc"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":550},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 288ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MDB9.tH56JAVPd01hN30F4csqPUKhv0p2po3JwLE_azc_o5o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 39a65769-b637-45ed-8ad8-ba23dbeab5a1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 30 Jan 2026 07:40:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 276ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MDB9.tH56JAVPd01hN30F4csqPUKhv0p2po3JwLE_azc_o5o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 547d5e0d-61d7-45ac-90e1-dbf09a9b421f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 291ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MDB9.tH56JAVPd01hN30F4csqPUKhv0p2po3JwLE_azc_o5o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d2149479-245e-429f-8302-7c02c54195b7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 30 Jan 2026 07:40:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 334ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MDB9.tH56JAVPd01hN30F4csqPUKhv0p2po3JwLE_azc_o5o
randomnumber 488
randomFirstName Josie
randomLastName Jaskolski
randomEmail Guillermo_Kihn@hotmail.com
randomPhone 734-200-8690
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token aa19dbd6-3215-453e-ad40-14be760dd2ab
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1052
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Laurine",
                "last_name": "Rodriguez",
                "mobile_number": "486-650-1624",
                "mobile_number_alt": "",
                "email_id": "Beulah66@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"43020844351253",
                "imei1": "43020844351253",
                "imei2": "43020844351253",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-RIjA0EI660WrR1QUBGV4nXmbE5E"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":171559,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":171576,"tr_customer_product_id":171566,"job_number":"JOB_171559"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 275ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MDB9.tH56JAVPd01hN30F4csqPUKhv0p2po3JwLE_azc_o5o
randomnumber 494
randomFirstName Alexzander
randomLastName Balistreri
randomEmail Mohamed98@yahoo.com
randomPhone 801-814-6804
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 42c3d9f8-a18e-4da4-8483-a39b82c50b9e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1052
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Brycen",
                "last_name": "Sipes",
                "mobile_number": "585-800-1398",
                "mobile_number_alt": "",
                "email_id": "Rey.Simonis98@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"37874040193614",
                "imei1": "37874040193614",
                "imei2": "37874040193614",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 276ms
Mean size per request: 17B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization
randomnumber 213
randomFirstName Maiya
randomLastName Feeney
randomEmail Jordi95@gmail.com
randomPhone 654-777-0856
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5923ffae-2e3c-4490-a852-4f9b891bde87
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1051
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Shayne",
                "last_name": "D'Amore",
                "mobile_number": "375-497-4336",
                "mobile_number_alt": "",
                "email_id": "Augustus31@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"43898963419135",
                "imei1": "43898963419135",
                "imei2": "43898963419135",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 403
expected response to have status code 403 but got 401
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 277ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MDB9.tH56JAVPd01hN30F4csqPUKhv0p2po3JwLE_azc_o5o
randomnumber 611
randomFirstName Clark
randomLastName Mueller
randomEmail Domenico76@gmail.com
randomPhone 601-960-1415
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cb6efeeb-f10c-471d-8fc9-7000846e1f8d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 277ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MDB9.tH56JAVPd01hN30F4csqPUKhv0p2po3JwLE_azc_o5o
randomnumber 677
randomFirstName Emil
randomLastName Doyle
randomEmail Barney.OConnell85@yahoo.com
randomPhone 366-907-5945
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ae78d6be-2b9f-4816-bf81-6457527a24d7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1041
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Jailyn",
                "last_name": "Toy",
                "mobile_number": "979-914-1516",
                "mobile_number_alt": "",
                "email_id": "Leonor_Gislason95@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000904",
                "imei1": "100000904",
                "imei2": "100000904",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 276ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MDB9.tH56JAVPd01hN30F4csqPUKhv0p2po3JwLE_azc_o5o
randomnumber 733
randomFirstName Deion
randomLastName Lehner
randomEmail Johnny.Glover31@hotmail.com
randomPhone 417-600-6253
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5eb74569-2704-4bfb-9548-57119c29ce0c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 297ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MDB9.tH56JAVPd01hN30F4csqPUKhv0p2po3JwLE_azc_o5o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ba4453d6-e6c3-4df8-97a0-f7a18d850e40
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-BFQKhUKEZOtkPZ0YbHkvCsYU/m4"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":551},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 924ms
Mean size per request: 534.9KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MDB9.tH56JAVPd01hN30F4csqPUKhv0p2po3JwLE_azc_o5o
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 916a1f0c-7634-45a0-bd36-3bdc82962fc7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"85b96-6llOFDD17LYtWMDx38zSKXtObBw"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 30 Jan 2026 07:40:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":171084,"job_number":"JOB_171084","tr_customer_id":171101,"tr_customer_product_id":171091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:19.000Z","modified_at":"2026-01-30T04:20:19.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10334439849599","imei1":"10334439849599","imei2":"10334439849599","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171087,"job_number":"JOB_171087","tr_customer_id":171104,"tr_customer_product_id":171094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:21.000Z","modified_at":"2026-01-30T04:20:21.000Z","name":"Thea Kilback","mobile_number":"352-427-6834","email_id":"Micaela_Greenfelder55@gmail.com","dop":"2000-01-31","serial_number":"1057508121111206","imei1":"1057508121111206","imei2":"1057508121111206","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171130,"job_number":"JOB_171130","tr_customer_id":171147,"tr_customer_product_id":171137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:04.000Z","modified_at":"2026-01-30T04:21:04.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10661726422848","imei1":"10661726422848","imei2":"10661726422848","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171134,"job_number":"JOB_171134","tr_customer_id":171151,"tr_customer_product_id":171141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:06.000Z","modified_at":"2026-01-30T04:21:06.000Z","name":"Daron Weimann","mobile_number":"669-861-4502","email_id":"Maya.Olson@hotmail.com","dop":"2000-01-31","serial_number":"1089050112890730","imei1":"1089050112890730","imei2":"1089050112890730","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171180,"job_number":"JOB_171180","tr_customer_id":171197,"tr_customer_product_id":171187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:49.000Z","modified_at":"2026-01-30T04:21:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10684632463129","imei1":"10684632463129","imei2":"10684632463129","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171184,"job_number":"JOB_171184","tr_customer_id":171201,"tr_customer_product_id":171191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:50.000Z","modified_at":"2026-01-30T04:21:50.000Z","name":"Lillie Tromp","mobile_number":"781-701-0318","email_id":"Devonte98@gmail.com","dop":"2000-01-31","serial_number":"1032149972052196","imei1":"1032149972052196","imei2":"1032149972052196","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171207,"job_number":"JOB_171207","tr_customer_id":171224,"tr_customer_product_id":171214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:33.000Z","modified_at":"2026-01-30T04:22:33.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10486566917712","imei1":"10486566917712","imei2":"10486566917712","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171209,"job_number":"JOB_171209","tr_customer_id":171226,"tr_customer_product_id":171216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:34.000Z","modified_at":"2026-01-30T04:22:34.000Z","name":"Marianne Mayert","mobile_number":"699-633-4366","email_id":"Reyna18@hotmail.com","dop":"2000-01-31","serial_number":"1081188012489991","imei1":"1081188012489991","imei2":"1081188012489991","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171467,"job_number":"JOB_171467","tr_customer_id":171484,"tr_customer_product_id":171474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:57.000Z","modified_at":"2026-01-30T06:49:57.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10885059418353","imei1":"10885059418353","imei2":"10885059418353","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171469,"job_number":"JOB_171469","tr_customer_id":171486,"tr_customer_product_id":171476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:59.000Z","modified_at":"2026-01-30T06:49:59.000Z","name":"Geo Kulas","mobile_number":"677-564-2868","email_id":"Rowena.Beier@gmail.com","dop":"2000-01-31","serial_number":"1038309113358548","imei1":"1038309113358548","imei2":"1038309113358548","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171474,"job_number":"JOB_171474","tr_customer_id":171491,"tr_customer_product_id":171481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:44.000Z","modified_at":"2026-01-30T06:50:44.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10138717050619","imei1":"10138717050619","imei2":"10138717050619","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171476,"job_number":"JOB_171476","tr_customer_id":171493,"tr_customer_product_id":171483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:46.000Z","modified_at":"2026-01-30T06:50:46.000Z","name":"Ariel Huels","mobile_number":"535-999-2215","email_id":"Meta.Schaden83@yahoo.com","dop":"2000-01-31","serial_number":"1007358706824285","imei1":"1007358706824285","imei2":"1007358706824285","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171480,"job_number":"JOB_171480","tr_customer_id":171497,"tr_customer_product_id":171487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:30.000Z","modified_at":"2026-01-30T06:51:30.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10078460753366","imei1":"10078460753366","imei2":"10078460753366","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171482,"job_number":"JOB_171482","tr_customer_id":171499,"tr_customer_product_id":171489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:32.000Z","modified_at":"2026-01-30T06:51:32.000Z","name":"Adele Hyatt","mobile_number":"318-668-1034","email_id":"Kameron62@yahoo.com","dop":"2000-01-31","serial_number":"1038689945006620","imei1":"1038689945006620","imei2":"1038689945006620","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:32.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171486,"job_number":"JOB_171486","tr_customer_id":171503,"tr_customer_product_id":171493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:16.000Z","modified_at":"2026-01-30T06:52:16.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10895912519873","imei1":"10895912519873","imei2":"10895912519873","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171488,"job_number":"JOB_171488","tr_customer_id":171505,"tr_customer_product_id":171495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:18.000Z","modified_at":"2026-01-30T06:52:18.000Z","name":"Augustine King","mobile_number":"516-270-9722","email_id":"Juston_Kling68@hotmail.com","dop":"2000-01-31","serial_number":"1004032210903606","imei1":"1004032210903606","imei2":"1004032210903606","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:18.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171009,"job_number":"JOB_171009","tr_customer_id":171026,"tr_customer_product_id":171016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:08:27.000Z","modified_at":"2026-01-30T00:08:27.000Z","name":"Alexandra Emmerich","mobile_number":"541-804-6888","email_id":"Hayden_Ebert@gmail.com","dop":"2025-12-10","serial_number":"192618610756540","imei1":"192618610756540","imei2":"192618610756540","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:08:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171010,"job_number":"JOB_171010","tr_customer_id":171027,"tr_customer_product_id":171017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:10:08.000Z","modified_at":"2026-01-30T00:10:08.000Z","name":"Marcus Batz","mobile_number":"815-586-3143","email_id":"Anne.Mertz@hotmail.com","dop":"2025-12-10","serial_number":"196747128061158","imei1":"196747128061158","imei2":"196747128061158","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:10:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171012,"job_number":"JOB_171012","tr_customer_id":171029,"tr_customer_product_id":171019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:46:04.000Z","modified_at":"2026-01-30T00:46:04.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"69077551366337","imei1":"69077551366337","imei2":"69077551366337","popurl":"2026-01-20T00:46:05.360110400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171013,"job_number":"JOB_171013","tr_customer_id":171030,"tr_customer_product_id":171020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T01:06:28.000Z","modified_at":"2026-01-30T01:06:28.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"95342828280759","imei1":"95342828280759","imei2":"95342828280759","popurl":"2026-01-20T01:06:28.428047187Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T01:06:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171014,"job_number":"JOB_171014","tr_customer_id":171031,"tr_customer_product_id":171021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T01:07:10.000Z","modified_at":"2026-01-30T01:07:10.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"58957088779228","imei1":"58957088779228","imei2":"58957088779228","popurl":"2026-01-20T01:07:10.028400917Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T01:07:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171015,"job_number":"JOB_171015","tr_customer_id":171032,"tr_customer_product_id":171022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:02:32.000Z","modified_at":"2026-01-30T02:02:32.000Z","name":"Lucy Stanton","mobile_number":"751-787-9156","email_id":"Ona78@yahoo.com","dop":"2025-12-10","serial_number":"113029298018590","imei1":"113029298018590","imei2":"113029298018590","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:02:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171016,"job_number":"JOB_171016","tr_customer_id":171033,"tr_customer_product_id":171023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:10:03.000Z","modified_at":"2026-01-30T02:10:03.000Z","name":"Maya Kassulke","mobile_number":"701-580-8927","email_id":"Keeley14@gmail.com","dop":"2025-12-10","serial_number":"115935734016490","imei1":"115935734016490","imei2":"115935734016490","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:10:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171017,"job_number":"JOB_171017","tr_customer_id":171034,"tr_customer_product_id":171024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:17:01.000Z","modified_at":"2026-01-30T02:17:01.000Z","name":"Wanda Hills","mobile_number":"550-723-6743","email_id":"Ludwig.Glover@hotmail.com","dop":"2025-12-10","serial_number":"167787378226206","imei1":"167787378226206","imei2":"167787378226206","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:17:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171018,"job_number":"JOB_171018","tr_customer_id":171035,"tr_customer_product_id":171025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:21:38.000Z","modified_at":"2026-01-30T02:21:38.000Z","name":"Lela Kohler","mobile_number":"710-207-8438","email_id":"Abbey_Schaefer@hotmail.com","dop":"2025-12-10","serial_number":"179367396307145","imei1":"179367396307145","imei2":"179367396307145","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171019,"job_number":"JOB_171019","tr_customer_id":171036,"tr_customer_product_id":171026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:28:09.000Z","modified_at":"2026-01-30T02:28:09.000Z","name":"Janice Torphy","mobile_number":"571-228-2003","email_id":"Talon.Smith@gmail.com","dop":"2025-12-10","serial_number":"117726331096685","imei1":"117726331096685","imei2":"117726331096685","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171020,"job_number":"JOB_171020","tr_customer_id":171037,"tr_customer_product_id":171027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:25:45.000Z","modified_at":"2026-01-30T03:25:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14828724578553","imei1":"14828724578553","imei2":"14828724578553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171021,"job_number":"JOB_171021","tr_customer_id":171038,"tr_customer_product_id":171028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:25:45.000Z","modified_at":"2026-01-30T03:26:20.000Z","name":"Iliana Ratke","mobile_number":"465-864-8207","email_id":"Jaquelin.Lehner68@yahoo.com","dop":"2025-04-06","serial_number":"12328006768547","imei1":"12328006768547","imei2":"12328006768547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T03:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171022,"job_number":"JOB_171022","tr_customer_id":171039,"tr_customer_product_id":171029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:25:46.000Z","modified_at":"2026-01-30T03:25:46.000Z","name":"Chase Emmerich","mobile_number":"642-375-6447","email_id":"Wiley.Blick45@gmail.com","dop":"2025-04-06","serial_number":"18124366766046890","imei1":"18124366766046890","imei2":"18124366766046890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171023,"job_number":"JOB_171023","tr_customer_id":171040,"tr_customer_product_id":171030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:26:27.000Z","modified_at":"2026-01-30T03:26:27.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11712103852461","imei1":"11712103852461","imei2":"11712103852461","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:26:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171024,"job_number":"JOB_171024","tr_customer_id":171041,"tr_customer_product_id":171031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:26:28.000Z","modified_at":"2026-01-30T03:27:03.000Z","name":"Bettie Gottlieb","mobile_number":"672-999-8147","email_id":"Berenice.Witting68@hotmail.com","dop":"2025-04-06","serial_number":"17227610582223","imei1":"17227610582223","imei2":"17227610582223","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T03:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171025,"job_number":"JOB_171025","tr_customer_id":171042,"tr_customer_product_id":171032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:26:29.000Z","modified_at":"2026-01-30T03:26:29.000Z","name":"Jovanny Bailey","mobile_number":"687-996-8546","email_id":"Audrey49@hotmail.com","dop":"2025-04-06","serial_number":"13938562338247316","imei1":"13938562338247316","imei2":"13938562338247316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:26:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171026,"job_number":"JOB_171026","tr_customer_id":171043,"tr_customer_product_id":171033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:26:57.000Z","modified_at":"2026-01-30T03:26:57.000Z","name":"Ankit Ojha","mobile_number":"8634214986","email_id":"jhsdhf@gmail.con","dop":"2025-05-01","serial_number":"35594500302521","imei1":"35594500302521","imei2":"35594500302521","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171027,"job_number":"JOB_171027","tr_customer_id":171044,"tr_customer_product_id":171034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:27:10.000Z","modified_at":"2026-01-30T03:27:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19492302188959","imei1":"19492302188959","imei2":"19492302188959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171028,"job_number":"JOB_171028","tr_customer_id":171045,"tr_customer_product_id":171035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:27:10.000Z","modified_at":"2026-01-30T03:27:46.000Z","name":"Emmett Price","mobile_number":"605-665-2676","email_id":"Nat1@yahoo.com","dop":"2025-04-06","serial_number":"19727064882509","imei1":"19727064882509","imei2":"19727064882509","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T03:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171029,"job_number":"JOB_171029","tr_customer_id":171046,"tr_customer_product_id":171036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:27:12.000Z","modified_at":"2026-01-30T03:27:12.000Z","name":"Fatima Rippin","mobile_number":"264-758-2084","email_id":"Celestino.VonRueden43@hotmail.com","dop":"2025-04-06","serial_number":"16797938487163444","imei1":"16797938487163444","imei2":"16797938487163444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171030,"job_number":"JOB_171030","tr_customer_id":171047,"tr_customer_product_id":171037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:10:20.000Z","modified_at":"2026-01-30T04:10:25.000Z","name":"Rosalind White","mobile_number":"337-508-4439","email_id":"Jaime11@gmail.com","dop":"2025-02-13","serial_number":"100789085580119","imei1":"100789085580119","imei2":"100789085580119","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:10:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171031,"job_number":"JOB_171031","tr_customer_id":171048,"tr_customer_product_id":171038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:10:20.000Z","modified_at":"2026-01-30T04:10:20.000Z","name":"Arch Kovacek","mobile_number":"304-507-3700","email_id":"Zack_Turcotte@gmail.com","dop":"2025-02-13","serial_number":"10073825861569468","imei1":"10073825861569468","imei2":"10073825861569468","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171032,"job_number":"JOB_171032","tr_customer_id":171049,"tr_customer_product_id":171039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:11.000Z","modified_at":"2026-01-30T04:19:20.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"80496478248637","imei1":"80496478248637","imei2":"80496478248637","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:19:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171033,"job_number":"JOB_171033","tr_customer_id":171050,"tr_customer_product_id":171040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:13.000Z","modified_at":"2026-01-30T04:19:49.000Z","name":"Fidel Olson","mobile_number":"340-753-4064","email_id":"Savannah.Beier@yahoo.com","dop":"2025-04-06","serial_number":"19460900184875","imei1":"19460900184875","imei2":"19460900184875","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171034,"job_number":"JOB_171034","tr_customer_id":171051,"tr_customer_product_id":171041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:14.000Z","modified_at":"2026-01-30T04:19:14.000Z","name":"Selmer Quigley","mobile_number":"254-476-2438","email_id":"Jeromy67@gmail.com","dop":"2025-04-06","serial_number":"19324883517627600","imei1":"19324883517627600","imei2":"19324883517627600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171035,"job_number":"JOB_171035","tr_customer_id":171052,"tr_customer_product_id":171042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:23.000Z","modified_at":"2026-01-30T04:19:32.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"74556418560223","imei1":"74556418560223","imei2":"74556418560223","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171036,"job_number":"JOB_171036","tr_customer_id":171053,"tr_customer_product_id":171043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:25.000Z","modified_at":"2026-01-30T04:19:25.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19789140132324","imei1":"19789140132324","imei2":"19789140132324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171037,"job_number":"JOB_171037","tr_customer_id":171054,"tr_customer_product_id":171044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:25.000Z","modified_at":"2026-01-30T04:19:59.000Z","name":"Wiley Ullrich","mobile_number":"640-431-6531","email_id":"Eli_Gaylord@gmail.com","dop":"2025-04-06","serial_number":"10023726703379","imei1":"10023726703379","imei2":"10023726703379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:19:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171038,"job_number":"JOB_171038","tr_customer_id":171055,"tr_customer_product_id":171045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:26.000Z","modified_at":"2026-01-30T04:19:26.000Z","name":"Consuelo Moore","mobile_number":"637-560-8329","email_id":"Hassie.Lowe@hotmail.com","dop":"2025-04-06","serial_number":"13610658128047988","imei1":"13610658128047988","imei2":"13610658128047988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171039,"job_number":"JOB_171039","tr_customer_id":171056,"tr_customer_product_id":171046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:33.000Z","modified_at":"2026-01-30T04:19:33.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10895109330855","imei1":"10895109330855","imei2":"10895109330855","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171040,"job_number":"JOB_171040","tr_customer_id":171057,"tr_customer_product_id":171047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:34.000Z","modified_at":"2026-01-30T04:20:11.000Z","name":"Earline Larson","mobile_number":"345-300-6962","email_id":"Emmie.Treutel39@yahoo.com","dop":"2025-06-18","serial_number":"10364753533255","imei1":"10364753533255","imei2":"10364753533255","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171041,"job_number":"JOB_171041","tr_customer_id":171058,"tr_customer_product_id":171048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:34.000Z","modified_at":"2026-01-30T04:19:34.000Z","name":"Austyn Russel","mobile_number":"919-445-3056","email_id":"Gabriel.Renner83@yahoo.com","dop":"2025-06-18","serial_number":"1028878109725905","imei1":"1028878109725905","imei2":"1028878109725905","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171043,"job_number":"JOB_171043","tr_customer_id":171060,"tr_customer_product_id":171050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:41.000Z","modified_at":"2026-01-30T04:20:17.000Z","name":"Elenora Cruickshank","mobile_number":"865-710-8339","email_id":"Cloyd.Ferry15@gmail.com","dop":"2025-04-06","serial_number":"14775289901635","imei1":"14775289901635","imei2":"14775289901635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171044,"job_number":"JOB_171044","tr_customer_id":171061,"tr_customer_product_id":171051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:41.000Z","modified_at":"2026-01-30T04:20:19.000Z","name":"Valerie Morissette","mobile_number":"256-501-6797","email_id":"Oswaldo.Zieme@gmail.com","dop":"2025-04-06","serial_number":"14706055168054","imei1":"14706055168054","imei2":"14706055168054","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171045,"job_number":"JOB_171045","tr_customer_id":171062,"tr_customer_product_id":171052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:42.000Z","modified_at":"2026-01-30T04:19:42.000Z","name":"Blaze Windler","mobile_number":"741-455-9643","email_id":"Tessie.Fritsch@hotmail.com","dop":"2025-04-06","serial_number":"13721468474703484","imei1":"13721468474703484","imei2":"13721468474703484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171046,"job_number":"JOB_171046","tr_customer_id":171063,"tr_customer_product_id":171053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:42.000Z","modified_at":"2026-01-30T04:19:42.000Z","name":"Aileen Kerluke","mobile_number":"380-643-6119","email_id":"Myrtle21@hotmail.com","dop":"2025-04-06","serial_number":"18918815693009616","imei1":"18918815693009616","imei2":"18918815693009616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171047,"job_number":"JOB_171047","tr_customer_id":171064,"tr_customer_product_id":171054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:43.000Z","modified_at":"2026-01-30T04:19:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12361457027404","imei1":"12361457027404","imei2":"12361457027404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171048,"job_number":"JOB_171048","tr_customer_id":171065,"tr_customer_product_id":171055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:43.000Z","modified_at":"2026-01-30T04:20:21.000Z","name":"Twila Harris","mobile_number":"398-772-1581","email_id":"Jude66@yahoo.com","dop":"2025-04-06","serial_number":"12140445877097","imei1":"12140445877097","imei2":"12140445877097","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171049,"job_number":"JOB_171049","tr_customer_id":171066,"tr_customer_product_id":171056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:45.000Z","modified_at":"2026-01-30T04:19:45.000Z","name":"Caroline Corwin","mobile_number":"997-792-6900","email_id":"Tyrese58@yahoo.com","dop":"2025-04-06","serial_number":"16565555822994826","imei1":"16565555822994826","imei2":"16565555822994826","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171050,"job_number":"JOB_171050","tr_customer_id":171067,"tr_customer_product_id":171057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:49.000Z","modified_at":"2026-01-30T04:20:26.000Z","name":"Sophia Bayer","mobile_number":"631-812-1489","email_id":"Wade85@hotmail.com","dop":"2025-04-06","serial_number":"10938561197115","imei1":"10938561197115","imei2":"10938561197115","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171051,"job_number":"JOB_171051","tr_customer_id":171068,"tr_customer_product_id":171058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:49.000Z","modified_at":"2026-01-30T04:20:27.000Z","name":"Colten Veum","mobile_number":"259-638-4517","email_id":"Mohamed.Robel11@yahoo.com","dop":"2025-04-06","serial_number":"13769763754010","imei1":"13769763754010","imei2":"13769763754010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171052,"job_number":"JOB_171052","tr_customer_id":171069,"tr_customer_product_id":171059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:50.000Z","modified_at":"2026-01-30T04:19:50.000Z","name":"Maye Rohan","mobile_number":"320-938-6204","email_id":"Fermin51@hotmail.com","dop":"2025-04-06","serial_number":"12352156315327056","imei1":"12352156315327056","imei2":"12352156315327056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171053,"job_number":"JOB_171053","tr_customer_id":171070,"tr_customer_product_id":171060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:51.000Z","modified_at":"2026-01-30T04:19:51.000Z","name":"Crystal Olson","mobile_number":"651-231-8343","email_id":"Dallin.OKon@yahoo.com","dop":"2025-04-06","serial_number":"19996123819039590","imei1":"19996123819039590","imei2":"19996123819039590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171054,"job_number":"JOB_171054","tr_customer_id":171071,"tr_customer_product_id":171061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:51.000Z","modified_at":"2026-01-30T04:19:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14941485891064","imei1":"14941485891064","imei2":"14941485891064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171056,"job_number":"JOB_171056","tr_customer_id":171073,"tr_customer_product_id":171063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:51.000Z","modified_at":"2026-01-30T04:20:30.000Z","name":"Casandra Zieme","mobile_number":"603-407-3164","email_id":"Humberto8@yahoo.com","dop":"2025-04-06","serial_number":"15488038453546","imei1":"15488038453546","imei2":"15488038453546","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171057,"job_number":"JOB_171057","tr_customer_id":171074,"tr_customer_product_id":171064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:53.000Z","modified_at":"2026-01-30T04:19:53.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14715515236301","imei2":"14715515236301","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171058,"job_number":"JOB_171058","tr_customer_id":171075,"tr_customer_product_id":171065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:53.000Z","modified_at":"2026-01-30T04:20:02.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16951735746673","imei2":"16951735746673","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171059,"job_number":"JOB_171059","tr_customer_id":171076,"tr_customer_product_id":171066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:53.000Z","modified_at":"2026-01-30T04:19:53.000Z","name":"Damon Reilly","mobile_number":"323-725-6001","email_id":"Mozelle_Becker@gmail.com","dop":"2025-04-06","serial_number":"14380205583874442","imei1":"14380205583874442","imei2":"14380205583874442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171060,"job_number":"JOB_171060","tr_customer_id":171077,"tr_customer_product_id":171067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:54.000Z","modified_at":"2026-01-30T04:19:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15025752619292","imei1":"15025752619292","imei2":"15025752619292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171061,"job_number":"JOB_171061","tr_customer_id":171078,"tr_customer_product_id":171068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:54.000Z","modified_at":"2026-01-30T04:20:33.000Z","name":"Gus Skiles","mobile_number":"369-842-6353","email_id":"Amy49@yahoo.com","dop":"2025-04-06","serial_number":"14053429176612","imei1":"14053429176612","imei2":"14053429176612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171062,"job_number":"JOB_171062","tr_customer_id":171079,"tr_customer_product_id":171069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:55.000Z","modified_at":"2026-01-30T04:19:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13950459776442","imei1":"13950459776442","imei2":"13950459776442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171063,"job_number":"JOB_171063","tr_customer_id":171080,"tr_customer_product_id":171070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:55.000Z","modified_at":"2026-01-30T04:20:33.000Z","name":"Imani Wiegand","mobile_number":"255-348-0787","email_id":"Kaela.Thiel13@yahoo.com","dop":"2025-04-06","serial_number":"16527384772213","imei1":"16527384772213","imei2":"16527384772213","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171064,"job_number":"JOB_171064","tr_customer_id":171081,"tr_customer_product_id":171071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:56.000Z","modified_at":"2026-01-30T04:19:56.000Z","name":"Theo Adams","mobile_number":"251-783-3186","email_id":"Octavia93@yahoo.com","dop":"2025-04-06","serial_number":"19255699621840360","imei1":"19255699621840360","imei2":"19255699621840360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171065,"job_number":"JOB_171065","tr_customer_id":171082,"tr_customer_product_id":171072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:56.000Z","modified_at":"2026-01-30T04:19:56.000Z","name":"Antonio Batz","mobile_number":"412-591-7678","email_id":"Elmo58@gmail.com","dop":"2025-04-06","serial_number":"13191342567792734","imei1":"13191342567792734","imei2":"13191342567792734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171067,"job_number":"JOB_171067","tr_customer_id":171084,"tr_customer_product_id":171074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:00.000Z","modified_at":"2026-01-30T04:20:00.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12808128533471","imei1":"12808128533471","imei2":"12808128533471","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171068,"job_number":"JOB_171068","tr_customer_id":171085,"tr_customer_product_id":171075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:01.000Z","modified_at":"2026-01-30T04:20:35.000Z","name":"Manuel Kerluke","mobile_number":"933-896-3873","email_id":"Rey.Hammes88@gmail.com","dop":"2026-01-04","serial_number":"11452172762469","imei1":"11452172762469","imei2":"11452172762469","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171069,"job_number":"JOB_171069","tr_customer_id":171086,"tr_customer_product_id":171076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:02.000Z","modified_at":"2026-01-30T04:20:02.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13392800680756","imei1":"13392800680756","imei2":"13392800680756","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171070,"job_number":"JOB_171070","tr_customer_id":171087,"tr_customer_product_id":171077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:02.000Z","modified_at":"2026-01-30T04:20:38.000Z","name":"Arlene Keeling","mobile_number":"720-669-0454","email_id":"Leone.Hudson@yahoo.com","dop":"2025-04-06","serial_number":"12024300634335","imei1":"12024300634335","imei2":"12024300634335","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171072,"job_number":"JOB_171072","tr_customer_id":171089,"tr_customer_product_id":171079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:04.000Z","modified_at":"2026-01-30T04:20:04.000Z","name":"Vince Wyman","mobile_number":"318-735-4395","email_id":"Fannie.Harris48@yahoo.com","dop":"2025-04-06","serial_number":"17750201884445860","imei1":"17750201884445860","imei2":"17750201884445860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171073,"job_number":"JOB_171073","tr_customer_id":171090,"tr_customer_product_id":171080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:05.000Z","modified_at":"2026-01-30T04:20:05.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16190084846242","imei1":"16190084846242","imei2":"16190084846242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171074,"job_number":"JOB_171074","tr_customer_id":171091,"tr_customer_product_id":171081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:05.000Z","modified_at":"2026-01-30T04:20:05.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12747800943565","imei2":"12747800943565","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171075,"job_number":"JOB_171075","tr_customer_id":171092,"tr_customer_product_id":171082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:05.000Z","modified_at":"2026-01-30T04:20:39.000Z","name":"Gonzalo Kris","mobile_number":"469-231-6928","email_id":"Cierra.Emmerich@gmail.com","dop":"2025-04-06","serial_number":"13553554451999","imei1":"13553554451999","imei2":"13553554451999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171076,"job_number":"JOB_171076","tr_customer_id":171093,"tr_customer_product_id":171083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:06.000Z","modified_at":"2026-01-30T04:20:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15443812201604","imei2":"15443812201604","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171077,"job_number":"JOB_171077","tr_customer_id":171094,"tr_customer_product_id":171084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:07.000Z","modified_at":"2026-01-30T04:20:07.000Z","name":"Delbert Kulas","mobile_number":"251-629-9477","email_id":"Kari_Bergstrom@hotmail.com","dop":"2025-04-06","serial_number":"17054645167231580","imei1":"17054645167231580","imei2":"17054645167231580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171080,"job_number":"JOB_171080","tr_customer_id":171097,"tr_customer_product_id":171087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:18.000Z","modified_at":"2026-01-30T04:20:18.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15365346248782","imei2":"15365346248782","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171081,"job_number":"JOB_171081","tr_customer_id":171098,"tr_customer_product_id":171088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:18.000Z","modified_at":"2026-01-30T04:20:28.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18356008075648","imei2":"18356008075648","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171082,"job_number":"JOB_171082","tr_customer_id":171099,"tr_customer_product_id":171089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:19.000Z","modified_at":"2026-01-30T04:20:19.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10330165628596","imei1":"10330165628596","imei2":"10330165628596","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171083,"job_number":"JOB_171083","tr_customer_id":171100,"tr_customer_product_id":171090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:19.000Z","modified_at":"2026-01-30T04:20:57.000Z","name":"Dorris Moore","mobile_number":"394-290-2319","email_id":"Rhiannon.Veum58@gmail.com","dop":"2025-06-18","serial_number":"10324009690518","imei1":"10324009690518","imei2":"10324009690518","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171085,"job_number":"JOB_171085","tr_customer_id":171102,"tr_customer_product_id":171092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:19.000Z","modified_at":"2026-01-30T04:20:57.000Z","name":"Gus Monahan","mobile_number":"395-637-3214","email_id":"Rachelle.Corkery94@yahoo.com","dop":"2000-01-31","serial_number":"10910203971223","imei1":"10910203971223","imei2":"10910203971223","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171086,"job_number":"JOB_171086","tr_customer_id":171103,"tr_customer_product_id":171093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:20.000Z","modified_at":"2026-01-30T04:20:20.000Z","name":"Albin Abshire","mobile_number":"668-514-4248","email_id":"Brianne80@hotmail.com","dop":"2025-06-18","serial_number":"1013847395482759","imei1":"1013847395482759","imei2":"1013847395482759","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171088,"job_number":"JOB_171088","tr_customer_id":171105,"tr_customer_product_id":171095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:28.000Z","modified_at":"2026-01-30T04:20:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10581874528646","imei1":"10581874528646","imei2":"10581874528646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171089,"job_number":"JOB_171089","tr_customer_id":171106,"tr_customer_product_id":171096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:29.000Z","modified_at":"2026-01-30T04:21:06.000Z","name":"Gertrude Davis","mobile_number":"563-893-9197","email_id":"Jazlyn_Volkman@hotmail.com","dop":"2025-04-06","serial_number":"17779717239771","imei1":"17779717239771","imei2":"17779717239771","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171090,"job_number":"JOB_171090","tr_customer_id":171107,"tr_customer_product_id":171097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:30.000Z","modified_at":"2026-01-30T04:20:30.000Z","name":"Eliseo Barton","mobile_number":"915-373-8311","email_id":"Jordan_Hilll44@yahoo.com","dop":"2025-04-06","serial_number":"15977513941612628","imei1":"15977513941612628","imei2":"15977513941612628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171091,"job_number":"JOB_171091","tr_customer_id":171108,"tr_customer_product_id":171098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:34.000Z","modified_at":"2026-01-30T04:20:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11415388515443","imei1":"11415388515443","imei2":"11415388515443","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171092,"job_number":"JOB_171092","tr_customer_id":171109,"tr_customer_product_id":171099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:35.000Z","modified_at":"2026-01-30T04:21:13.000Z","name":"Arjun Hermiston","mobile_number":"625-552-5534","email_id":"Reuben_Friesen83@yahoo.com","dop":"2025-04-06","serial_number":"11022105328189","imei1":"11022105328189","imei2":"11022105328189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171093,"job_number":"JOB_171093","tr_customer_id":171110,"tr_customer_product_id":171100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:36.000Z","modified_at":"2026-01-30T04:20:36.000Z","name":"Benton Grimes","mobile_number":"721-746-1293","email_id":"Ivy28@yahoo.com","dop":"2025-04-06","serial_number":"16799141910559824","imei1":"16799141910559824","imei2":"16799141910559824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171094,"job_number":"JOB_171094","tr_customer_id":171111,"tr_customer_product_id":171101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:38.000Z","modified_at":"2026-01-30T04:20:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12632828275217","imei1":"12632828275217","imei2":"12632828275217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171095,"job_number":"JOB_171095","tr_customer_id":171112,"tr_customer_product_id":171102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:38.000Z","modified_at":"2026-01-30T04:21:16.000Z","name":"Caterina Donnelly","mobile_number":"906-510-7730","email_id":"Orrin25@gmail.com","dop":"2025-04-06","serial_number":"12139798991850","imei1":"12139798991850","imei2":"12139798991850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171096,"job_number":"JOB_171096","tr_customer_id":171113,"tr_customer_product_id":171103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:40.000Z","modified_at":"2026-01-30T04:20:40.000Z","name":"Rafaela Robel","mobile_number":"606-473-1412","email_id":"Niko_Cremin41@yahoo.com","dop":"2025-04-06","serial_number":"14855586315233018","imei1":"14855586315233018","imei2":"14855586315233018","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171097,"job_number":"JOB_171097","tr_customer_id":171114,"tr_customer_product_id":171104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:40.000Z","modified_at":"2026-01-30T04:20:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10494375396360","imei1":"10494375396360","imei2":"10494375396360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171098,"job_number":"JOB_171098","tr_customer_id":171115,"tr_customer_product_id":171105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:40.000Z","modified_at":"2026-01-30T04:20:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18571171140244","imei1":"18571171140244","imei2":"18571171140244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171099,"job_number":"JOB_171099","tr_customer_id":171116,"tr_customer_product_id":171106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:41.000Z","modified_at":"2026-01-30T04:21:19.000Z","name":"Yessenia Kuvalis","mobile_number":"284-357-7039","email_id":"Cordie.Koepp14@hotmail.com","dop":"2025-04-06","serial_number":"15379390528804","imei1":"15379390528804","imei2":"15379390528804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171100,"job_number":"JOB_171100","tr_customer_id":171117,"tr_customer_product_id":171107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:41.000Z","modified_at":"2026-01-30T04:21:18.000Z","name":"Gregg Lemke","mobile_number":"385-400-3306","email_id":"Rosella8@hotmail.com","dop":"2025-04-06","serial_number":"13118294014917","imei1":"13118294014917","imei2":"13118294014917","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171101,"job_number":"JOB_171101","tr_customer_id":171118,"tr_customer_product_id":171108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:42.000Z","modified_at":"2026-01-30T04:20:42.000Z","name":"Sydnee Becker","mobile_number":"569-792-1918","email_id":"Valentina_Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11952295467953676","imei1":"11952295467953676","imei2":"11952295467953676","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171102,"job_number":"JOB_171102","tr_customer_id":171119,"tr_customer_product_id":171109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:42.000Z","modified_at":"2026-01-30T04:20:42.000Z","name":"Myrtice Schuster","mobile_number":"923-364-7912","email_id":"Rashawn.Tromp@gmail.com","dop":"2025-04-06","serial_number":"12395316043665006","imei1":"12395316043665006","imei2":"12395316043665006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171103,"job_number":"JOB_171103","tr_customer_id":171120,"tr_customer_product_id":171110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:42.000Z","modified_at":"2026-01-30T04:20:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19002422177703","imei1":"19002422177703","imei2":"19002422177703","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171104,"job_number":"JOB_171104","tr_customer_id":171121,"tr_customer_product_id":171111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:42.000Z","modified_at":"2026-01-30T04:21:16.000Z","name":"Elias Stiedemann","mobile_number":"394-451-3619","email_id":"Julian.Bosco@gmail.com","dop":"2026-01-04","serial_number":"13402030649829","imei1":"13402030649829","imei2":"13402030649829","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171105,"job_number":"JOB_171105","tr_customer_id":171122,"tr_customer_product_id":171112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:44.000Z","modified_at":"2026-01-30T04:20:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"80711761283779","imei1":"80711761283779","imei2":"80711761283779","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171106,"job_number":"JOB_171106","tr_customer_id":171123,"tr_customer_product_id":171113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:46.000Z","modified_at":"2026-01-30T04:20:46.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"18197846890188","imei1":"18197846890188","imei2":"18197846890188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171107,"job_number":"JOB_171107","tr_customer_id":171124,"tr_customer_product_id":171114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:46.000Z","modified_at":"2026-01-30T04:21:20.000Z","name":"Caroline Smitham","mobile_number":"582-364-1825","email_id":"Meagan.Kreiger@hotmail.com","dop":"2025-04-06","serial_number":"17067560025590","imei1":"17067560025590","imei2":"17067560025590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171108,"job_number":"JOB_171108","tr_customer_id":171125,"tr_customer_product_id":171115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:47.000Z","modified_at":"2026-01-30T04:20:47.000Z","name":"Oran Nienow","mobile_number":"397-941-2205","email_id":"Abdul94@yahoo.com","dop":"2025-04-06","serial_number":"14063647880324328","imei1":"14063647880324328","imei2":"14063647880324328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171109,"job_number":"JOB_171109","tr_customer_id":171126,"tr_customer_product_id":171116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:48.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Karley Haley","mobile_number":"800-498-2930","email_id":"Bartholome_Marvin43@gmail.com","dop":"2025-05-30","serial_number":"13798031396521","imei1":"13798031396521","imei2":"13798031396521","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171110,"job_number":"JOB_171110","tr_customer_id":171127,"tr_customer_product_id":171117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:48.000Z","modified_at":"2026-01-30T04:20:48.000Z","name":"Aurore Conroy","mobile_number":"288-596-5512","email_id":"Gabriella_Ratke@hotmail.com","dop":"2025-05-30","serial_number":"10089821720810","imei1":"10089821720810","imei2":"10089821720810","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171111,"job_number":"JOB_171111","tr_customer_id":171128,"tr_customer_product_id":171118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"Anibal Nikolaus","mobile_number":"478-758-5801","email_id":"Meaghan.Abernathy@hotmail.com","dop":"2025-05-30","serial_number":"1813197567218586","imei1":"1813197567218586","imei2":"1813197567218586","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171112,"job_number":"JOB_171112","tr_customer_id":171129,"tr_customer_product_id":171119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13047304828854","imei1":"13047304828854","imei2":"13047304828854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171115,"job_number":"JOB_171115","tr_customer_id":171132,"tr_customer_product_id":171122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:21:28.000Z","name":"Martin Considine","mobile_number":"770-332-9003","email_id":"Lucinda_Watsica@yahoo.com","dop":"2025-04-06","serial_number":"13161329373235","imei1":"13161329373235","imei2":"13161329373235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171118,"job_number":"JOB_171118","tr_customer_id":171135,"tr_customer_product_id":171125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:52.000Z","modified_at":"2026-01-30T04:20:52.000Z","name":"Hailee Stracke","mobile_number":"825-612-5890","email_id":"Mac67@hotmail.com","dop":"2025-04-06","serial_number":"18361725382543070","imei1":"18361725382543070","imei2":"18361725382543070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171119,"job_number":"JOB_171119","tr_customer_id":171136,"tr_customer_product_id":171126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:00.000Z","modified_at":"2026-01-30T04:21:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10184379292826","imei1":"10184379292826","imei2":"10184379292826","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171120,"job_number":"JOB_171120","tr_customer_id":171137,"tr_customer_product_id":171127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:00.000Z","modified_at":"2026-01-30T04:21:35.000Z","name":"Buck Bednar","mobile_number":"672-631-5214","email_id":"Enola.Aufderhar45@gmail.com","dop":"2025-04-06","serial_number":"17789959272786","imei1":"17789959272786","imei2":"17789959272786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171122,"job_number":"JOB_171122","tr_customer_id":171139,"tr_customer_product_id":171129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:01.000Z","modified_at":"2026-01-30T04:21:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13335602592566","imei1":"13335602592566","imei2":"13335602592566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171123,"job_number":"JOB_171123","tr_customer_id":171140,"tr_customer_product_id":171130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:02.000Z","modified_at":"2026-01-30T04:21:02.000Z","name":"Violette Barrows","mobile_number":"452-733-4096","email_id":"Augustus_Lehner6@yahoo.com","dop":"2025-04-06","serial_number":"11656714429718438","imei1":"11656714429718438","imei2":"11656714429718438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171124,"job_number":"JOB_171124","tr_customer_id":171141,"tr_customer_product_id":171131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:02.000Z","modified_at":"2026-01-30T04:21:39.000Z","name":"Genesis Borer","mobile_number":"673-984-1481","email_id":"Shad_Moen36@yahoo.com","dop":"2025-04-06","serial_number":"12377950389371","imei1":"12377950389371","imei2":"12377950389371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171127,"job_number":"JOB_171127","tr_customer_id":171144,"tr_customer_product_id":171134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Kyle Spinka","mobile_number":"565-657-5062","email_id":"Janiya_Rath4@yahoo.com","dop":"2025-04-06","serial_number":"17482730694206884","imei1":"17482730694206884","imei2":"17482730694206884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171131,"job_number":"JOB_171131","tr_customer_id":171148,"tr_customer_product_id":171138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:05.000Z","modified_at":"2026-01-30T04:21:41.000Z","name":"Dexter Lueilwitz","mobile_number":"857-214-8261","email_id":"Eleonore.Runte81@yahoo.com","dop":"2000-01-31","serial_number":"10353225356391","imei1":"10353225356391","imei2":"10353225356391","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171132,"job_number":"JOB_171132","tr_customer_id":171149,"tr_customer_product_id":171139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:05.000Z","modified_at":"2026-01-30T04:21:05.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10336441282836","imei1":"10336441282836","imei2":"10336441282836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171133,"job_number":"JOB_171133","tr_customer_id":171150,"tr_customer_product_id":171140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:06.000Z","modified_at":"2026-01-30T04:21:42.000Z","name":"Doug Bernhard","mobile_number":"977-435-7303","email_id":"Ben.Reinger60@gmail.com","dop":"2025-04-06","serial_number":"13341872673650","imei1":"13341872673650","imei2":"13341872673650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171135,"job_number":"JOB_171135","tr_customer_id":171152,"tr_customer_product_id":171142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:07.000Z","modified_at":"2026-01-30T04:21:07.000Z","name":"Lexus Boehm","mobile_number":"361-387-7956","email_id":"Kailee.Hills16@gmail.com","dop":"2025-04-06","serial_number":"12756185417395368","imei1":"12756185417395368","imei2":"12756185417395368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171136,"job_number":"JOB_171136","tr_customer_id":171153,"tr_customer_product_id":171143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:10.000Z","modified_at":"2026-01-30T04:21:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12725752505415","imei1":"12725752505415","imei2":"12725752505415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171137,"job_number":"JOB_171137","tr_customer_id":171154,"tr_customer_product_id":171144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:10.000Z","modified_at":"2026-01-30T04:21:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13714293502617","imei1":"13714293502617","imei2":"13714293502617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171138,"job_number":"JOB_171138","tr_customer_id":171155,"tr_customer_product_id":171145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:10.000Z","modified_at":"2026-01-30T04:21:47.000Z","name":"Madaline McLaughlin","mobile_number":"675-566-0745","email_id":"Pattie_Boyer88@yahoo.com","dop":"2025-04-06","serial_number":"18598134568134","imei1":"18598134568134","imei2":"18598134568134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171139,"job_number":"JOB_171139","tr_customer_id":171156,"tr_customer_product_id":171146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:10.000Z","modified_at":"2026-01-30T04:21:46.000Z","name":"Isabell Weber","mobile_number":"939-761-0899","email_id":"Pat.Krajcik51@hotmail.com","dop":"2025-04-06","serial_number":"13309268464703","imei1":"13309268464703","imei2":"13309268464703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171140,"job_number":"JOB_171140","tr_customer_id":171157,"tr_customer_product_id":171147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:12.000Z","modified_at":"2026-01-30T04:21:12.000Z","name":"Aurore Flatley","mobile_number":"563-354-8191","email_id":"Brook22@yahoo.com","dop":"2025-04-06","serial_number":"19090094799952550","imei1":"19090094799952550","imei2":"19090094799952550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171141,"job_number":"JOB_171141","tr_customer_id":171158,"tr_customer_product_id":171148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:12.000Z","modified_at":"2026-01-30T04:21:12.000Z","name":"Karen Klein","mobile_number":"258-217-4678","email_id":"Estell_Nolan26@yahoo.com","dop":"2025-04-06","serial_number":"14398215357247750","imei1":"14398215357247750","imei2":"14398215357247750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171142,"job_number":"JOB_171142","tr_customer_id":171159,"tr_customer_product_id":171149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:13.000Z","modified_at":"2026-01-30T04:21:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18176245766075","imei1":"18176245766075","imei2":"18176245766075","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171143,"job_number":"JOB_171143","tr_customer_id":171160,"tr_customer_product_id":171150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:13.000Z","modified_at":"2026-01-30T04:21:50.000Z","name":"Lawrence Bauch","mobile_number":"468-679-6235","email_id":"Hulda.Leuschke@gmail.com","dop":"2025-04-06","serial_number":"18537360446847","imei1":"18537360446847","imei2":"18537360446847","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171146,"job_number":"JOB_171146","tr_customer_id":171163,"tr_customer_product_id":171153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:15.000Z","modified_at":"2026-01-30T04:21:15.000Z","name":"Erin Wunsch","mobile_number":"500-861-9769","email_id":"Marjory.Schmidt@gmail.com","dop":"2025-04-06","serial_number":"15846851874623872","imei1":"15846851874623872","imei2":"15846851874623872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171147,"job_number":"JOB_171147","tr_customer_id":171164,"tr_customer_product_id":171154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:20.000Z","modified_at":"2026-01-30T04:21:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11643954952817","imei1":"11643954952817","imei2":"11643954952817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171148,"job_number":"JOB_171148","tr_customer_id":171165,"tr_customer_product_id":171155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:20.000Z","modified_at":"2026-01-30T04:21:58.000Z","name":"Jermaine Wiza","mobile_number":"603-396-7869","email_id":"Alysha_Bruen53@yahoo.com","dop":"2025-04-06","serial_number":"12802137908437","imei1":"12802137908437","imei2":"12802137908437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171149,"job_number":"JOB_171149","tr_customer_id":171166,"tr_customer_product_id":171156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:22.000Z","modified_at":"2026-01-30T04:21:22.000Z","name":"Grayce Steuber","mobile_number":"433-929-2924","email_id":"Aurelia42@yahoo.com","dop":"2025-04-06","serial_number":"10050657199825186","imei1":"10050657199825186","imei2":"10050657199825186","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171151,"job_number":"JOB_171151","tr_customer_id":171168,"tr_customer_product_id":171158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:23.000Z","modified_at":"2026-01-30T04:21:23.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13975514375578","imei1":"13975514375578","imei2":"13975514375578","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171152,"job_number":"JOB_171152","tr_customer_id":171169,"tr_customer_product_id":171159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:23.000Z","modified_at":"2026-01-30T04:21:57.000Z","name":"Antone Zboncak","mobile_number":"859-970-5724","email_id":"Tess52@yahoo.com","dop":"2026-01-04","serial_number":"11066365737946","imei1":"11066365737946","imei2":"11066365737946","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171153,"job_number":"JOB_171153","tr_customer_id":171170,"tr_customer_product_id":171160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:24.000Z","modified_at":"2026-01-30T04:21:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12572575665778","imei1":"12572575665778","imei2":"12572575665778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171154,"job_number":"JOB_171154","tr_customer_id":171171,"tr_customer_product_id":171161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:24.000Z","modified_at":"2026-01-30T04:22:02.000Z","name":"Larry Stokes","mobile_number":"668-306-6003","email_id":"Britney.Cartwright35@gmail.com","dop":"2025-04-06","serial_number":"13932811352491","imei1":"13932811352491","imei2":"13932811352491","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171155,"job_number":"JOB_171155","tr_customer_id":171172,"tr_customer_product_id":171162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:25.000Z","modified_at":"2026-01-30T04:21:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"79939252957262","imei1":"79939252957262","imei2":"79939252957262","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171156,"job_number":"JOB_171156","tr_customer_id":171173,"tr_customer_product_id":171163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:25.000Z","modified_at":"2026-01-30T04:21:25.000Z","name":"Aniya Murazik","mobile_number":"322-627-0002","email_id":"Winfield_Vandervort@gmail.com","dop":"2025-04-06","serial_number":"16659236109275940","imei1":"16659236109275940","imei2":"16659236109275940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171157,"job_number":"JOB_171157","tr_customer_id":171174,"tr_customer_product_id":171164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:26.000Z","modified_at":"2026-01-30T04:21:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15910569634426","imei1":"15910569634426","imei2":"15910569634426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171158,"job_number":"JOB_171158","tr_customer_id":171175,"tr_customer_product_id":171165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:26.000Z","modified_at":"2026-01-30T04:21:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16872699326375","imei1":"16872699326375","imei2":"16872699326375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171159,"job_number":"JOB_171159","tr_customer_id":171176,"tr_customer_product_id":171166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:26.000Z","modified_at":"2026-01-30T04:22:04.000Z","name":"Dallin Prohaska","mobile_number":"890-959-6148","email_id":"Casper46@gmail.com","dop":"2025-04-06","serial_number":"18274643615592","imei1":"18274643615592","imei2":"18274643615592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171160,"job_number":"JOB_171160","tr_customer_id":171177,"tr_customer_product_id":171167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:26.000Z","modified_at":"2026-01-30T04:22:04.000Z","name":"Deangelo Fritsch","mobile_number":"599-399-7360","email_id":"Easter.Pagac@gmail.com","dop":"2025-04-06","serial_number":"14191736993844","imei1":"14191736993844","imei2":"14191736993844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171161,"job_number":"JOB_171161","tr_customer_id":171178,"tr_customer_product_id":171168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:27.000Z","modified_at":"2026-01-30T04:21:27.000Z","name":"Mustafa Kuhn","mobile_number":"912-493-1338","email_id":"Malinda_Corkery@yahoo.com","dop":"2025-04-06","serial_number":"14035183049595468","imei1":"14035183049595468","imei2":"14035183049595468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171162,"job_number":"JOB_171162","tr_customer_id":171179,"tr_customer_product_id":171169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:28.000Z","modified_at":"2026-01-30T04:21:28.000Z","name":"Janet Wisozk","mobile_number":"451-478-0380","email_id":"Zachery.Trantow@hotmail.com","dop":"2025-04-06","serial_number":"17314327491275152","imei1":"17314327491275152","imei2":"17314327491275152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171167,"job_number":"JOB_171167","tr_customer_id":171184,"tr_customer_product_id":171174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:36.000Z","modified_at":"2026-01-30T04:21:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19349527487445","imei1":"19349527487445","imei2":"19349527487445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171168,"job_number":"JOB_171168","tr_customer_id":171185,"tr_customer_product_id":171175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:36.000Z","modified_at":"2026-01-30T04:22:14.000Z","name":"Johan Gutkowski","mobile_number":"737-821-7603","email_id":"Maryam.Durgan@hotmail.com","dop":"2025-04-06","serial_number":"18367755607802","imei1":"18367755607802","imei2":"18367755607802","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171169,"job_number":"JOB_171169","tr_customer_id":171186,"tr_customer_product_id":171176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:37.000Z","modified_at":"2026-01-30T04:21:37.000Z","name":"Tristin Rice","mobile_number":"964-441-2429","email_id":"Casimer1@yahoo.com","dop":"2025-04-06","serial_number":"11065823219439082","imei1":"11065823219439082","imei2":"11065823219439082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171170,"job_number":"JOB_171170","tr_customer_id":171187,"tr_customer_product_id":171177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:41.000Z","modified_at":"2026-01-30T04:21:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11013865804194","imei1":"11013865804194","imei2":"11013865804194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171171,"job_number":"JOB_171171","tr_customer_id":171188,"tr_customer_product_id":171178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:42.000Z","modified_at":"2026-01-30T04:22:16.000Z","name":"Myriam Mills","mobile_number":"842-398-0364","email_id":"Elfrieda.Stroman15@gmail.com","dop":"2025-04-06","serial_number":"10248037553103","imei1":"10248037553103","imei2":"10248037553103","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171172,"job_number":"JOB_171172","tr_customer_id":171189,"tr_customer_product_id":171179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:43.000Z","modified_at":"2026-01-30T04:21:43.000Z","name":"Mose Cole","mobile_number":"294-329-7352","email_id":"Antone36@gmail.com","dop":"2025-04-06","serial_number":"10074333549551858","imei1":"10074333549551858","imei2":"10074333549551858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171173,"job_number":"JOB_171173","tr_customer_id":171190,"tr_customer_product_id":171180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:46.000Z","modified_at":"2026-01-30T04:21:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11456612834737","imei1":"11456612834737","imei2":"11456612834737","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171174,"job_number":"JOB_171174","tr_customer_id":171191,"tr_customer_product_id":171181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:46.000Z","modified_at":"2026-01-30T04:22:23.000Z","name":"Vesta Rowe","mobile_number":"610-866-4392","email_id":"Oran44@hotmail.com","dop":"2025-04-06","serial_number":"12663260551347","imei1":"12663260551347","imei2":"12663260551347","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171178,"job_number":"JOB_171178","tr_customer_id":171195,"tr_customer_product_id":171185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:48.000Z","modified_at":"2026-01-30T04:21:48.000Z","name":"Ashlee Feest","mobile_number":"238-405-9120","email_id":"Anjali_Steuber63@gmail.com","dop":"2025-04-06","serial_number":"15591575254436972","imei1":"15591575254436972","imei2":"15591575254436972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171181,"job_number":"JOB_171181","tr_customer_id":171198,"tr_customer_product_id":171188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:49.000Z","modified_at":"2026-01-30T04:22:26.000Z","name":"Lorna Fisher","mobile_number":"396-317-3645","email_id":"Kamille69@gmail.com","dop":"2000-01-31","serial_number":"10484380230968","imei1":"10484380230968","imei2":"10484380230968","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171182,"job_number":"JOB_171182","tr_customer_id":171199,"tr_customer_product_id":171189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:49.000Z","modified_at":"2026-01-30T04:21:49.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"19182914204528","imei1":"19182914204528","imei2":"19182914204528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171183,"job_number":"JOB_171183","tr_customer_id":171200,"tr_customer_product_id":171190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:49.000Z","modified_at":"2026-01-30T04:22:26.000Z","name":"Amir Friesen","mobile_number":"579-551-9763","email_id":"Krystal.Abshire24@gmail.com","dop":"2025-04-06","serial_number":"10639585643163","imei1":"10639585643163","imei2":"10639585643163","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171185,"job_number":"JOB_171185","tr_customer_id":171202,"tr_customer_product_id":171192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:51.000Z","modified_at":"2026-01-30T04:21:51.000Z","name":"Forest Bernhard","mobile_number":"588-635-6685","email_id":"Justine.Trantow@gmail.com","dop":"2025-04-06","serial_number":"19613373375737250","imei1":"19613373375737250","imei2":"19613373375737250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171186,"job_number":"JOB_171186","tr_customer_id":171203,"tr_customer_product_id":171193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:53.000Z","modified_at":"2026-01-30T04:21:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19045978191441","imei1":"19045978191441","imei2":"19045978191441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171187,"job_number":"JOB_171187","tr_customer_id":171204,"tr_customer_product_id":171194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:53.000Z","modified_at":"2026-01-30T04:22:29.000Z","name":"Juliet Homenick","mobile_number":"770-526-6194","email_id":"Herbert_Thompson@yahoo.com","dop":"2025-04-06","serial_number":"12528902898954","imei1":"12528902898954","imei2":"12528902898954","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171188,"job_number":"JOB_171188","tr_customer_id":171205,"tr_customer_product_id":171195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:54.000Z","modified_at":"2026-01-30T04:21:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18107180046001","imei1":"18107180046001","imei2":"18107180046001","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171189,"job_number":"JOB_171189","tr_customer_id":171206,"tr_customer_product_id":171196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:54.000Z","modified_at":"2026-01-30T04:22:30.000Z","name":"Houston Conn","mobile_number":"473-975-4728","email_id":"Teagan20@gmail.com","dop":"2025-04-06","serial_number":"13522069771161","imei1":"13522069771161","imei2":"13522069771161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171190,"job_number":"JOB_171190","tr_customer_id":171207,"tr_customer_product_id":171197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:55.000Z","modified_at":"2026-01-30T04:21:55.000Z","name":"Neva Ruecker","mobile_number":"865-843-6317","email_id":"Manuel0@gmail.com","dop":"2025-04-06","serial_number":"14774233739138378","imei1":"14774233739138378","imei2":"14774233739138378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171191,"job_number":"JOB_171191","tr_customer_id":171208,"tr_customer_product_id":171198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:55.000Z","modified_at":"2026-01-30T04:21:56.000Z","name":"Abigale Schowalter","mobile_number":"426-725-5354","email_id":"Cullen69@gmail.com","dop":"2025-04-06","serial_number":"19622860221436948","imei1":"19622860221436948","imei2":"19622860221436948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171195,"job_number":"JOB_171195","tr_customer_id":171212,"tr_customer_product_id":171202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:05.000Z","modified_at":"2026-01-30T04:22:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10791529943008","imei1":"10791529943008","imei2":"10791529943008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171196,"job_number":"JOB_171196","tr_customer_id":171213,"tr_customer_product_id":171203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:06.000Z","modified_at":"2026-01-30T04:22:43.000Z","name":"Gladys Walter","mobile_number":"437-327-1858","email_id":"Jaren.Hirthe@yahoo.com","dop":"2025-04-06","serial_number":"18442219829468","imei1":"18442219829468","imei2":"18442219829468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171197,"job_number":"JOB_171197","tr_customer_id":171214,"tr_customer_product_id":171204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:07.000Z","modified_at":"2026-01-30T04:22:07.000Z","name":"Benny Sporer","mobile_number":"497-543-1503","email_id":"Vinnie_Frami@hotmail.com","dop":"2025-04-06","serial_number":"14909847439509902","imei1":"14909847439509902","imei2":"14909847439509902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171198,"job_number":"JOB_171198","tr_customer_id":171215,"tr_customer_product_id":171205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:21.000Z","modified_at":"2026-01-30T04:22:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19486982035805","imei1":"19486982035805","imei2":"19486982035805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171199,"job_number":"JOB_171199","tr_customer_id":171216,"tr_customer_product_id":171206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:21.000Z","modified_at":"2026-01-30T04:22:59.000Z","name":"Asha Nader","mobile_number":"557-676-3762","email_id":"Alek.Luettgen81@gmail.com","dop":"2025-04-06","serial_number":"12014634608051","imei1":"12014634608051","imei2":"12014634608051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171200,"job_number":"JOB_171200","tr_customer_id":171217,"tr_customer_product_id":171207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:23.000Z","modified_at":"2026-01-30T04:22:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18092013293194","imei1":"18092013293194","imei2":"18092013293194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171201,"job_number":"JOB_171201","tr_customer_id":171218,"tr_customer_product_id":171208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:23.000Z","modified_at":"2026-01-30T04:22:23.000Z","name":"Yasmin Stiedemann","mobile_number":"637-956-7788","email_id":"Jovany_Dare71@gmail.com","dop":"2025-04-06","serial_number":"18322374918490020","imei1":"18322374918490020","imei2":"18322374918490020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171202,"job_number":"JOB_171202","tr_customer_id":171219,"tr_customer_product_id":171209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:23.000Z","modified_at":"2026-01-30T04:22:57.000Z","name":"Christina Kuhic","mobile_number":"272-552-6195","email_id":"Oleta.Crooks94@hotmail.com","dop":"2025-04-06","serial_number":"15715587399687","imei1":"15715587399687","imei2":"15715587399687","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171203,"job_number":"JOB_171203","tr_customer_id":171220,"tr_customer_product_id":171210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:24.000Z","modified_at":"2026-01-30T04:22:24.000Z","name":"Shanny Langosh","mobile_number":"479-821-8901","email_id":"Lelah.Frami51@hotmail.com","dop":"2025-04-06","serial_number":"15749746972984424","imei1":"15749746972984424","imei2":"15749746972984424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171204,"job_number":"JOB_171204","tr_customer_id":171221,"tr_customer_product_id":171211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:31.000Z","modified_at":"2026-01-30T04:22:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10399943841144","imei1":"10399943841144","imei2":"10399943841144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171205,"job_number":"JOB_171205","tr_customer_id":171222,"tr_customer_product_id":171212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:31.000Z","modified_at":"2026-01-30T04:23:08.000Z","name":"Mathilde Muller","mobile_number":"542-704-4554","email_id":"Kennedi_Miller@yahoo.com","dop":"2025-04-06","serial_number":"18419473111100","imei1":"18419473111100","imei2":"18419473111100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:23:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171206,"job_number":"JOB_171206","tr_customer_id":171223,"tr_customer_product_id":171213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:32.000Z","modified_at":"2026-01-30T04:22:32.000Z","name":"Amalia Mills","mobile_number":"324-681-8598","email_id":"Ron28@yahoo.com","dop":"2025-04-06","serial_number":"15970487449770618","imei1":"15970487449770618","imei2":"15970487449770618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171208,"job_number":"JOB_171208","tr_customer_id":171225,"tr_customer_product_id":171215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:33.000Z","modified_at":"2026-01-30T04:23:09.000Z","name":"Guy Osinski","mobile_number":"294-570-2929","email_id":"Effie73@hotmail.com","dop":"2000-01-31","serial_number":"10976746520661","imei1":"10976746520661","imei2":"10976746520661","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:23:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171210,"job_number":"JOB_171210","tr_customer_id":171227,"tr_customer_product_id":171217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:36.000Z","modified_at":"2026-01-30T04:22:36.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15597096697630","imei1":"15597096697630","imei2":"15597096697630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171211,"job_number":"JOB_171211","tr_customer_id":171228,"tr_customer_product_id":171218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:36.000Z","modified_at":"2026-01-30T04:23:12.000Z","name":"Elizabeth Dare","mobile_number":"396-361-8990","email_id":"Trisha39@gmail.com","dop":"2025-04-06","serial_number":"15798089842437","imei1":"15798089842437","imei2":"15798089842437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:23:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171212,"job_number":"JOB_171212","tr_customer_id":171229,"tr_customer_product_id":171219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:37.000Z","modified_at":"2026-01-30T04:22:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10438647031695","imei1":"10438647031695","imei2":"10438647031695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171213,"job_number":"JOB_171213","tr_customer_id":171230,"tr_customer_product_id":171220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:37.000Z","modified_at":"2026-01-30T04:22:37.000Z","name":"Madelyn Crona","mobile_number":"617-893-3283","email_id":"Connie_Metz87@gmail.com","dop":"2025-04-06","serial_number":"15166292613630514","imei1":"15166292613630514","imei2":"15166292613630514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171214,"job_number":"JOB_171214","tr_customer_id":171231,"tr_customer_product_id":171221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:37.000Z","modified_at":"2026-01-30T04:23:13.000Z","name":"Virginie Medhurst","mobile_number":"275-955-1770","email_id":"Tess.Thompson26@yahoo.com","dop":"2025-04-06","serial_number":"13313639510003","imei1":"13313639510003","imei2":"13313639510003","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:23:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171215,"job_number":"JOB_171215","tr_customer_id":171232,"tr_customer_product_id":171222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:39.000Z","modified_at":"2026-01-30T04:22:39.000Z","name":"Stanford Hermiston","mobile_number":"309-949-8683","email_id":"Monte55@hotmail.com","dop":"2025-04-06","serial_number":"16523640268083688","imei1":"16523640268083688","imei2":"16523640268083688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171216,"job_number":"JOB_171216","tr_customer_id":171233,"tr_customer_product_id":171223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:24.000Z","modified_at":"2026-01-30T04:26:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68165893365844","imei1":"68165893365844","imei2":"68165893365844","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171217,"job_number":"JOB_171217","tr_customer_id":171234,"tr_customer_product_id":171224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:25.000Z","modified_at":"2026-01-30T04:26:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50230575454873","imei1":"50230575454873","imei2":"50230575454873","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171218,"job_number":"JOB_171218","tr_customer_id":171235,"tr_customer_product_id":171225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:25.000Z","modified_at":"2026-01-30T04:26:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45516248057217","imei1":"45516248057217","imei2":"45516248057217","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171219,"job_number":"JOB_171219","tr_customer_id":171236,"tr_customer_product_id":171226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:25.000Z","modified_at":"2026-01-30T04:26:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97918493716764","imei1":"97918493716764","imei2":"97918493716764","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171220,"job_number":"JOB_171220","tr_customer_id":171237,"tr_customer_product_id":171227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:26.000Z","modified_at":"2026-01-30T04:26:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42590853375783","imei1":"42590853375783","imei2":"42590853375783","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171221,"job_number":"JOB_171221","tr_customer_id":171238,"tr_customer_product_id":171228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:26.000Z","modified_at":"2026-01-30T04:26:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50111375755706","imei1":"50111375755706","imei2":"50111375755706","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171222,"job_number":"JOB_171222","tr_customer_id":171239,"tr_customer_product_id":171229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:26.000Z","modified_at":"2026-01-30T04:26:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27371656251453","imei1":"27371656251453","imei2":"27371656251453","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171223,"job_number":"JOB_171223","tr_customer_id":171240,"tr_customer_product_id":171230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:58.000Z","modified_at":"2026-01-30T04:26:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32360882111424","imei1":"32360882111424","imei2":"32360882111424","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171224,"job_number":"JOB_171224","tr_customer_id":171241,"tr_customer_product_id":171231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:58.000Z","modified_at":"2026-01-30T04:26:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36696771861835","imei1":"36696771861835","imei2":"36696771861835","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171225,"job_number":"JOB_171225","tr_customer_id":171242,"tr_customer_product_id":171232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:58.000Z","modified_at":"2026-01-30T04:26:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"77356460039342","imei1":"77356460039342","imei2":"77356460039342","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171226,"job_number":"JOB_171226","tr_customer_id":171243,"tr_customer_product_id":171233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:59.000Z","modified_at":"2026-01-30T04:26:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"44813251435698","imei1":"44813251435698","imei2":"44813251435698","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171227,"job_number":"JOB_171227","tr_customer_id":171244,"tr_customer_product_id":171234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:59.000Z","modified_at":"2026-01-30T04:26:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40196297666119","imei1":"40196297666119","imei2":"40196297666119","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171228,"job_number":"JOB_171228","tr_customer_id":171245,"tr_customer_product_id":171235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:59.000Z","modified_at":"2026-01-30T04:26:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34266284520785","imei1":"34266284520785","imei2":"34266284520785","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171229,"job_number":"JOB_171229","tr_customer_id":171246,"tr_customer_product_id":171236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:59.000Z","modified_at":"2026-01-30T04:27:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21805108621548","imei1":"21805108621548","imei2":"21805108621548","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171230,"job_number":"JOB_171230","tr_customer_id":171247,"tr_customer_product_id":171237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:30.000Z","modified_at":"2026-01-30T04:27:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69066471103613","imei1":"69066471103613","imei2":"69066471103613","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171231,"job_number":"JOB_171231","tr_customer_id":171248,"tr_customer_product_id":171238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:31.000Z","modified_at":"2026-01-30T04:27:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41548994759976","imei1":"41548994759976","imei2":"41548994759976","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171232,"job_number":"JOB_171232","tr_customer_id":171249,"tr_customer_product_id":171239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:31.000Z","modified_at":"2026-01-30T04:27:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50398662904799","imei1":"50398662904799","imei2":"50398662904799","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171233,"job_number":"JOB_171233","tr_customer_id":171250,"tr_customer_product_id":171240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:31.000Z","modified_at":"2026-01-30T04:27:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92289060463279","imei1":"92289060463279","imei2":"92289060463279","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171234,"job_number":"JOB_171234","tr_customer_id":171251,"tr_customer_product_id":171241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:32.000Z","modified_at":"2026-01-30T04:27:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95043084725679","imei1":"95043084725679","imei2":"95043084725679","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171235,"job_number":"JOB_171235","tr_customer_id":171252,"tr_customer_product_id":171242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:32.000Z","modified_at":"2026-01-30T04:27:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40314052249079","imei1":"40314052249079","imei2":"40314052249079","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171236,"job_number":"JOB_171236","tr_customer_id":171253,"tr_customer_product_id":171243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:32.000Z","modified_at":"2026-01-30T04:27:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"98426724134357","imei1":"98426724134357","imei2":"98426724134357","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171239,"job_number":"JOB_171239","tr_customer_id":171256,"tr_customer_product_id":171246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:06:28.000Z","modified_at":"2026-01-30T05:06:28.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"44492326259131","imei1":"44492326259131","imei2":"44492326259131","popurl":"2026-01-20T05:06:28.238559035Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:06:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171240,"job_number":"JOB_171240","tr_customer_id":171257,"tr_customer_product_id":171247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:06:31.000Z","modified_at":"2026-01-30T05:06:31.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"94988867562782","imei1":"94988867562782","imei2":"94988867562782","popurl":"2026-01-20T05:06:30.816405359Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:06:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171241,"job_number":"JOB_171241","tr_customer_id":171258,"tr_customer_product_id":171248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:11:43.000Z","modified_at":"2026-01-30T05:11:43.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103654342872658","imei1":"103654342872658","imei2":"103654342872658","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:11:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171242,"job_number":"JOB_171242","tr_customer_id":171259,"tr_customer_product_id":171249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:11:44.000Z","modified_at":"2026-01-30T05:11:54.000Z","name":"Napoleon Medhurst","mobile_number":"288-457-4406","email_id":"Vada.Stiedemann@hotmail.com","dop":"2025-07-01","serial_number":"104587700088120","imei1":"104587700088120","imei2":"104587700088120","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:11:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171243,"job_number":"JOB_171243","tr_customer_id":171260,"tr_customer_product_id":171250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:11:56.000Z","modified_at":"2026-01-30T05:11:56.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109721411806758","imei1":"109721411806758","imei2":"109721411806758","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:11:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171244,"job_number":"JOB_171244","tr_customer_id":171261,"tr_customer_product_id":171251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:11:56.000Z","modified_at":"2026-01-30T05:12:05.000Z","name":"Mozell Gaylord","mobile_number":"812-893-0658","email_id":"Annie81@yahoo.com","dop":"2025-07-01","serial_number":"102650484924225","imei1":"102650484924225","imei2":"102650484924225","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:12:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171245,"job_number":"JOB_171245","tr_customer_id":171262,"tr_customer_product_id":171252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:30:04.000Z","modified_at":"2026-01-30T05:30:43.000Z","name":"Dominic Cormier","mobile_number":"958-552-7914","email_id":"Wanda46@yahoo.com","dop":"2025-04-06","serial_number":"12926045766059","imei1":"12926045766059","imei2":"12926045766059","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:30:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171246,"job_number":"JOB_171246","tr_customer_id":171263,"tr_customer_product_id":171253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:30:05.000Z","modified_at":"2026-01-30T05:30:06.000Z","name":"Hillary Huels","mobile_number":"440-720-2758","email_id":"Parker.Franecki52@hotmail.com","dop":"2025-04-06","serial_number":"13442540163156602","imei1":"13442540163156602","imei2":"13442540163156602","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:30:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171247,"job_number":"JOB_171247","tr_customer_id":171264,"tr_customer_product_id":171254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:30:32.000Z","modified_at":"2026-01-30T05:31:11.000Z","name":"Felipe Mraz","mobile_number":"517-967-8522","email_id":"Jamil_Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"19187218117301","imei1":"19187218117301","imei2":"19187218117301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:31:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171248,"job_number":"JOB_171248","tr_customer_id":171265,"tr_customer_product_id":171255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:30:34.000Z","modified_at":"2026-01-30T05:30:34.000Z","name":"Sadie Hills","mobile_number":"486-376-6669","email_id":"Adriana92@gmail.com","dop":"2025-04-06","serial_number":"10176398618220392","imei1":"10176398618220392","imei2":"10176398618220392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:30:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171249,"job_number":"JOB_171249","tr_customer_id":171266,"tr_customer_product_id":171256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:35:58.000Z","modified_at":"2026-01-30T05:36:37.000Z","name":"Ocie Macejkovic","mobile_number":"246-663-0168","email_id":"Reyes.Becker@yahoo.com","dop":"2025-04-06","serial_number":"14449900881203","imei1":"14449900881203","imei2":"14449900881203","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171250,"job_number":"JOB_171250","tr_customer_id":171267,"tr_customer_product_id":171257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:36:00.000Z","modified_at":"2026-01-30T05:36:00.000Z","name":"Cindy Weber","mobile_number":"793-436-1824","email_id":"Brisa.McLaughlin@gmail.com","dop":"2025-04-06","serial_number":"16464233850864918","imei1":"16464233850864918","imei2":"16464233850864918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171251,"job_number":"JOB_171251","tr_customer_id":171268,"tr_customer_product_id":171258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:36:44.000Z","modified_at":"2026-01-30T05:37:21.000Z","name":"Nathanael Kling","mobile_number":"232-876-6308","email_id":"Lenny_Bailey@gmail.com","dop":"2025-04-06","serial_number":"19556357849730","imei1":"19556357849730","imei2":"19556357849730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171252,"job_number":"JOB_171252","tr_customer_id":171269,"tr_customer_product_id":171259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:36:45.000Z","modified_at":"2026-01-30T05:36:45.000Z","name":"Ruthie West","mobile_number":"936-777-9716","email_id":"Jaylan.Champlin@yahoo.com","dop":"2025-04-06","serial_number":"18938842716442600","imei1":"18938842716442600","imei2":"18938842716442600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171253,"job_number":"JOB_171253","tr_customer_id":171270,"tr_customer_product_id":171260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:37:29.000Z","modified_at":"2026-01-30T05:38:06.000Z","name":"Haylie Senger","mobile_number":"480-490-2595","email_id":"Alfonso_Pollich@hotmail.com","dop":"2025-04-06","serial_number":"10418918173318","imei1":"10418918173318","imei2":"10418918173318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:38:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171254,"job_number":"JOB_171254","tr_customer_id":171271,"tr_customer_product_id":171261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:37:30.000Z","modified_at":"2026-01-30T05:37:30.000Z","name":"Tyreek Miller","mobile_number":"262-217-5818","email_id":"Leanne.Kutch@gmail.com","dop":"2025-04-06","serial_number":"12247188256887778","imei1":"12247188256887778","imei2":"12247188256887778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:37:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171255,"job_number":"JOB_171255","tr_customer_id":171272,"tr_customer_product_id":171262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Mechelle Stracke","mobile_number":"7099314516","email_id":"windy.gleason@yahoo.com","dop":"2026-01-20","serial_number":"572666053020437","imei1":"498384250923512","imei2":"890435172846539","popurl":"www.leoma-swaniawski.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171256,"job_number":"JOB_171256","tr_customer_id":171273,"tr_customer_product_id":171263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Cedrick Franecki","mobile_number":"7078678597","email_id":"shelba.hessel@gmail.com","dop":"2026-01-20","serial_number":"238276324961790","imei1":"010576607716187","imei2":"163987280620345","popurl":"www.providencia-greenholt.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171257,"job_number":"JOB_171257","tr_customer_id":171274,"tr_customer_product_id":171264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Ceola Nitzsche","mobile_number":"7054427024","email_id":"claud.medhurst@gmail.com","dop":"2026-01-20","serial_number":"768356234766334","imei1":"452469915347785","imei2":"325373290351874","popurl":"www.kristian-ritchie.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171258,"job_number":"JOB_171258","tr_customer_id":171275,"tr_customer_product_id":171265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Clark Yost","mobile_number":"7036900967","email_id":"lyle.goodwin@hotmail.com","dop":"2026-01-20","serial_number":"491884467495444","imei1":"016174267256365","imei2":"912381369241386","popurl":"www.marco-swift.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171259,"job_number":"JOB_171259","tr_customer_id":171276,"tr_customer_product_id":171266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Margarette Lueilwitz","mobile_number":"7085478763","email_id":"julio.koch@yahoo.com","dop":"2026-01-20","serial_number":"412860258341152","imei1":"813171604214463","imei2":"485612585521118","popurl":"www.jonathon-wilkinson.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171260,"job_number":"JOB_171260","tr_customer_id":171277,"tr_customer_product_id":171267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Laronda Torphy","mobile_number":"7025021474","email_id":"william.stehr@gmail.com","dop":"2026-01-20","serial_number":"972441054471604","imei1":"686754197654528","imei2":"926554475411645","popurl":"www.abram-hansen.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171261,"job_number":"JOB_171261","tr_customer_id":171278,"tr_customer_product_id":171268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Chester Hayes","mobile_number":"7045727611","email_id":"luetta.waters@gmail.com","dop":"2026-01-20","serial_number":"838903341815602","imei1":"976467245767710","imei2":"795221116181019","popurl":"www.maryalice-prosacco.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171262,"job_number":"JOB_171262","tr_customer_id":171279,"tr_customer_product_id":171269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Sharmaine Morar","mobile_number":"7049135324","email_id":"norah.johnson@hotmail.com","dop":"2026-01-20","serial_number":"929996546076416","imei1":"573566954401823","imei2":"761359974709772","popurl":"www.fred-wisoky.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171263,"job_number":"JOB_171263","tr_customer_id":171280,"tr_customer_product_id":171270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Vi Harber","mobile_number":"7064000175","email_id":"leigh.bergnaum@hotmail.com","dop":"2026-01-20","serial_number":"616610043460910","imei1":"155654986123458","imei2":"310585677560027","popurl":"www.emilio-schoen.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171264,"job_number":"JOB_171264","tr_customer_id":171281,"tr_customer_product_id":171271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Mina Lesch","mobile_number":"7082372665","email_id":"suzie.marks@yahoo.com","dop":"2026-01-20","serial_number":"701044727612722","imei1":"376613410787939","imei2":"942991546876059","popurl":"www.joe-buckridge.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171265,"job_number":"JOB_171265","tr_customer_id":171282,"tr_customer_product_id":171272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Wilburn Bergstrom","mobile_number":"7013353968","email_id":"asa.ryan@gmail.com","dop":"2026-01-20","serial_number":"623635974871693","imei1":"242619460205683","imei2":"965083142035508","popurl":"www.megan-kuhic.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171266,"job_number":"JOB_171266","tr_customer_id":171284,"tr_customer_product_id":171273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Jacinto Kozey","mobile_number":"7022960780","email_id":"adan.kihn@yahoo.com","dop":"2026-01-20","serial_number":"573428908551433","imei1":"054924308963273","imei2":"284649389869029","popurl":"www.emmitt-schulist.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171267,"job_number":"JOB_171267","tr_customer_id":171283,"tr_customer_product_id":171274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Conception Mills","mobile_number":"7045496618","email_id":"daphne.mayer@gmail.com","dop":"2026-01-20","serial_number":"263444539501114","imei1":"164269333423350","imei2":"644376740033112","popurl":"www.nery-kuphal.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171268,"job_number":"JOB_171268","tr_customer_id":171285,"tr_customer_product_id":171275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Floyd Jaskolski","mobile_number":"7052180863","email_id":"latashia.beahan@yahoo.com","dop":"2026-01-20","serial_number":"380992307916679","imei1":"944089403776228","imei2":"617770173665034","popurl":"www.miquel-flatley.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171269,"job_number":"JOB_171269","tr_customer_id":171286,"tr_customer_product_id":171276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Shela Bashirian","mobile_number":"7054494394","email_id":"kittie.hettinger@gmail.com","dop":"2026-01-20","serial_number":"060213496186556","imei1":"289633814379277","imei2":"422413910083233","popurl":"www.humberto-hammes.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171270,"job_number":"JOB_171270","tr_customer_id":171287,"tr_customer_product_id":171277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Darius Anderson","mobile_number":"7097564929","email_id":"odette.keeling@yahoo.com","dop":"2026-01-20","serial_number":"758725336219691","imei1":"578129971270282","imei2":"900822568283921","popurl":"www.donnie-hirthe.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171271,"job_number":"JOB_171271","tr_customer_id":171288,"tr_customer_product_id":171278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Felisha Senger","mobile_number":"7002630667","email_id":"babara.hauck@gmail.com","dop":"2026-01-20","serial_number":"713857290800578","imei1":"498239871993302","imei2":"069643077108131","popurl":"www.patricia-glover.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171272,"job_number":"JOB_171272","tr_customer_id":171289,"tr_customer_product_id":171279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Martin Herzog","mobile_number":"7048489618","email_id":"stewart.boyle@yahoo.com","dop":"2026-01-20","serial_number":"642548287437421","imei1":"001494208315496","imei2":"220970376417477","popurl":"www.frederica-durgan.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171273,"job_number":"JOB_171273","tr_customer_id":171291,"tr_customer_product_id":171280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Charity Hagenes","mobile_number":"7056781630","email_id":"edwardo.schulist@yahoo.com","dop":"2026-01-20","serial_number":"207775557780019","imei1":"141317159035208","imei2":"770188941722539","popurl":"www.nikki-cassin.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171274,"job_number":"JOB_171274","tr_customer_id":171290,"tr_customer_product_id":171281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Margarito Purdy","mobile_number":"7049896781","email_id":"nelda.sauer@hotmail.com","dop":"2026-01-20","serial_number":"555087379422001","imei1":"781499275048964","imei2":"068666357976210","popurl":"www.dia-stokes.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171275,"job_number":"JOB_171275","tr_customer_id":171292,"tr_customer_product_id":171282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Eura Swift","mobile_number":"7001842203","email_id":"stewart.kuvalis@yahoo.com","dop":"2026-01-20","serial_number":"826652378492166","imei1":"677566223021085","imei2":"460924875045151","popurl":"www.gwyn-wiza.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171276,"job_number":"JOB_171276","tr_customer_id":171293,"tr_customer_product_id":171283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Patrick Hudson","mobile_number":"7018081216","email_id":"paul.waters@hotmail.com","dop":"2026-01-20","serial_number":"380785726166291","imei1":"500837556582087","imei2":"956176460929887","popurl":"www.robt-wunsch.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171277,"job_number":"JOB_171277","tr_customer_id":171294,"tr_customer_product_id":171284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Hai Jakubowski","mobile_number":"7036325365","email_id":"harry.becker@yahoo.com","dop":"2026-01-20","serial_number":"400672857448585","imei1":"906922527643994","imei2":"116140246894846","popurl":"www.chuck-powlowski.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171278,"job_number":"JOB_171278","tr_customer_id":171295,"tr_customer_product_id":171285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Rosetta MacGyver","mobile_number":"7001482526","email_id":"kurtis.dare@hotmail.com","dop":"2026-01-20","serial_number":"948980902782389","imei1":"110367369457101","imei2":"538514891420431","popurl":"www.toi-gutmann.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171279,"job_number":"JOB_171279","tr_customer_id":171296,"tr_customer_product_id":171286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Merrie Davis","mobile_number":"7070612816","email_id":"rey.armstrong@hotmail.com","dop":"2026-01-20","serial_number":"981135890916648","imei1":"432334546733783","imei2":"633851218106331","popurl":"www.galen-johnson.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171280,"job_number":"JOB_171280","tr_customer_id":171297,"tr_customer_product_id":171287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Rogelio Howell","mobile_number":"7047198962","email_id":"tama.bosco@hotmail.com","dop":"2026-01-20","serial_number":"620230799896431","imei1":"382577882871484","imei2":"651505170758353","popurl":"www.rocio-yost.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171281,"job_number":"JOB_171281","tr_customer_id":171298,"tr_customer_product_id":171288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Jerrold Hettinger","mobile_number":"7014609769","email_id":"alfonso.nitzsche@gmail.com","dop":"2026-01-20","serial_number":"298271036192099","imei1":"493301056721234","imei2":"806543001633283","popurl":"www.leif-leannon.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171282,"job_number":"JOB_171282","tr_customer_id":171299,"tr_customer_product_id":171289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Leia Wilderman","mobile_number":"7081764293","email_id":"charlie.kshlerin@yahoo.com","dop":"2026-01-20","serial_number":"847215224174939","imei1":"616657187339376","imei2":"790766060331074","popurl":"www.elroy-buckridge.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171283,"job_number":"JOB_171283","tr_customer_id":171300,"tr_customer_product_id":171290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Corina Keebler","mobile_number":"7012242008","email_id":"donte.armstrong@gmail.com","dop":"2026-01-20","serial_number":"254436800512874","imei1":"542141292010198","imei2":"677410120059873","popurl":"www.monte-douglas.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171284,"job_number":"JOB_171284","tr_customer_id":171301,"tr_customer_product_id":171291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Ping Williamson","mobile_number":"7019746611","email_id":"tommie.predovic@yahoo.com","dop":"2026-01-20","serial_number":"091790878881049","imei1":"177114594404262","imei2":"853646222958487","popurl":"www.olen-kuhn.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171285,"job_number":"JOB_171285","tr_customer_id":171302,"tr_customer_product_id":171292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Gertie Feil","mobile_number":"7053090139","email_id":"jimmie.borer@gmail.com","dop":"2026-01-20","serial_number":"606341795059464","imei1":"631296331161559","imei2":"941897190477117","popurl":"www.fermin-baumbach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171286,"job_number":"JOB_171286","tr_customer_id":171303,"tr_customer_product_id":171293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Heriberto Dare","mobile_number":"7050317234","email_id":"jonas.schneider@gmail.com","dop":"2026-01-20","serial_number":"521380277078461","imei1":"449668329731456","imei2":"542018027928858","popurl":"www.dave-beahan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171287,"job_number":"JOB_171287","tr_customer_id":171304,"tr_customer_product_id":171294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Marlyn Schiller","mobile_number":"7099628598","email_id":"val.barrows@yahoo.com","dop":"2026-01-20","serial_number":"916071023365421","imei1":"720851075151568","imei2":"400866920625810","popurl":"www.charlette-willms.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171288,"job_number":"JOB_171288","tr_customer_id":171305,"tr_customer_product_id":171295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Kirsten Senger","mobile_number":"7097079404","email_id":"dexter.gleason@hotmail.com","dop":"2026-01-20","serial_number":"563714483928251","imei1":"123991720083125","imei2":"002947736462201","popurl":"www.georgene-ullrich.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171289,"job_number":"JOB_171289","tr_customer_id":171306,"tr_customer_product_id":171296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Kam Lowe","mobile_number":"7001121305","email_id":"alyse.pacocha@hotmail.com","dop":"2026-01-20","serial_number":"688350530513191","imei1":"232348310637105","imei2":"687112166095974","popurl":"www.chrystal-bruen.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171290,"job_number":"JOB_171290","tr_customer_id":171307,"tr_customer_product_id":171297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Raymundo Lehner","mobile_number":"7026882957","email_id":"jackie.heaney@hotmail.com","dop":"2026-01-20","serial_number":"329196997117307","imei1":"315729494463659","imei2":"856215408405094","popurl":"www.monty-ernser.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171291,"job_number":"JOB_171291","tr_customer_id":171309,"tr_customer_product_id":171298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Angle Bosco","mobile_number":"7006739450","email_id":"taunya.hettinger@gmail.com","dop":"2026-01-20","serial_number":"756406649999859","imei1":"297677764704882","imei2":"923920695219972","popurl":"www.milagro-roob.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171292,"job_number":"JOB_171292","tr_customer_id":171308,"tr_customer_product_id":171299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Melanie Bode","mobile_number":"7082822385","email_id":"matthew.nitzsche@yahoo.com","dop":"2026-01-20","serial_number":"445282738789803","imei1":"137857908041800","imei2":"753072165846076","popurl":"www.elodia-green.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171293,"job_number":"JOB_171293","tr_customer_id":171310,"tr_customer_product_id":171300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Quinn Kreiger","mobile_number":"7009979625","email_id":"alexia.kuvalis@hotmail.com","dop":"2026-01-20","serial_number":"854318010154538","imei1":"861088907597622","imei2":"185817212957150","popurl":"www.ellan-muller.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171294,"job_number":"JOB_171294","tr_customer_id":171311,"tr_customer_product_id":171301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Darrel Corwin","mobile_number":"7057047003","email_id":"lyman.wiegand@hotmail.com","dop":"2026-01-20","serial_number":"237175470271655","imei1":"032486600368255","imei2":"446173791097521","popurl":"www.erin-runolfsson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171295,"job_number":"JOB_171295","tr_customer_id":171312,"tr_customer_product_id":171302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Mittie Barton","mobile_number":"7028648701","email_id":"emmie.schuster@gmail.com","dop":"2026-01-20","serial_number":"924393276295249","imei1":"309472988490565","imei2":"658495554469434","popurl":"www.tyler-goodwin.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171296,"job_number":"JOB_171296","tr_customer_id":171313,"tr_customer_product_id":171303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Williams Wilderman","mobile_number":"7004300651","email_id":"allena.lang@gmail.com","dop":"2026-01-20","serial_number":"713854897368234","imei1":"409939976558701","imei2":"735582385868358","popurl":"www.simona-altenwerth.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171297,"job_number":"JOB_171297","tr_customer_id":171314,"tr_customer_product_id":171304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Manie Schaefer","mobile_number":"7083348073","email_id":"katheleen.toy@yahoo.com","dop":"2026-01-20","serial_number":"947390877324960","imei1":"944637172852648","imei2":"144334355109576","popurl":"www.guadalupe-donnelly.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171298,"job_number":"JOB_171298","tr_customer_id":171315,"tr_customer_product_id":171305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Suzi Gutkowski","mobile_number":"7000348900","email_id":"tammi.ward@yahoo.com","dop":"2026-01-20","serial_number":"521796092686116","imei1":"895769951233287","imei2":"451086771861443","popurl":"www.bobby-howell.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171299,"job_number":"JOB_171299","tr_customer_id":171316,"tr_customer_product_id":171306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Rocky Becker","mobile_number":"7033551283","email_id":"alberto.powlowski@yahoo.com","dop":"2026-01-20","serial_number":"399236703668613","imei1":"338145194685861","imei2":"214652828394383","popurl":"www.helaine-lynch.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171300,"job_number":"JOB_171300","tr_customer_id":171317,"tr_customer_product_id":171307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Quinton Little","mobile_number":"7038957880","email_id":"anabel.price@yahoo.com","dop":"2026-01-20","serial_number":"630296100037005","imei1":"097816377351172","imei2":"904960290408004","popurl":"www.merlin-marks.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171301,"job_number":"JOB_171301","tr_customer_id":171318,"tr_customer_product_id":171308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Ophelia Rice","mobile_number":"7046698561","email_id":"merlin.hayes@gmail.com","dop":"2026-01-20","serial_number":"354178160521808","imei1":"455855935314235","imei2":"273275603966270","popurl":"www.dirk-bauch.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171302,"job_number":"JOB_171302","tr_customer_id":171319,"tr_customer_product_id":171309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Tom Hammes","mobile_number":"7000942450","email_id":"margarett.wisoky@yahoo.com","dop":"2026-01-20","serial_number":"752467710248004","imei1":"288185988413854","imei2":"299792988910928","popurl":"www.harris-volkman.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171303,"job_number":"JOB_171303","tr_customer_id":171320,"tr_customer_product_id":171310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Whitney Monahan","mobile_number":"7082537552","email_id":"nicola.effertz@gmail.com","dop":"2026-01-20","serial_number":"320853054357944","imei1":"854691824554205","imei2":"333310707553695","popurl":"www.philomena-cummings.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171304,"job_number":"JOB_171304","tr_customer_id":171322,"tr_customer_product_id":171311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Micheal Kuphal","mobile_number":"7053593462","email_id":"eula.yundt@hotmail.com","dop":"2026-01-20","serial_number":"781374517942592","imei1":"671122538259545","imei2":"180776559201212","popurl":"www.song-ortiz.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171305,"job_number":"JOB_171305","tr_customer_id":171321,"tr_customer_product_id":171312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Cyrus Kuhlman","mobile_number":"7058941188","email_id":"zachary.walter@hotmail.com","dop":"2026-01-20","serial_number":"828750392070931","imei1":"711725431974453","imei2":"121108258349178","popurl":"www.kortney-stehr.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171306,"job_number":"JOB_171306","tr_customer_id":171323,"tr_customer_product_id":171313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Caren Kozey","mobile_number":"7024358111","email_id":"morgan.harris@yahoo.com","dop":"2026-01-20","serial_number":"130268590698903","imei1":"762771362112646","imei2":"079198503697501","popurl":"www.cathie-fadel.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171307,"job_number":"JOB_171307","tr_customer_id":171324,"tr_customer_product_id":171314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Erasmo Jerde","mobile_number":"7077248713","email_id":"noelle.bednar@yahoo.com","dop":"2026-01-20","serial_number":"851784061286438","imei1":"990530413518809","imei2":"418220343943831","popurl":"www.christi-deckow.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171308,"job_number":"JOB_171308","tr_customer_id":171325,"tr_customer_product_id":171315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Charlie Reichel","mobile_number":"7019051130","email_id":"bethany.bayer@yahoo.com","dop":"2026-01-20","serial_number":"962454777702104","imei1":"330761018557061","imei2":"580522695193604","popurl":"www.jewell-brekke.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171309,"job_number":"JOB_171309","tr_customer_id":171326,"tr_customer_product_id":171316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Ashly Muller","mobile_number":"7033151416","email_id":"deshawn.deckow@hotmail.com","dop":"2026-01-20","serial_number":"467004973717725","imei1":"123728033258318","imei2":"398747741128254","popurl":"www.tobi-schmitt.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171310,"job_number":"JOB_171310","tr_customer_id":171327,"tr_customer_product_id":171317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:42.000Z","modified_at":"2026-01-30T05:55:42.000Z","name":"Eleanora Ward","mobile_number":"7028648988","email_id":"arnette.wiegand@gmail.com","dop":"2026-01-20","serial_number":"570528850340114","imei1":"320870487801078","imei2":"710620712670116","popurl":"www.erick-sawayn.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171311,"job_number":"JOB_171311","tr_customer_id":171328,"tr_customer_product_id":171318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:42.000Z","modified_at":"2026-01-30T05:55:42.000Z","name":"Karen Armstrong","mobile_number":"7068288941","email_id":"jude.durgan@yahoo.com","dop":"2026-01-20","serial_number":"939118111250160","imei1":"898008289804416","imei2":"458935161560606","popurl":"www.annelle-ratke.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171312,"job_number":"JOB_171312","tr_customer_id":171329,"tr_customer_product_id":171319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:42.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Delmar Kuhlman","mobile_number":"7076639014","email_id":"morris.champlin@hotmail.com","dop":"2026-01-20","serial_number":"359966718293181","imei1":"269850488109661","imei2":"086271321760063","popurl":"www.elisa-hickle.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171313,"job_number":"JOB_171313","tr_customer_id":171330,"tr_customer_product_id":171320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Alise Strosin","mobile_number":"7029822744","email_id":"miquel.hauck@gmail.com","dop":"2026-01-20","serial_number":"113476940717789","imei1":"826707803695069","imei2":"114528807275329","popurl":"www.daphne-orn.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171314,"job_number":"JOB_171314","tr_customer_id":171331,"tr_customer_product_id":171321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Kathaleen Nolan","mobile_number":"7034353648","email_id":"kelley.smitham@yahoo.com","dop":"2026-01-20","serial_number":"215758379552571","imei1":"071950585874522","imei2":"912099833654560","popurl":"www.beverly-hand.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171315,"job_number":"JOB_171315","tr_customer_id":171332,"tr_customer_product_id":171322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Ariel Cummings","mobile_number":"7038642287","email_id":"irving.waelchi@yahoo.com","dop":"2026-01-20","serial_number":"463492551678414","imei1":"648186731601765","imei2":"480006720646052","popurl":"www.stuart-legros.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171316,"job_number":"JOB_171316","tr_customer_id":171333,"tr_customer_product_id":171323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Carol Klein","mobile_number":"7015590816","email_id":"brice.roob@yahoo.com","dop":"2026-01-20","serial_number":"710983340271287","imei1":"733109760191233","imei2":"361240509090824","popurl":"www.merle-hahn.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171317,"job_number":"JOB_171317","tr_customer_id":171334,"tr_customer_product_id":171324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Kyle Douglas","mobile_number":"7015148888","email_id":"tyson.sporer@yahoo.com","dop":"2026-01-20","serial_number":"766541170764355","imei1":"565784542446208","imei2":"538816603970844","popurl":"www.mack-crooks.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171318,"job_number":"JOB_171318","tr_customer_id":171335,"tr_customer_product_id":171325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Rico Gleichner","mobile_number":"7029157150","email_id":"noe.nitzsche@hotmail.com","dop":"2026-01-20","serial_number":"491736804658628","imei1":"493575193136037","imei2":"646049109562879","popurl":"www.estrella-mohr.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171319,"job_number":"JOB_171319","tr_customer_id":171336,"tr_customer_product_id":171326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Jefferey Kris","mobile_number":"7099992313","email_id":"eldon.rau@hotmail.com","dop":"2026-01-20","serial_number":"383666994327856","imei1":"075128337433975","imei2":"655744289525468","popurl":"www.graham-konopelski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171320,"job_number":"JOB_171320","tr_customer_id":171337,"tr_customer_product_id":171327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Royal Klein","mobile_number":"7049889361","email_id":"linsey.feil@hotmail.com","dop":"2026-01-20","serial_number":"030365157241101","imei1":"841865954352253","imei2":"751180241466148","popurl":"www.keenan-goldner.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171321,"job_number":"JOB_171321","tr_customer_id":171338,"tr_customer_product_id":171328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Easter Baumbach","mobile_number":"7093036604","email_id":"kristopher.batz@hotmail.com","dop":"2026-01-20","serial_number":"914912160874195","imei1":"971588513580079","imei2":"736842994493543","popurl":"www.marilou-ferry.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171322,"job_number":"JOB_171322","tr_customer_id":171339,"tr_customer_product_id":171329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Otha Heathcote","mobile_number":"7022274597","email_id":"kasie.hyatt@yahoo.com","dop":"2026-01-20","serial_number":"051530957056078","imei1":"700307274917464","imei2":"381092289380151","popurl":"www.maggie-koepp.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171323,"job_number":"JOB_171323","tr_customer_id":171340,"tr_customer_product_id":171330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Yuk Walker","mobile_number":"7079057641","email_id":"idell.mcclure@gmail.com","dop":"2026-01-20","serial_number":"018953174275601","imei1":"197554091067559","imei2":"146793685141557","popurl":"www.chelsea-strosin.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171324,"job_number":"JOB_171324","tr_customer_id":171341,"tr_customer_product_id":171331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Lillie Spencer","mobile_number":"7048536157","email_id":"kasey.brown@gmail.com","dop":"2026-01-20","serial_number":"169151214653888","imei1":"606013340190024","imei2":"432370165611082","popurl":"www.erik-turcotte.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171325,"job_number":"JOB_171325","tr_customer_id":171342,"tr_customer_product_id":171332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Suzan Feil","mobile_number":"7017899097","email_id":"aron.mante@yahoo.com","dop":"2026-01-20","serial_number":"934554124274999","imei1":"643500244089838","imei2":"768905799936658","popurl":"www.elvis-walter.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171326,"job_number":"JOB_171326","tr_customer_id":171343,"tr_customer_product_id":171333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Vaughn Abshire","mobile_number":"7076898654","email_id":"sophia.beahan@gmail.com","dop":"2026-01-20","serial_number":"374887385152324","imei1":"236118919572179","imei2":"730551795153501","popurl":"www.cameron-labadie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171327,"job_number":"JOB_171327","tr_customer_id":171344,"tr_customer_product_id":171334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Darrick Schiller","mobile_number":"7007616646","email_id":"youlanda.waelchi@yahoo.com","dop":"2026-01-20","serial_number":"913360750542939","imei1":"044302794883510","imei2":"582414749359131","popurl":"www.damon-ohara.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171328,"job_number":"JOB_171328","tr_customer_id":171345,"tr_customer_product_id":171335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Andreas Kuhlman","mobile_number":"7080274718","email_id":"shawana.gutmann@yahoo.com","dop":"2026-01-20","serial_number":"833874154524629","imei1":"165684040934487","imei2":"312100825481361","popurl":"www.palmer-boyer.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171329,"job_number":"JOB_171329","tr_customer_id":171346,"tr_customer_product_id":171336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Horace McLaughlin","mobile_number":"7069779472","email_id":"clarita.gottlieb@gmail.com","dop":"2026-01-20","serial_number":"582099164941029","imei1":"227114044654142","imei2":"156221871043903","popurl":"www.frankie-trantow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171330,"job_number":"JOB_171330","tr_customer_id":171347,"tr_customer_product_id":171337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Keenan Lang","mobile_number":"7088968871","email_id":"julius.becker@yahoo.com","dop":"2026-01-20","serial_number":"209260180327899","imei1":"298211817981988","imei2":"369635061744510","popurl":"www.janell-lowe.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171331,"job_number":"JOB_171331","tr_customer_id":171348,"tr_customer_product_id":171338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Patrick Lemke","mobile_number":"7007403986","email_id":"lindsay.feest@gmail.com","dop":"2026-01-20","serial_number":"022307895346513","imei1":"135070715406277","imei2":"424391515834522","popurl":"www.buck-parker.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171332,"job_number":"JOB_171332","tr_customer_id":171349,"tr_customer_product_id":171339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Daryl Walter","mobile_number":"7054905836","email_id":"rosalba.little@gmail.com","dop":"2026-01-20","serial_number":"973331501090102","imei1":"687295614282327","imei2":"705856612819515","popurl":"www.dominique-bernhard.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171333,"job_number":"JOB_171333","tr_customer_id":171350,"tr_customer_product_id":171340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Betty Wolff","mobile_number":"7017370882","email_id":"marisela.purdy@hotmail.com","dop":"2026-01-20","serial_number":"853721744842080","imei1":"789305070249993","imei2":"975196809715704","popurl":"www.brittaney-okon.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171334,"job_number":"JOB_171334","tr_customer_id":171351,"tr_customer_product_id":171341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Monty Streich","mobile_number":"7064317989","email_id":"sterling.schmidt@yahoo.com","dop":"2026-01-20","serial_number":"492146951984773","imei1":"681843052321560","imei2":"676830187061196","popurl":"www.nia-hamill.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171335,"job_number":"JOB_171335","tr_customer_id":171352,"tr_customer_product_id":171342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Stephan Beier","mobile_number":"7028352644","email_id":"dusty.swift@gmail.com","dop":"2026-01-20","serial_number":"848429255648885","imei1":"640703781449972","imei2":"665248918196321","popurl":"www.alaine-olson.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171336,"job_number":"JOB_171336","tr_customer_id":171353,"tr_customer_product_id":171343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Mark Harris","mobile_number":"7019203537","email_id":"kerry.abbott@gmail.com","dop":"2026-01-20","serial_number":"158636126981963","imei1":"462749841897112","imei2":"371272028423057","popurl":"www.drema-bernier.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171337,"job_number":"JOB_171337","tr_customer_id":171354,"tr_customer_product_id":171344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Caryn Mraz","mobile_number":"7012286778","email_id":"mardell.damore@gmail.com","dop":"2026-01-20","serial_number":"492422236760717","imei1":"953879803448535","imei2":"203247308133498","popurl":"www.nigel-huels.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171338,"job_number":"JOB_171338","tr_customer_id":171355,"tr_customer_product_id":171345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Roxann Krajcik","mobile_number":"7083524756","email_id":"eddie.fisher@yahoo.com","dop":"2026-01-20","serial_number":"894665896733248","imei1":"159345806106229","imei2":"831415349417924","popurl":"www.daren-stiedemann.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171339,"job_number":"JOB_171339","tr_customer_id":171356,"tr_customer_product_id":171346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Marquis McKenzie","mobile_number":"7036712750","email_id":"neil.stroman@yahoo.com","dop":"2026-01-20","serial_number":"712805775036816","imei1":"462218474417448","imei2":"578419115520565","popurl":"www.catherina-johns.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171340,"job_number":"JOB_171340","tr_customer_id":171357,"tr_customer_product_id":171347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Shawana Bartell","mobile_number":"7039979523","email_id":"dortha.harris@gmail.com","dop":"2026-01-20","serial_number":"877536665877150","imei1":"364166343636287","imei2":"778855328820417","popurl":"www.leda-abbott.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171341,"job_number":"JOB_171341","tr_customer_id":171358,"tr_customer_product_id":171348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Shandi Schinner","mobile_number":"7065687824","email_id":"jessie.kertzmann@gmail.com","dop":"2026-01-20","serial_number":"850274205060159","imei1":"964112510529323","imei2":"315046121597884","popurl":"www.boris-morissette.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171342,"job_number":"JOB_171342","tr_customer_id":171359,"tr_customer_product_id":171349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Matthew Hudson","mobile_number":"7008094170","email_id":"andre.monahan@yahoo.com","dop":"2026-01-20","serial_number":"408659195680000","imei1":"133284790354959","imei2":"014125850736231","popurl":"www.corinne-abbott.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171343,"job_number":"JOB_171343","tr_customer_id":171360,"tr_customer_product_id":171350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Mohammad Howell","mobile_number":"7034161108","email_id":"willodean.torp@hotmail.com","dop":"2026-01-20","serial_number":"557393980105678","imei1":"865949135880345","imei2":"286310765529782","popurl":"www.shirlene-funk.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171344,"job_number":"JOB_171344","tr_customer_id":171361,"tr_customer_product_id":171351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Inocencia McCullough","mobile_number":"7070412863","email_id":"ouida.emard@yahoo.com","dop":"2026-01-20","serial_number":"689899434329349","imei1":"704458332138095","imei2":"330556491938086","popurl":"www.irving-ziemann.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171345,"job_number":"JOB_171345","tr_customer_id":171362,"tr_customer_product_id":171352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Tiara Berge","mobile_number":"7024572240","email_id":"marty.price@hotmail.com","dop":"2026-01-20","serial_number":"701976783804628","imei1":"127828047744783","imei2":"793942879768999","popurl":"www.sharen-stokes.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171346,"job_number":"JOB_171346","tr_customer_id":171363,"tr_customer_product_id":171353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Granville Baumbach","mobile_number":"7022356100","email_id":"delta.cormier@gmail.com","dop":"2026-01-20","serial_number":"996804375718733","imei1":"602551415911801","imei2":"930078855823199","popurl":"www.cierra-crona.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171347,"job_number":"JOB_171347","tr_customer_id":171364,"tr_customer_product_id":171354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Luisa Bogan","mobile_number":"7067333858","email_id":"orval.upton@hotmail.com","dop":"2026-01-20","serial_number":"854300526798627","imei1":"677953650731126","imei2":"431990791433519","popurl":"www.eleonor-gutkowski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171348,"job_number":"JOB_171348","tr_customer_id":171365,"tr_customer_product_id":171355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Tammera Metz","mobile_number":"7047053055","email_id":"marvin.schoen@gmail.com","dop":"2026-01-20","serial_number":"052515037263998","imei1":"138097395785825","imei2":"612058888985915","popurl":"www.reiko-haag.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171349,"job_number":"JOB_171349","tr_customer_id":171366,"tr_customer_product_id":171356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Damien Hegmann","mobile_number":"7090363996","email_id":"jerome.stamm@gmail.com","dop":"2026-01-20","serial_number":"246944316579449","imei1":"523090462055794","imei2":"779341923092163","popurl":"www.del-waters.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171350,"job_number":"JOB_171350","tr_customer_id":171367,"tr_customer_product_id":171357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Tuyet Hamill","mobile_number":"7096352010","email_id":"gabriele.kutch@hotmail.com","dop":"2026-01-20","serial_number":"153056128550413","imei1":"269012477768882","imei2":"094785500498281","popurl":"www.norbert-gusikowski.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171351,"job_number":"JOB_171351","tr_customer_id":171368,"tr_customer_product_id":171358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Darrick Berge","mobile_number":"7087668523","email_id":"arturo.davis@gmail.com","dop":"2026-01-20","serial_number":"647399180273864","imei1":"458357599291083","imei2":"782248925382212","popurl":"www.thomas-weber.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171352,"job_number":"JOB_171352","tr_customer_id":171369,"tr_customer_product_id":171359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Sherwood Fadel","mobile_number":"7011843943","email_id":"david.zieme@yahoo.com","dop":"2026-01-20","serial_number":"789671532689752","imei1":"563711768576478","imei2":"057048674402843","popurl":"www.gerri-sporer.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171353,"job_number":"JOB_171353","tr_customer_id":171370,"tr_customer_product_id":171360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Lashell O'Kon","mobile_number":"7025980012","email_id":"devon.roberts@gmail.com","dop":"2026-01-20","serial_number":"392770444299956","imei1":"872677543420725","imei2":"132521620430556","popurl":"www.fletcher-bartoletti.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171354,"job_number":"JOB_171354","tr_customer_id":171371,"tr_customer_product_id":171361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Vincenza Collins","mobile_number":"7024641008","email_id":"winston.kovacek@hotmail.com","dop":"2026-01-20","serial_number":"077138737656240","imei1":"591057248901506","imei2":"922573541826261","popurl":"www.keenan-considine.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171355,"job_number":"JOB_171355","tr_customer_id":171372,"tr_customer_product_id":171362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Silas Pfannerstill","mobile_number":"7073493299","email_id":"mary.kohler@yahoo.com","dop":"2026-01-20","serial_number":"180473901777230","imei1":"274046018039304","imei2":"750445337738417","popurl":"www.alex-lehner.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171356,"job_number":"JOB_171356","tr_customer_id":171373,"tr_customer_product_id":171363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Jayson Runolfsdottir","mobile_number":"7026287843","email_id":"victorina.rosenbaum@gmail.com","dop":"2026-01-20","serial_number":"433500023658491","imei1":"919582366314314","imei2":"987688736682843","popurl":"www.tracey-bednar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171357,"job_number":"JOB_171357","tr_customer_id":171374,"tr_customer_product_id":171364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Nelson Effertz","mobile_number":"7004819337","email_id":"blair.langosh@gmail.com","dop":"2026-01-20","serial_number":"086863821019413","imei1":"569844389665124","imei2":"659287618430977","popurl":"www.mirna-thiel.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171358,"job_number":"JOB_171358","tr_customer_id":171375,"tr_customer_product_id":171365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Edra McCullough","mobile_number":"7029803776","email_id":"tyesha.rohan@gmail.com","dop":"2026-01-20","serial_number":"554895809028652","imei1":"271641415297884","imei2":"181141491690381","popurl":"www.larhonda-dickens.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171359,"job_number":"JOB_171359","tr_customer_id":171376,"tr_customer_product_id":171366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Earnest Mosciski","mobile_number":"7050733721","email_id":"jonah.kshlerin@hotmail.com","dop":"2026-01-20","serial_number":"628122239004654","imei1":"790666948661741","imei2":"523170189550893","popurl":"www.jed-borer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171360,"job_number":"JOB_171360","tr_customer_id":171377,"tr_customer_product_id":171367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Anjelica Quigley","mobile_number":"7039464175","email_id":"sandi.douglas@yahoo.com","dop":"2026-01-20","serial_number":"209924863514387","imei1":"965618456286679","imei2":"137637902683452","popurl":"www.rayford-monahan.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171361,"job_number":"JOB_171361","tr_customer_id":171378,"tr_customer_product_id":171368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Mellissa Renner","mobile_number":"7012812846","email_id":"della.christiansen@hotmail.com","dop":"2026-01-20","serial_number":"334965998177931","imei1":"896258247342935","imei2":"206990280152004","popurl":"www.marcene-kuphal.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171362,"job_number":"JOB_171362","tr_customer_id":171379,"tr_customer_product_id":171369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Gay Stehr","mobile_number":"7028930896","email_id":"emilio.kihn@gmail.com","dop":"2026-01-20","serial_number":"276652164328144","imei1":"704063252220386","imei2":"676358511758511","popurl":"www.daren-monahan.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171363,"job_number":"JOB_171363","tr_customer_id":171380,"tr_customer_product_id":171370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Winfred Rutherford","mobile_number":"7082626872","email_id":"elvis.legros@yahoo.com","dop":"2026-01-20","serial_number":"535198958872526","imei1":"009468123294363","imei2":"683107385746280","popurl":"www.margaret-padberg.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171364,"job_number":"JOB_171364","tr_customer_id":171381,"tr_customer_product_id":171371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Vito Bartoletti","mobile_number":"7023011805","email_id":"jarred.huel@yahoo.com","dop":"2026-01-20","serial_number":"865907073943125","imei1":"284409225111989","imei2":"847129785658661","popurl":"www.barry-frami.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171365,"job_number":"JOB_171365","tr_customer_id":171382,"tr_customer_product_id":171372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Delbert Beahan","mobile_number":"7013791827","email_id":"daron.schmitt@hotmail.com","dop":"2026-01-20","serial_number":"398787265421065","imei1":"844581204535224","imei2":"000783084283936","popurl":"www.don-dach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171366,"job_number":"JOB_171366","tr_customer_id":171383,"tr_customer_product_id":171373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Chris O'Hara","mobile_number":"7009429192","email_id":"lane.daniel@hotmail.com","dop":"2026-01-20","serial_number":"489724662470955","imei1":"070797935103595","imei2":"137399432181127","popurl":"www.aron-kutch.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171367,"job_number":"JOB_171367","tr_customer_id":171384,"tr_customer_product_id":171374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Kathaleen Rowe","mobile_number":"7025976114","email_id":"rheba.price@yahoo.com","dop":"2026-01-20","serial_number":"888100521597937","imei1":"803079624000929","imei2":"262542431072815","popurl":"www.rosamond-gottlieb.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171368,"job_number":"JOB_171368","tr_customer_id":171385,"tr_customer_product_id":171375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Alexia Braun","mobile_number":"7063002503","email_id":"krysta.purdy@yahoo.com","dop":"2026-01-20","serial_number":"124915775912509","imei1":"733652276551877","imei2":"954582227126637","popurl":"www.paul-thompson.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171369,"job_number":"JOB_171369","tr_customer_id":171386,"tr_customer_product_id":171376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Lashanda Wiegand","mobile_number":"7022119534","email_id":"fernando.watsica@hotmail.com","dop":"2026-01-20","serial_number":"140776293579403","imei1":"650107745879882","imei2":"279690712386888","popurl":"www.mohammed-king.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171370,"job_number":"JOB_171370","tr_customer_id":171387,"tr_customer_product_id":171377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Kristine Lesch","mobile_number":"7082693168","email_id":"francie.mclaughlin@gmail.com","dop":"2026-01-20","serial_number":"802269429478002","imei1":"756818944361205","imei2":"374317467850168","popurl":"www.enid-koelpin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171371,"job_number":"JOB_171371","tr_customer_id":171389,"tr_customer_product_id":171379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Lewis Kuhn","mobile_number":"7040651561","email_id":"darla.smith@yahoo.com","dop":"2026-01-20","serial_number":"624134671347920","imei1":"957133621755988","imei2":"084689494059115","popurl":"www.jarod-franecki.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171372,"job_number":"JOB_171372","tr_customer_id":171388,"tr_customer_product_id":171378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Casey Schmitt","mobile_number":"7045253532","email_id":"dayna.oreilly@yahoo.com","dop":"2026-01-20","serial_number":"690748837428996","imei1":"319742204480953","imei2":"256691522843832","popurl":"www.jaimee-mayert.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171373,"job_number":"JOB_171373","tr_customer_id":171391,"tr_customer_product_id":171381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Apolonia Hermiston","mobile_number":"7020917903","email_id":"theresia.lueilwitz@gmail.com","dop":"2026-01-20","serial_number":"911139474859603","imei1":"860150548195086","imei2":"573836213873864","popurl":"www.edie-kihn.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171374,"job_number":"JOB_171374","tr_customer_id":171390,"tr_customer_product_id":171380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Raphael Jerde","mobile_number":"7097292673","email_id":"jocelyn.gerlach@hotmail.com","dop":"2026-01-20","serial_number":"607425780673038","imei1":"986739787958542","imei2":"478382875065103","popurl":"www.harriette-haley.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171375,"job_number":"JOB_171375","tr_customer_id":171392,"tr_customer_product_id":171382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Jatin Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"48394561160803","imei1":"48394561160803","imei2":"48394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171376,"job_number":"JOB_171376","tr_customer_id":171393,"tr_customer_product_id":171383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Chetan Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"35394561160803","imei1":"35394561160803","imei2":"35394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171377,"job_number":"JOB_171377","tr_customer_id":171394,"tr_customer_product_id":171384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Ritu Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"18394561160803","imei1":"18394561160803","imei2":"18394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171378,"job_number":"JOB_171378","tr_customer_id":171395,"tr_customer_product_id":171385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Ajinkya Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"45394561160803","imei1":"45394561160803","imei2":"45394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171379,"job_number":"JOB_171379","tr_customer_id":171396,"tr_customer_product_id":171386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Adi Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"19394561160803","imei1":"19394561160803","imei2":"19394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171380,"job_number":"JOB_171380","tr_customer_id":171397,"tr_customer_product_id":171387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Madelyn Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"25394561160803","imei1":"25394561160803","imei2":"25394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171381,"job_number":"JOB_171381","tr_customer_id":171398,"tr_customer_product_id":171388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:47.000Z","modified_at":"2026-01-30T06:11:47.000Z","name":"Dipesh Prajapat","mobile_number":"7044028444","email_id":"akshita.varman@hotmail.com","dop":"2026-01-20","serial_number":"971053117222051","imei1":"971053117222051","imei2":"971053117222051","popurl":"www.bhagwanti-pothuvaal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171382,"job_number":"JOB_171382","tr_customer_id":171399,"tr_customer_product_id":171389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:47.000Z","modified_at":"2026-01-30T06:11:47.000Z","name":"Ananda Chattopadhyay","mobile_number":"7019200987","email_id":"marut.malik@hotmail.com","dop":"2026-01-20","serial_number":"649093830287910","imei1":"649093830287910","imei2":"649093830287910","popurl":"www.somu-patil.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171383,"job_number":"JOB_171383","tr_customer_id":171400,"tr_customer_product_id":171390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:48.000Z","modified_at":"2026-01-30T06:11:48.000Z","name":"Vidhya Somayaji","mobile_number":"7080428552","email_id":"bodhan.gill@hotmail.com","dop":"2026-01-20","serial_number":"374942440272450","imei1":"374942440272450","imei2":"374942440272450","popurl":"www.bhaumik-sethi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171384,"job_number":"JOB_171384","tr_customer_id":171401,"tr_customer_product_id":171391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:48.000Z","modified_at":"2026-01-30T06:11:48.000Z","name":"Anish Varrier","mobile_number":"7055102891","email_id":"trilokesh.pillai@yahoo.co.in","dop":"2026-01-20","serial_number":"771620165515461","imei1":"771620165515461","imei2":"771620165515461","popurl":"www.subhasini-sethi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171385,"job_number":"JOB_171385","tr_customer_id":171402,"tr_customer_product_id":171392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:48.000Z","modified_at":"2026-01-30T06:11:48.000Z","name":"Aasa Saini","mobile_number":"7089486104","email_id":"dron.bandopadhyay@gmail.com","dop":"2026-01-20","serial_number":"317303768561109","imei1":"317303768561109","imei2":"317303768561109","popurl":"www.deeptimayee-iyengar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171386,"job_number":"JOB_171386","tr_customer_id":171403,"tr_customer_product_id":171393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:50.000Z","modified_at":"2026-01-30T06:11:50.000Z","name":"Brandt Mann","mobile_number":"622-691-0923","email_id":"Abigayle31@gmail.com","dop":"2025-08-24","serial_number":"53671279529214","imei1":"53671279529214","imei2":"53671279529214","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171387,"job_number":"JOB_171387","tr_customer_id":171404,"tr_customer_product_id":171394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:50.000Z","modified_at":"2026-01-30T06:11:50.000Z","name":"Brandt Mann","mobile_number":"622-691-0923","email_id":"Abigayle31@gmail.com","dop":"2025-08-24","serial_number":"35671279529214","imei1":"35671279529214","imei2":"35671279529214","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171388,"job_number":"JOB_171388","tr_customer_id":171405,"tr_customer_product_id":171395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:50.000Z","modified_at":"2026-01-30T06:11:50.000Z","name":"Brandt Mann","mobile_number":"622-691-0923","email_id":"Abigayle31@gmail.com","dop":"2025-08-24","serial_number":"64671279529214","imei1":"64671279529214","imei2":"64671279529214","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171389,"job_number":"JOB_171389","tr_customer_id":171406,"tr_customer_product_id":171396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Ritu Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"38290923182914","imei1":"38290923182914","imei2":"38290923182914","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171390,"job_number":"JOB_171390","tr_customer_id":171407,"tr_customer_product_id":171397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Chetan Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"36784938340803","imei1":"36784938340803","imei2":"36784938340803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171391,"job_number":"JOB_171391","tr_customer_id":171408,"tr_customer_product_id":171398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Adi Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"98272363473274","imei1":"98272363473274","imei2":"98272363473274","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171392,"job_number":"JOB_171392","tr_customer_id":171409,"tr_customer_product_id":171399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Madelyn Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"47894547389246","imei1":"47894547389246","imei2":"47894547389246","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171393,"job_number":"JOB_171393","tr_customer_id":171410,"tr_customer_product_id":171400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Jatin Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"48349583224463","imei1":"48349583224463","imei2":"48349583224463","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171394,"job_number":"JOB_171394","tr_customer_id":171411,"tr_customer_product_id":171401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Ajinkya Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"79394893208403","imei1":"79394893208403","imei2":"79394893208403","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171397,"job_number":"JOB_171397","tr_customer_id":171414,"tr_customer_product_id":171404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:33:03.000Z","modified_at":"2026-01-30T06:33:03.000Z","name":"Annetta Jerde","mobile_number":"957-447-5053","email_id":"Isidro30@gmail.com","dop":"2025-02-13","serial_number":"107317391673406","imei1":"107317391673406","imei2":"107317391673406","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:33:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171402,"job_number":"JOB_171402","tr_customer_id":171419,"tr_customer_product_id":171409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:29.000Z","modified_at":"2026-01-30T06:34:29.000Z","name":"John Doe","mobile_number":"9876543210","email_id":"test.user@example.com","dop":"2025-09-09","serial_number":"14549660389789","imei1":"14549660389789","imei2":"14549660389789","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171413,"job_number":"JOB_171413","tr_customer_id":171430,"tr_customer_product_id":171420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:17.000Z","modified_at":"2026-01-30T06:37:53.000Z","name":"Alyce Braun","mobile_number":"514-278-6826","email_id":"Bianka_Bradtke@hotmail.com","dop":"2025-04-06","serial_number":"14063792866555","imei1":"14063792866555","imei2":"14063792866555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171414,"job_number":"JOB_171414","tr_customer_id":171431,"tr_customer_product_id":171421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:18.000Z","modified_at":"2026-01-30T06:37:18.000Z","name":"Audie Wilkinson","mobile_number":"940-200-3652","email_id":"Mekhi_Pollich@gmail.com","dop":"2025-04-06","serial_number":"16599884165856758","imei1":"16599884165856758","imei2":"16599884165856758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:37:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171415,"job_number":"JOB_171415","tr_customer_id":171432,"tr_customer_product_id":171422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:23.000Z","modified_at":"2026-01-30T06:37:23.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10449886594967","imei1":"10449886594967","imei2":"10449886594967","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:37:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171416,"job_number":"JOB_171416","tr_customer_id":171433,"tr_customer_product_id":171423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:23.000Z","modified_at":"2026-01-30T06:37:59.000Z","name":"Monique Metz","mobile_number":"784-353-6279","email_id":"Randall_Kihn71@hotmail.com","dop":"2025-06-18","serial_number":"10233704225337","imei1":"10233704225337","imei2":"10233704225337","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171417,"job_number":"JOB_171417","tr_customer_id":171434,"tr_customer_product_id":171424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:24.000Z","modified_at":"2026-01-30T06:37:24.000Z","name":"Pedro Feil","mobile_number":"581-343-8393","email_id":"Hank41@yahoo.com","dop":"2025-06-18","serial_number":"1055509162447858","imei1":"1055509162447858","imei2":"1055509162447858","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:37:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171418,"job_number":"JOB_171418","tr_customer_id":171435,"tr_customer_product_id":171425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:02.000Z","modified_at":"2026-01-30T06:38:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17035574083526","imei1":"17035574083526","imei2":"17035574083526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171419,"job_number":"JOB_171419","tr_customer_id":171436,"tr_customer_product_id":171426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:03.000Z","modified_at":"2026-01-30T06:38:45.000Z","name":"Emory Hills","mobile_number":"449-516-7006","email_id":"Beverly72@hotmail.com","dop":"2025-04-06","serial_number":"17377993774340","imei1":"17377993774340","imei2":"17377993774340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:38:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171420,"job_number":"JOB_171420","tr_customer_id":171437,"tr_customer_product_id":171427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:04.000Z","modified_at":"2026-01-30T06:38:04.000Z","name":"Arnoldo Rowe","mobile_number":"715-648-0517","email_id":"Misael82@gmail.com","dop":"2025-04-06","serial_number":"19453067720342332","imei1":"19453067720342332","imei2":"19453067720342332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171421,"job_number":"JOB_171421","tr_customer_id":171438,"tr_customer_product_id":171428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:06.000Z","modified_at":"2026-01-30T06:38:06.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10194295574346","imei1":"10194295574346","imei2":"10194295574346","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171422,"job_number":"JOB_171422","tr_customer_id":171439,"tr_customer_product_id":171429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:06.000Z","modified_at":"2026-01-30T06:38:41.000Z","name":"Tanya Muller","mobile_number":"499-863-5591","email_id":"Jerrell.Shanahan@gmail.com","dop":"2025-06-18","serial_number":"10767366403962","imei1":"10767366403962","imei2":"10767366403962","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:38:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171423,"job_number":"JOB_171423","tr_customer_id":171440,"tr_customer_product_id":171430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:07.000Z","modified_at":"2026-01-30T06:38:07.000Z","name":"Alaina Bradtke","mobile_number":"946-876-1675","email_id":"Wade_Stiedemann16@hotmail.com","dop":"2025-06-18","serial_number":"1039100315912026","imei1":"1039100315912026","imei2":"1039100315912026","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171424,"job_number":"JOB_171424","tr_customer_id":171441,"tr_customer_product_id":171431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:49.000Z","modified_at":"2026-01-30T06:38:49.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-20","serial_number":"84620302988448","imei1":"84620302988448","imei2":"84620302988448","popurl":"2026-01-20T06:38:49.434423967Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171425,"job_number":"JOB_171425","tr_customer_id":171442,"tr_customer_product_id":171432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:50.000Z","modified_at":"2026-01-30T06:38:50.000Z","name":"Vidhur Bhat","mobile_number":"7018408778","email_id":"chandi.namboothiri@hotmail.com","dop":"2026-01-20","serial_number":"294726616218339","imei1":"294726616218339","imei2":"294726616218339","popurl":"www.chakravartee-iyengar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171426,"job_number":"JOB_171426","tr_customer_id":171443,"tr_customer_product_id":171433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:51.000Z","modified_at":"2026-01-30T06:38:51.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-20","serial_number":"78920578944937","imei1":"78920578944937","imei2":"78920578944937","popurl":"2026-01-20T06:38:51.000619749Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171427,"job_number":"JOB_171427","tr_customer_id":171444,"tr_customer_product_id":171434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:52.000Z","modified_at":"2026-01-30T06:38:52.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-20","serial_number":"78925764375486","imei1":"78925764375486","imei2":"78925764375486","popurl":"2026-01-20T06:38:51.644369888Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171428,"job_number":"JOB_171428","tr_customer_id":171445,"tr_customer_product_id":171435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:53.000Z","modified_at":"2026-01-30T06:38:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12250772332679","imei1":"12250772332679","imei2":"12250772332679","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171429,"job_number":"JOB_171429","tr_customer_id":171446,"tr_customer_product_id":171436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:53.000Z","modified_at":"2026-01-30T06:39:34.000Z","name":"Angelica Mueller","mobile_number":"409-922-1138","email_id":"Schuyler79@hotmail.com","dop":"2025-04-06","serial_number":"17754698422174","imei1":"17754698422174","imei2":"17754698422174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:39:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171430,"job_number":"JOB_171430","tr_customer_id":171447,"tr_customer_product_id":171437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:54.000Z","modified_at":"2026-01-30T06:38:55.000Z","name":"Coralie Runolfsson","mobile_number":"858-305-4471","email_id":"Alden.Mills57@yahoo.com","dop":"2025-04-06","serial_number":"14197267669293620","imei1":"14197267669293620","imei2":"14197267669293620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171431,"job_number":"JOB_171431","tr_customer_id":171448,"tr_customer_product_id":171438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:39:42.000Z","modified_at":"2026-01-30T06:39:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18873266354982","imei1":"18873266354982","imei2":"18873266354982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171432,"job_number":"JOB_171432","tr_customer_id":171449,"tr_customer_product_id":171439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:39:43.000Z","modified_at":"2026-01-30T06:40:41.000Z","name":"Flossie Gislason","mobile_number":"771-490-3579","email_id":"Aurore.Bosco44@hotmail.com","dop":"2025-04-06","serial_number":"11925292084606","imei1":"11925292084606","imei2":"11925292084606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:40:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171433,"job_number":"JOB_171433","tr_customer_id":171450,"tr_customer_product_id":171440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:39:44.000Z","modified_at":"2026-01-30T06:39:44.000Z","name":"Consuelo Kozey","mobile_number":"680-937-6254","email_id":"Wilhelmine67@hotmail.com","dop":"2025-04-06","serial_number":"19112996924905070","imei1":"19112996924905070","imei2":"19112996924905070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171434,"job_number":"JOB_171434","tr_customer_id":171451,"tr_customer_product_id":171441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:40:39.000Z","modified_at":"2026-01-30T06:40:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19786376169286","imei1":"19786376169286","imei2":"19786376169286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:40:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171435,"job_number":"JOB_171435","tr_customer_id":171452,"tr_customer_product_id":171442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:40:39.000Z","modified_at":"2026-01-30T06:41:21.000Z","name":"Eloise Bernier","mobile_number":"843-219-6957","email_id":"Astrid85@yahoo.com","dop":"2025-04-06","serial_number":"18188436078581","imei1":"18188436078581","imei2":"18188436078581","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171436,"job_number":"JOB_171436","tr_customer_id":171453,"tr_customer_product_id":171443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:40:41.000Z","modified_at":"2026-01-30T06:40:41.000Z","name":"Anika Renner","mobile_number":"989-580-0127","email_id":"Teagan.Harber@hotmail.com","dop":"2025-04-06","serial_number":"17970059952303652","imei1":"17970059952303652","imei2":"17970059952303652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:40:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171437,"job_number":"JOB_171437","tr_customer_id":171454,"tr_customer_product_id":171444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:41:29.000Z","modified_at":"2026-01-30T06:41:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14600857956217","imei1":"14600857956217","imei2":"14600857956217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171438,"job_number":"JOB_171438","tr_customer_id":171455,"tr_customer_product_id":171445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:41:30.000Z","modified_at":"2026-01-30T06:42:11.000Z","name":"Carol Orn","mobile_number":"443-207-0123","email_id":"Dusty71@hotmail.com","dop":"2025-04-06","serial_number":"10098863898328","imei1":"10098863898328","imei2":"10098863898328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171439,"job_number":"JOB_171439","tr_customer_id":171456,"tr_customer_product_id":171446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:41:31.000Z","modified_at":"2026-01-30T06:41:31.000Z","name":"Augustus Gleason","mobile_number":"629-969-1104","email_id":"Adrain.Wintheiser@hotmail.com","dop":"2025-04-06","serial_number":"16909717749416220","imei1":"16909717749416220","imei2":"16909717749416220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:41:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171440,"job_number":"JOB_171440","tr_customer_id":171457,"tr_customer_product_id":171447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:41:54.000Z","modified_at":"2026-01-30T06:41:54.000Z","name":"Apsara Gill","mobile_number":"7042054772","email_id":"chandi.bhattacharya@gmail.com","dop":"2026-01-20","serial_number":"641881113147209","imei1":"641881113147209","imei2":"641881113147209","popurl":"www.dayaananda-rana.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:41:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171441,"job_number":"JOB_171441","tr_customer_id":171458,"tr_customer_product_id":171448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:19.000Z","modified_at":"2026-01-30T06:42:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10540855471555","imei1":"10540855471555","imei2":"10540855471555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171442,"job_number":"JOB_171442","tr_customer_id":171459,"tr_customer_product_id":171449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:20.000Z","modified_at":"2026-01-30T06:43:02.000Z","name":"Lelia Williamson","mobile_number":"624-703-3457","email_id":"Daniela.Dibbert@gmail.com","dop":"2025-04-06","serial_number":"15708596892660","imei1":"15708596892660","imei2":"15708596892660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:43:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171444,"job_number":"JOB_171444","tr_customer_id":171461,"tr_customer_product_id":171451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:21.000Z","modified_at":"2026-01-30T06:42:21.000Z","name":"Mia Hackett","mobile_number":"978-746-9888","email_id":"Kris_Ryan56@yahoo.com","dop":"2025-04-06","serial_number":"17010070198916548","imei1":"17010070198916548","imei2":"17010070198916548","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171447,"job_number":"JOB_171447","tr_customer_id":171464,"tr_customer_product_id":171454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:01.000Z","modified_at":"2026-01-30T06:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11286462949392","imei1":"11286462949392","imei2":"11286462949392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171448,"job_number":"JOB_171448","tr_customer_id":171465,"tr_customer_product_id":171455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:01.000Z","modified_at":"2026-01-30T06:43:38.000Z","name":"Donald White","mobile_number":"933-961-6682","email_id":"Janice74@yahoo.com","dop":"2025-04-06","serial_number":"13866586605913","imei1":"13866586605913","imei2":"13866586605913","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:43:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171449,"job_number":"JOB_171449","tr_customer_id":171466,"tr_customer_product_id":171456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:03.000Z","modified_at":"2026-01-30T06:43:03.000Z","name":"Chesley Waters","mobile_number":"308-932-3109","email_id":"Carmela.Carroll70@yahoo.com","dop":"2025-04-06","serial_number":"18587871383551744","imei1":"18587871383551744","imei2":"18587871383551744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171450,"job_number":"JOB_171450","tr_customer_id":171467,"tr_customer_product_id":171457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:44.000Z","modified_at":"2026-01-30T06:43:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16837989652693","imei1":"16837989652693","imei2":"16837989652693","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171451,"job_number":"JOB_171451","tr_customer_id":171468,"tr_customer_product_id":171458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:45.000Z","modified_at":"2026-01-30T06:44:20.000Z","name":"Jaida Ferry","mobile_number":"451-775-2328","email_id":"Faye.Cruickshank@gmail.com","dop":"2025-04-06","serial_number":"11447686334437","imei1":"11447686334437","imei2":"11447686334437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:44:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171452,"job_number":"JOB_171452","tr_customer_id":171469,"tr_customer_product_id":171459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:46.000Z","modified_at":"2026-01-30T06:43:46.000Z","name":"Oceane Balistreri","mobile_number":"982-609-2917","email_id":"Mckenna.MacGyver@yahoo.com","dop":"2025-04-06","serial_number":"10254914545826570","imei1":"10254914545826570","imei2":"10254914545826570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171453,"job_number":"JOB_171453","tr_customer_id":171470,"tr_customer_product_id":171460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:11.000Z","modified_at":"2026-01-30T06:44:11.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11354979510211","imei2":"11354979510211","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171454,"job_number":"JOB_171454","tr_customer_id":171471,"tr_customer_product_id":171461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:12.000Z","modified_at":"2026-01-30T06:44:21.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10384620595500","imei2":"10384620595500","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:44:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171455,"job_number":"JOB_171455","tr_customer_id":171472,"tr_customer_product_id":171462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:25.000Z","modified_at":"2026-01-30T06:44:25.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17276246388785","imei2":"17276246388785","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171456,"job_number":"JOB_171456","tr_customer_id":171473,"tr_customer_product_id":171463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:25.000Z","modified_at":"2026-01-30T06:44:35.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10140036009857","imei2":"10140036009857","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171457,"job_number":"JOB_171457","tr_customer_id":171474,"tr_customer_product_id":171464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:27.000Z","modified_at":"2026-01-30T06:44:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19454770736993","imei1":"19454770736993","imei2":"19454770736993","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171458,"job_number":"JOB_171458","tr_customer_id":171475,"tr_customer_product_id":171465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:27.000Z","modified_at":"2026-01-30T06:45:03.000Z","name":"Rodolfo Rohan","mobile_number":"458-992-1210","email_id":"Eloise90@hotmail.com","dop":"2025-04-06","serial_number":"12791608737944","imei1":"12791608737944","imei2":"12791608737944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:45:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171459,"job_number":"JOB_171459","tr_customer_id":171476,"tr_customer_product_id":171466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:29.000Z","modified_at":"2026-01-30T06:44:29.000Z","name":"Emerald Baumbach","mobile_number":"227-786-2981","email_id":"Clotilde.Weissnat55@gmail.com","dop":"2025-04-06","serial_number":"13439877704105120","imei1":"13439877704105120","imei2":"13439877704105120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171460,"job_number":"JOB_171460","tr_customer_id":171477,"tr_customer_product_id":171467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:38.000Z","modified_at":"2026-01-30T06:44:38.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14250175868810","imei2":"14250175868810","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171461,"job_number":"JOB_171461","tr_customer_id":171478,"tr_customer_product_id":171468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:38.000Z","modified_at":"2026-01-30T06:44:48.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15543156432259","imei2":"15543156432259","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:44:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171462,"job_number":"JOB_171462","tr_customer_id":171479,"tr_customer_product_id":171469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:48:01.000Z","modified_at":"2026-01-30T06:48:37.000Z","name":"Ally Christiansen","mobile_number":"410-987-7376","email_id":"Marina54@yahoo.com","dop":"2025-04-06","serial_number":"14337740333569","imei1":"14337740333569","imei2":"14337740333569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171463,"job_number":"JOB_171463","tr_customer_id":171480,"tr_customer_product_id":171470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:48:02.000Z","modified_at":"2026-01-30T06:48:02.000Z","name":"Carroll Will","mobile_number":"884-569-5450","email_id":"Elva_Grimes20@yahoo.com","dop":"2025-04-06","serial_number":"11465550862617018","imei1":"11465550862617018","imei2":"11465550862617018","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171464,"job_number":"JOB_171464","tr_customer_id":171481,"tr_customer_product_id":171471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:53.000Z","modified_at":"2026-01-30T06:49:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16249148406513","imei1":"16249148406513","imei2":"16249148406513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171465,"job_number":"JOB_171465","tr_customer_id":171482,"tr_customer_product_id":171472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:54.000Z","modified_at":"2026-01-30T06:50:31.000Z","name":"Jon Murray","mobile_number":"381-202-9885","email_id":"Hayley15@gmail.com","dop":"2025-04-06","serial_number":"18840942941616","imei1":"18840942941616","imei2":"18840942941616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171466,"job_number":"JOB_171466","tr_customer_id":171483,"tr_customer_product_id":171473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:55.000Z","modified_at":"2026-01-30T06:49:55.000Z","name":"Sam O'Keefe","mobile_number":"387-563-6363","email_id":"Ludwig_Wyman@hotmail.com","dop":"2025-04-06","serial_number":"15761893637363088","imei1":"15761893637363088","imei2":"15761893637363088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171468,"job_number":"JOB_171468","tr_customer_id":171485,"tr_customer_product_id":171475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:57.000Z","modified_at":"2026-01-30T06:50:36.000Z","name":"Karl Hermann","mobile_number":"290-777-9104","email_id":"Roxanne.Crooks@hotmail.com","dop":"2000-01-31","serial_number":"10652864214019","imei1":"10652864214019","imei2":"10652864214019","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171470,"job_number":"JOB_171470","tr_customer_id":171487,"tr_customer_product_id":171477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:04.000Z","modified_at":"2026-01-30T06:50:04.000Z","name":"Miracle Blanda","mobile_number":"986-248-6169","email_id":"Freeda37@gmail.com","dop":"2025-09-09","serial_number":"16668035330546","imei1":"16668035330546","imei2":"16668035330546","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171471,"job_number":"JOB_171471","tr_customer_id":171488,"tr_customer_product_id":171478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:39.000Z","modified_at":"2026-01-30T06:50:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10169520905938","imei1":"10169520905938","imei2":"10169520905938","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171472,"job_number":"JOB_171472","tr_customer_id":171489,"tr_customer_product_id":171479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:39.000Z","modified_at":"2026-01-30T06:51:16.000Z","name":"Nicole Koch","mobile_number":"675-794-8383","email_id":"Ansley_Cassin13@hotmail.com","dop":"2025-04-06","serial_number":"10088242667168","imei1":"10088242667168","imei2":"10088242667168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171473,"job_number":"JOB_171473","tr_customer_id":171490,"tr_customer_product_id":171480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:40.000Z","modified_at":"2026-01-30T06:50:40.000Z","name":"Dorcas Green","mobile_number":"761-439-5288","email_id":"Jerrod.OKeefe@gmail.com","dop":"2025-04-06","serial_number":"12651465035248960","imei1":"12651465035248960","imei2":"12651465035248960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171475,"job_number":"JOB_171475","tr_customer_id":171492,"tr_customer_product_id":171482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:44.000Z","modified_at":"2026-01-30T06:51:22.000Z","name":"Sandrine Ankunding","mobile_number":"266-338-8420","email_id":"Delta.Kihn87@yahoo.com","dop":"2000-01-31","serial_number":"10872509323159","imei1":"10872509323159","imei2":"10872509323159","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171477,"job_number":"JOB_171477","tr_customer_id":171494,"tr_customer_product_id":171484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:23.000Z","modified_at":"2026-01-30T06:51:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17548729132859","imei1":"17548729132859","imei2":"17548729132859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171478,"job_number":"JOB_171478","tr_customer_id":171495,"tr_customer_product_id":171485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:23.000Z","modified_at":"2026-01-30T06:52:00.000Z","name":"Ena Reynolds","mobile_number":"710-692-4832","email_id":"Casper_Zemlak@yahoo.com","dop":"2025-04-06","serial_number":"13290862438213","imei1":"13290862438213","imei2":"13290862438213","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:52:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171479,"job_number":"JOB_171479","tr_customer_id":171496,"tr_customer_product_id":171486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:25.000Z","modified_at":"2026-01-30T06:51:25.000Z","name":"Roxane Feeney","mobile_number":"987-279-3107","email_id":"Nickolas_OKon@hotmail.com","dop":"2025-04-06","serial_number":"12697961695189620","imei1":"12697961695189620","imei2":"12697961695189620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171481,"job_number":"JOB_171481","tr_customer_id":171498,"tr_customer_product_id":171488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:30.000Z","modified_at":"2026-01-30T06:52:09.000Z","name":"Lula Satterfield","mobile_number":"953-755-0711","email_id":"Osbaldo.Rutherford15@hotmail.com","dop":"2000-01-31","serial_number":"10794771181519","imei1":"10794771181519","imei2":"10794771181519","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:52:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171483,"job_number":"JOB_171483","tr_customer_id":171500,"tr_customer_product_id":171490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:32.000Z","modified_at":"2026-01-30T06:51:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11775548082085","imei1":"11775548082085","imei2":"11775548082085","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171484,"job_number":"JOB_171484","tr_customer_id":171501,"tr_customer_product_id":171491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:32.000Z","modified_at":"2026-01-30T06:52:15.000Z","name":"Esmeralda Hilll","mobile_number":"370-515-7377","email_id":"Thalia31@yahoo.com","dop":"2025-04-06","serial_number":"15009687982338","imei1":"15009687982338","imei2":"15009687982338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171485,"job_number":"JOB_171485","tr_customer_id":171502,"tr_customer_product_id":171492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:34.000Z","modified_at":"2026-01-30T06:51:34.000Z","name":"Lenora Ortiz","mobile_number":"745-612-2428","email_id":"Judge_Auer@gmail.com","dop":"2025-04-06","serial_number":"13798439907046462","imei1":"13798439907046462","imei2":"13798439907046462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171487,"job_number":"JOB_171487","tr_customer_id":171504,"tr_customer_product_id":171494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:16.000Z","modified_at":"2026-01-30T06:52:54.000Z","name":"Palma Oberbrunner","mobile_number":"538-629-5570","email_id":"Ian56@gmail.com","dop":"2000-01-31","serial_number":"10592997565497","imei1":"10592997565497","imei2":"10592997565497","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:52:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171489,"job_number":"JOB_171489","tr_customer_id":171506,"tr_customer_product_id":171496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:24.000Z","modified_at":"2026-01-30T06:52:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16101568876220","imei1":"16101568876220","imei2":"16101568876220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171490,"job_number":"JOB_171490","tr_customer_id":171507,"tr_customer_product_id":171497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:24.000Z","modified_at":"2026-01-30T06:53:07.000Z","name":"Toy Von","mobile_number":"820-878-0914","email_id":"Fleta.Ritchie@hotmail.com","dop":"2025-04-06","serial_number":"12895160614008","imei1":"12895160614008","imei2":"12895160614008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:53:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171491,"job_number":"JOB_171491","tr_customer_id":171508,"tr_customer_product_id":171498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:25.000Z","modified_at":"2026-01-30T06:52:25.000Z","name":"Adrian Watsica","mobile_number":"724-989-7763","email_id":"Wilmer85@yahoo.com","dop":"2025-04-06","serial_number":"13603664094148922","imei1":"13603664094148922","imei2":"13603664094148922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171492,"job_number":"JOB_171492","tr_customer_id":171509,"tr_customer_product_id":171499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:53:15.000Z","modified_at":"2026-01-30T06:53:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18081540129974","imei1":"18081540129974","imei2":"18081540129974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:53:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171493,"job_number":"JOB_171493","tr_customer_id":171510,"tr_customer_product_id":171500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:53:15.000Z","modified_at":"2026-01-30T06:53:58.000Z","name":"Charlene Shields","mobile_number":"603-379-4684","email_id":"Tyree_Lang@yahoo.com","dop":"2025-04-06","serial_number":"12230021042897","imei1":"12230021042897","imei2":"12230021042897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:53:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171494,"job_number":"JOB_171494","tr_customer_id":171511,"tr_customer_product_id":171501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:53:17.000Z","modified_at":"2026-01-30T06:53:17.000Z","name":"Keagan Ruecker","mobile_number":"920-991-2092","email_id":"Demarco.Hodkiewicz37@hotmail.com","dop":"2025-04-06","serial_number":"15772399958179780","imei1":"15772399958179780","imei2":"15772399958179780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:53:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171495,"job_number":"JOB_171495","tr_customer_id":171512,"tr_customer_product_id":171502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:53:22.000Z","modified_at":"2026-01-30T06:53:22.000Z","name":"Angelica Runolfsson","mobile_number":"350-881-1158","email_id":"Chaya_Schuster@hotmail.com","dop":"2025-09-09","serial_number":"14454116015698","imei1":"14454116015698","imei2":"14454116015698","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171496,"job_number":"JOB_171496","tr_customer_id":171513,"tr_customer_product_id":171503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:55:04.000Z","modified_at":"2026-01-30T06:55:04.000Z","name":"Lurline Goodwin","mobile_number":"525-443-8103","email_id":"Jonathon42@hotmail.com","dop":"2025-09-09","serial_number":"15051964001163","imei1":"15051964001163","imei2":"15051964001163","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171497,"job_number":"JOB_171497","tr_customer_id":171514,"tr_customer_product_id":171504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:55:17.000Z","modified_at":"2026-01-30T06:55:17.000Z","name":"Skye Runolfsson","mobile_number":"225-345-3823","email_id":"Marquise_Larson@gmail.com","dop":"2025-09-09","serial_number":"12645485683199","imei1":"12645485683199","imei2":"12645485683199","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171498,"job_number":"JOB_171498","tr_customer_id":171515,"tr_customer_product_id":171505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:56:12.000Z","modified_at":"2026-01-30T06:56:12.000Z","name":"Kyla VonRueden","mobile_number":"952-649-7856","email_id":"Maudie.Wisozk0@hotmail.com","dop":"2025-09-09","serial_number":"10327867929275","imei1":"10327867929275","imei2":"10327867929275","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171499,"job_number":"JOB_171499","tr_customer_id":171516,"tr_customer_product_id":171506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:56:22.000Z","modified_at":"2026-01-30T06:56:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12193262939292","imei1":"12193262939292","imei2":"12193262939292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171500,"job_number":"JOB_171500","tr_customer_id":171517,"tr_customer_product_id":171507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:56:23.000Z","modified_at":"2026-01-30T06:56:59.000Z","name":"Minnie O'Connell","mobile_number":"503-908-6287","email_id":"Angelo_Schuppe25@gmail.com","dop":"2025-04-06","serial_number":"18929316598505","imei1":"18929316598505","imei2":"18929316598505","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171501,"job_number":"JOB_171501","tr_customer_id":171518,"tr_customer_product_id":171508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:56:24.000Z","modified_at":"2026-01-30T06:56:24.000Z","name":"Armani Ward","mobile_number":"882-580-5671","email_id":"Freddie15@yahoo.com","dop":"2025-04-06","serial_number":"17374772680977526","imei1":"17374772680977526","imei2":"17374772680977526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171502,"job_number":"JOB_171502","tr_customer_id":171519,"tr_customer_product_id":171509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:06.000Z","modified_at":"2026-01-30T06:57:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10288515650281","imei1":"10288515650281","imei2":"10288515650281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171503,"job_number":"JOB_171503","tr_customer_id":171520,"tr_customer_product_id":171510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:06.000Z","modified_at":"2026-01-30T06:57:43.000Z","name":"Dewitt Herzog","mobile_number":"704-535-4877","email_id":"Ericka.Willms1@hotmail.com","dop":"2025-04-06","serial_number":"13948918409698","imei1":"13948918409698","imei2":"13948918409698","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171504,"job_number":"JOB_171504","tr_customer_id":171521,"tr_customer_product_id":171511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:08.000Z","modified_at":"2026-01-30T06:57:08.000Z","name":"Derek Brakus","mobile_number":"676-470-8305","email_id":"Eusebio12@yahoo.com","dop":"2025-04-06","serial_number":"15248174536099944","imei1":"15248174536099944","imei2":"15248174536099944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171505,"job_number":"JOB_171505","tr_customer_id":171522,"tr_customer_product_id":171512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:26.000Z","modified_at":"2026-01-30T06:57:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15751855527269","imei1":"15751855527269","imei2":"15751855527269","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171506,"job_number":"JOB_171506","tr_customer_id":171523,"tr_customer_product_id":171513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:26.000Z","modified_at":"2026-01-30T06:58:01.000Z","name":"Orin Gerhold","mobile_number":"788-701-3787","email_id":"Christop_Blanda57@gmail.com","dop":"2025-04-06","serial_number":"16617832952417","imei1":"16617832952417","imei2":"16617832952417","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171507,"job_number":"JOB_171507","tr_customer_id":171524,"tr_customer_product_id":171514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:28.000Z","modified_at":"2026-01-30T06:57:28.000Z","name":"Markus Funk","mobile_number":"661-936-2750","email_id":"Arvid79@yahoo.com","dop":"2025-04-06","serial_number":"16176404680002216","imei1":"16176404680002216","imei2":"16176404680002216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171508,"job_number":"JOB_171508","tr_customer_id":171525,"tr_customer_product_id":171515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:34.000Z","modified_at":"2026-01-30T06:57:34.000Z","name":"Imogene Brown","mobile_number":"988-800-4110","email_id":"Nicholas_Heathcote@hotmail.com","dop":"2025-09-09","serial_number":"17833147080997","imei1":"17833147080997","imei2":"17833147080997","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171509,"job_number":"JOB_171509","tr_customer_id":171526,"tr_customer_product_id":171516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:36.000Z","modified_at":"2026-01-30T06:58:13.000Z","name":"Bill Macejkovic","mobile_number":"344-961-8646","email_id":"Helen_Connelly96@yahoo.com","dop":"2025-04-06","serial_number":"11128181693624","imei1":"11128181693624","imei2":"11128181693624","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171510,"job_number":"JOB_171510","tr_customer_id":171527,"tr_customer_product_id":171517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:37.000Z","modified_at":"2026-01-30T06:57:37.000Z","name":"Matilda Kulas","mobile_number":"867-266-6207","email_id":"Will_Jakubowski@gmail.com","dop":"2025-04-06","serial_number":"19812028850368330","imei1":"19812028850368330","imei2":"19812028850368330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171511,"job_number":"JOB_171511","tr_customer_id":171528,"tr_customer_product_id":171518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:49.000Z","modified_at":"2026-01-30T06:57:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15313901353331","imei1":"15313901353331","imei2":"15313901353331","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171512,"job_number":"JOB_171512","tr_customer_id":171529,"tr_customer_product_id":171519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:50.000Z","modified_at":"2026-01-30T06:58:25.000Z","name":"Haven O'Keefe","mobile_number":"453-269-6038","email_id":"Mariam.Kertzmann56@yahoo.com","dop":"2025-04-06","serial_number":"13018620907147","imei1":"13018620907147","imei2":"13018620907147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171513,"job_number":"JOB_171513","tr_customer_id":171530,"tr_customer_product_id":171520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:51.000Z","modified_at":"2026-01-30T06:57:51.000Z","name":"Natalie Herman","mobile_number":"229-944-5627","email_id":"Freeman.Marquardt61@hotmail.com","dop":"2025-04-06","serial_number":"12333635859026370","imei1":"12333635859026370","imei2":"12333635859026370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171514,"job_number":"JOB_171514","tr_customer_id":171531,"tr_customer_product_id":171521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:58.000Z","modified_at":"2026-01-30T06:58:36.000Z","name":"Sadie Prohaska","mobile_number":"579-300-9292","email_id":"Jordy_Barton50@hotmail.com","dop":"2025-04-06","serial_number":"14908243225646","imei1":"14908243225646","imei2":"14908243225646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:58:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171515,"job_number":"JOB_171515","tr_customer_id":171532,"tr_customer_product_id":171522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:59.000Z","modified_at":"2026-01-30T06:57:59.000Z","name":"Era DuBuque","mobile_number":"665-590-3835","email_id":"Patsy.Fisher@yahoo.com","dop":"2025-04-06","serial_number":"13545061129115658","imei1":"13545061129115658","imei2":"13545061129115658","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171516,"job_number":"JOB_171516","tr_customer_id":171533,"tr_customer_product_id":171523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:03.000Z","modified_at":"2026-01-30T06:58:03.000Z","name":"Tristin Willms","mobile_number":"345-708-1168","email_id":"Christophe27@gmail.com","dop":"2025-09-09","serial_number":"11106271964166","imei1":"11106271964166","imei2":"11106271964166","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171517,"job_number":"JOB_171517","tr_customer_id":171534,"tr_customer_product_id":171524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:08.000Z","modified_at":"2026-01-30T06:58:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10361754681296","imei1":"10361754681296","imei2":"10361754681296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171518,"job_number":"JOB_171518","tr_customer_id":171535,"tr_customer_product_id":171525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:08.000Z","modified_at":"2026-01-30T06:58:43.000Z","name":"Abigayle Kris","mobile_number":"761-332-8215","email_id":"Cecile97@hotmail.com","dop":"2025-04-06","serial_number":"15965980938106","imei1":"15965980938106","imei2":"15965980938106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171519,"job_number":"JOB_171519","tr_customer_id":171536,"tr_customer_product_id":171526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:10.000Z","modified_at":"2026-01-30T06:58:10.000Z","name":"Lew White","mobile_number":"370-372-0980","email_id":"Giles95@yahoo.com","dop":"2025-04-06","serial_number":"11398134508216808","imei1":"11398134508216808","imei2":"11398134508216808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171520,"job_number":"JOB_171520","tr_customer_id":171537,"tr_customer_product_id":171527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:45.000Z","modified_at":"2026-01-30T06:58:45.000Z","name":"Sterling Rau","mobile_number":"803-303-8082","email_id":"Rodolfo89@gmail.com","dop":"2025-09-09","serial_number":"16468926085081","imei1":"16468926085081","imei2":"16468926085081","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171521,"job_number":"JOB_171521","tr_customer_id":171538,"tr_customer_product_id":171528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:49.000Z","modified_at":"2026-01-30T06:58:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16592766373495","imei1":"16592766373495","imei2":"16592766373495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171522,"job_number":"JOB_171522","tr_customer_id":171539,"tr_customer_product_id":171529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:49.000Z","modified_at":"2026-01-30T06:59:24.000Z","name":"Hubert Von","mobile_number":"240-905-8545","email_id":"Leone35@gmail.com","dop":"2025-04-06","serial_number":"14082966664898","imei1":"14082966664898","imei2":"14082966664898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171523,"job_number":"JOB_171523","tr_customer_id":171540,"tr_customer_product_id":171530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:51.000Z","modified_at":"2026-01-30T06:58:51.000Z","name":"Neil Farrell","mobile_number":"869-464-6032","email_id":"Pearl47@gmail.com","dop":"2025-04-06","serial_number":"14717219945456170","imei1":"14717219945456170","imei2":"14717219945456170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171524,"job_number":"JOB_171524","tr_customer_id":171541,"tr_customer_product_id":171531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:59:02.000Z","modified_at":"2026-01-30T06:59:02.000Z","name":"Pearlie Prohaska","mobile_number":"525-592-5075","email_id":"Dominic_Skiles58@gmail.com","dop":"2025-09-09","serial_number":"12067535518042","imei1":"12067535518042","imei2":"12067535518042","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171525,"job_number":"JOB_171525","tr_customer_id":171542,"tr_customer_product_id":171532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:39.000Z","modified_at":"2026-01-30T07:02:17.000Z","name":"Joanie Powlowski","mobile_number":"802-335-6312","email_id":"Barton_Lebsack@gmail.com","dop":"2025-04-06","serial_number":"14376072532521","imei1":"14376072532521","imei2":"14376072532521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:02:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171526,"job_number":"JOB_171526","tr_customer_id":171543,"tr_customer_product_id":171533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:40.000Z","modified_at":"2026-01-30T07:01:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18723547504525","imei1":"18723547504525","imei2":"18723547504525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171527,"job_number":"JOB_171527","tr_customer_id":171544,"tr_customer_product_id":171534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:40.000Z","modified_at":"2026-01-30T07:02:24.000Z","name":"Connie Schuppe","mobile_number":"584-955-6634","email_id":"Merlin_Kub@yahoo.com","dop":"2025-04-06","serial_number":"10591221565016","imei1":"10591221565016","imei2":"10591221565016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:02:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171528,"job_number":"JOB_171528","tr_customer_id":171545,"tr_customer_product_id":171535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:41.000Z","modified_at":"2026-01-30T07:01:41.000Z","name":"Dominique Schulist","mobile_number":"641-506-5536","email_id":"Agnes.Langosh6@gmail.com","dop":"2025-04-06","serial_number":"18569891496144810","imei1":"18569891496144810","imei2":"18569891496144810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171529,"job_number":"JOB_171529","tr_customer_id":171546,"tr_customer_product_id":171536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:42.000Z","modified_at":"2026-01-30T07:01:42.000Z","name":"Winston Leuschke","mobile_number":"524-917-9050","email_id":"Nicholaus.Padberg@hotmail.com","dop":"2025-04-06","serial_number":"11695114576255368","imei1":"11695114576255368","imei2":"11695114576255368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171530,"job_number":"JOB_171530","tr_customer_id":171547,"tr_customer_product_id":171537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:32.000Z","modified_at":"2026-01-30T07:02:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13121651044421","imei1":"13121651044421","imei2":"13121651044421","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171531,"job_number":"JOB_171531","tr_customer_id":171548,"tr_customer_product_id":171538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:32.000Z","modified_at":"2026-01-30T07:03:14.000Z","name":"Wilber Jacobi","mobile_number":"992-552-7723","email_id":"Jillian_Rosenbaum@hotmail.com","dop":"2025-04-06","serial_number":"10488205111150","imei1":"10488205111150","imei2":"10488205111150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:03:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171532,"job_number":"JOB_171532","tr_customer_id":171549,"tr_customer_product_id":171539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:34.000Z","modified_at":"2026-01-30T07:02:34.000Z","name":"Brett McClure","mobile_number":"455-262-6178","email_id":"Maxime84@hotmail.com","dop":"2025-04-06","serial_number":"14347449997241674","imei1":"14347449997241674","imei2":"14347449997241674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171533,"job_number":"JOB_171533","tr_customer_id":171550,"tr_customer_product_id":171540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:41.000Z","modified_at":"2026-01-30T07:02:41.000Z","name":"Graham Hammes","mobile_number":"783-764-9154","email_id":"Jillian.Ullrich@gmail.com","dop":"2025-09-09","serial_number":"16505345934610","imei1":"16505345934610","imei2":"16505345934610","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171534,"job_number":"JOB_171534","tr_customer_id":171551,"tr_customer_product_id":171541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:58.000Z","modified_at":"2026-01-30T07:02:58.000Z","name":"Keanu Haley","mobile_number":"421-716-5661","email_id":"Ally1@hotmail.com","dop":"2025-09-09","serial_number":"11259288924508","imei1":"11259288924508","imei2":"11259288924508","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171535,"job_number":"JOB_171535","tr_customer_id":171552,"tr_customer_product_id":171542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:03:22.000Z","modified_at":"2026-01-30T07:03:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14352760864327","imei1":"14352760864327","imei2":"14352760864327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:03:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171536,"job_number":"JOB_171536","tr_customer_id":171553,"tr_customer_product_id":171543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:03:23.000Z","modified_at":"2026-01-30T07:04:26.000Z","name":"Kaylin Wisozk","mobile_number":"469-902-9439","email_id":"Margarete.Mueller50@gmail.com","dop":"2025-04-06","serial_number":"17636839238460","imei1":"17636839238460","imei2":"17636839238460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:04:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171537,"job_number":"JOB_171537","tr_customer_id":171554,"tr_customer_product_id":171544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:03:24.000Z","modified_at":"2026-01-30T07:03:24.000Z","name":"Reymundo Mohr","mobile_number":"876-298-3930","email_id":"Ruby_Zulauf17@yahoo.com","dop":"2025-04-06","serial_number":"19316281534123830","imei1":"19316281534123830","imei2":"19316281534123830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171538,"job_number":"JOB_171538","tr_customer_id":171555,"tr_customer_product_id":171545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:07:47.000Z","modified_at":"2026-01-30T07:07:47.000Z","name":"Guido Zulauf","mobile_number":"784-302-0818","email_id":"Caitlyn.Quigley10@gmail.com","dop":"2025-09-09","serial_number":"10559669566701","imei1":"10559669566701","imei2":"10559669566701","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:07:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171539,"job_number":"JOB_171539","tr_customer_id":171556,"tr_customer_product_id":171546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:07:59.000Z","modified_at":"2026-01-30T07:07:59.000Z","name":"Leonora Hoppe","mobile_number":"483-457-4891","email_id":"Corrine.Hayes@gmail.com","dop":"2025-09-09","serial_number":"14104489288330","imei1":"14104489288330","imei2":"14104489288330","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:07:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171540,"job_number":"JOB_171540","tr_customer_id":171557,"tr_customer_product_id":171547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:08:07.000Z","modified_at":"2026-01-30T07:08:07.000Z","name":"Elvis Turcotte","mobile_number":"281-884-5495","email_id":"Ben19@gmail.com","dop":"2025-09-09","serial_number":"17527481920029","imei1":"17527481920029","imei2":"17527481920029","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171541,"job_number":"JOB_171541","tr_customer_id":171558,"tr_customer_product_id":171548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:08:15.000Z","modified_at":"2026-01-30T07:08:15.000Z","name":"Marcelina Crooks","mobile_number":"253-908-7134","email_id":"Assunta.Hackett@hotmail.com","dop":"2025-09-09","serial_number":"10723705659562","imei1":"10723705659562","imei2":"10723705659562","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:08:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171542,"job_number":"JOB_171542","tr_customer_id":171559,"tr_customer_product_id":171549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:11:47.000Z","modified_at":"2026-01-30T07:11:47.000Z","name":"Ashlee Gutmann","mobile_number":"508-472-4514","email_id":"Adell22@gmail.com","dop":"2025-09-09","serial_number":"19983866346710","imei1":"19983866346710","imei2":"19983866346710","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171543,"job_number":"JOB_171543","tr_customer_id":171560,"tr_customer_product_id":171550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:11:59.000Z","modified_at":"2026-01-30T07:11:59.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"12231391639422","imei1":"12231391639422","imei2":"12231391639422","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:11:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171544,"job_number":"JOB_171544","tr_customer_id":171561,"tr_customer_product_id":171551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:00.000Z","modified_at":"2026-01-30T07:12:11.000Z","name":"Reed Pfannerstill","mobile_number":"468-910-8021","email_id":"Ashlynn.Cartwright63@hotmail.com","dop":"2025-12-01","serial_number":"11799949595717","imei1":"11799949595717","imei2":"11799949595717","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:12:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171545,"job_number":"JOB_171545","tr_customer_id":171562,"tr_customer_product_id":171552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:05.000Z","modified_at":"2026-01-30T07:12:05.000Z","name":"Waino Leuschke","mobile_number":"561-326-6019","email_id":"Abraham_Treutel89@hotmail.com","dop":"2025-09-09","serial_number":"15282738565681","imei1":"15282738565681","imei2":"15282738565681","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171546,"job_number":"JOB_171546","tr_customer_id":171563,"tr_customer_product_id":171553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:15.000Z","modified_at":"2026-01-30T07:12:15.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15562734371816","imei1":"15562734371816","imei2":"15562734371816","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171547,"job_number":"JOB_171547","tr_customer_id":171564,"tr_customer_product_id":171554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:16.000Z","modified_at":"2026-01-30T07:12:27.000Z","name":"Rosemarie Kub","mobile_number":"849-855-7101","email_id":"Orrin.Leannon67@yahoo.com","dop":"2025-12-01","serial_number":"19308097848604","imei1":"19308097848604","imei2":"19308097848604","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:12:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171548,"job_number":"JOB_171548","tr_customer_id":171565,"tr_customer_product_id":171555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:31.000Z","modified_at":"2026-01-30T07:12:31.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"18902193482151","imei1":"18902193482151","imei2":"18902193482151","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171549,"job_number":"JOB_171549","tr_customer_id":171566,"tr_customer_product_id":171556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:32.000Z","modified_at":"2026-01-30T07:12:43.000Z","name":"Terrell Satterfield","mobile_number":"430-605-4024","email_id":"Jaiden_Walsh@yahoo.com","dop":"2025-12-01","serial_number":"13053838673310","imei1":"13053838673310","imei2":"13053838673310","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:12:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171550,"job_number":"JOB_171550","tr_customer_id":171567,"tr_customer_product_id":171557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:57.000Z","modified_at":"2026-01-30T07:12:57.000Z","name":"Santiago Mayer","mobile_number":"304-279-5556","email_id":"Claudine.Pfeffer55@hotmail.com","dop":"2025-09-09","serial_number":"11947525262724","imei1":"11947525262724","imei2":"11947525262724","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171551,"job_number":"JOB_171551","tr_customer_id":171568,"tr_customer_product_id":171558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:19:18.000Z","modified_at":"2026-01-30T07:19:18.000Z","name":"Darlene Walsh","mobile_number":"208-874-3598","email_id":"Aurelio18@yahoo.com","dop":"2025-09-09","serial_number":"18968543355341","imei1":"18968543355341","imei2":"18968543355341","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171552,"job_number":"JOB_171552","tr_customer_id":171569,"tr_customer_product_id":171559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:19:38.000Z","modified_at":"2026-01-30T07:19:38.000Z","name":"Dillon Schneider","mobile_number":"893-967-3049","email_id":"Earlene5@gmail.com","dop":"2025-09-09","serial_number":"12483515662882","imei1":"12483515662882","imei2":"12483515662882","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171553,"job_number":"JOB_171553","tr_customer_id":171570,"tr_customer_product_id":171560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:20:15.000Z","modified_at":"2026-01-30T07:20:15.000Z","name":"Magdalen Heidenreich","mobile_number":"455-450-1143","email_id":"Gino.Jacobson@yahoo.com","dop":"2025-09-09","serial_number":"15814588098024","imei1":"15814588098024","imei2":"15814588098024","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171554,"job_number":"JOB_171554","tr_customer_id":171571,"tr_customer_product_id":171561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:25:45.000Z","modified_at":"2026-01-30T07:25:58.000Z","name":"Pascale Pfannerstill","mobile_number":"662-376-4125","email_id":"Christiana3@yahoo.com","dop":"2025-02-01","serial_number":"68057889683595","imei1":"68057889683595","imei2":"68057889683595","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-30T07:25:58.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":171555,"job_number":"JOB_171555","tr_customer_id":171572,"tr_customer_product_id":171562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:28:02.000Z","modified_at":"2026-01-30T07:30:12.000Z","name":"Edwina Heller","mobile_number":"816-680-0220","email_id":"Kari84@hotmail.com","dop":"2025-02-01","serial_number":"102405652641513","imei1":"102405652641513","imei2":"102405652641513","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:30:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171556,"job_number":"JOB_171556","tr_customer_id":171573,"tr_customer_product_id":171563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:00.000Z","modified_at":"2026-01-30T07:40:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11846664241594","imei1":"11846664241594","imei2":"11846664241594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:40:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171557,"job_number":"JOB_171557","tr_customer_id":171574,"tr_customer_product_id":171564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:00.000Z","modified_at":"2026-01-30T07:40:00.000Z","name":"Ryley Turner","mobile_number":"635-620-6350","email_id":"Petra.Runolfsdottir@yahoo.com","dop":"2025-04-06","serial_number":"10574124757543","imei1":"10574124757543","imei2":"10574124757543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:40:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171558,"job_number":"JOB_171558","tr_customer_id":171575,"tr_customer_product_id":171565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:01.000Z","modified_at":"2026-01-30T07:40:01.000Z","name":"Kenna Gulgowski","mobile_number":"751-892-2802","email_id":"Vicky_Christiansen@yahoo.com","dop":"2025-04-06","serial_number":"18567807307813350","imei1":"18567807307813350","imei2":"18567807307813350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:40:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171011,"job_number":"JOB_171011","tr_customer_id":171028,"tr_customer_product_id":171018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:25:50.000Z","modified_at":"2026-01-30T00:25:50.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Evans34@yahoo.com","dop":"2025-07-02","serial_number":"19932109751294","imei1":"19932109751294","imei2":"19932109751294","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171042,"job_number":"JOB_171042","tr_customer_id":171059,"tr_customer_product_id":171049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:40.000Z","modified_at":"2026-01-30T04:19:40.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Alessandro7@hotmail.com","dop":"2025-07-02","serial_number":"13676074499380","imei1":"13676074499380","imei2":"13676074499380","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171055,"job_number":"JOB_171055","tr_customer_id":171072,"tr_customer_product_id":171062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:51.000Z","modified_at":"2026-01-30T04:20:01.000Z","name":"saitama sensei","mobile_number":"915-507-6957","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"164503681414844","imei1":"164503681414844","imei2":"164503681414844","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171066,"job_number":"JOB_171066","tr_customer_id":171083,"tr_customer_product_id":171073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:57.000Z","modified_at":"2026-01-30T04:19:57.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Darrell.Padberg59@yahoo.com","dop":"2025-07-02","serial_number":"17791908953968","imei1":"17791908953968","imei2":"17791908953968","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171071,"job_number":"JOB_171071","tr_customer_id":171088,"tr_customer_product_id":171078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:03.000Z","modified_at":"2026-01-30T04:20:12.000Z","name":"tanjiro kamado","mobile_number":"374-832-8564","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"949483204884179","imei1":"949483204884179","imei2":"949483204884179","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171078,"job_number":"JOB_171078","tr_customer_id":171095,"tr_customer_product_id":171085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:15.000Z","modified_at":"2026-01-30T04:20:24.000Z","name":"giyu tomiaka","mobile_number":"335-514-5381","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"36494606195662","imei1":"36494606195662","imei2":"36494606195662","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171079,"job_number":"JOB_171079","tr_customer_id":171096,"tr_customer_product_id":171086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:15.000Z","modified_at":"2026-01-30T04:20:15.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Tremayne.Dietrich10@yahoo.com","dop":"2025-07-02","serial_number":"18910356990296","imei1":"18910356990296","imei2":"18910356990296","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171113,"job_number":"JOB_171113","tr_customer_id":171130,"tr_customer_product_id":171120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"122455350657810","imei1":"122455350657810","imei2":"122455350657810","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171114,"job_number":"JOB_171114","tr_customer_id":171131,"tr_customer_product_id":171121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"Gerson Mohr","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"178710514467794","imei1":"178710514467794","imei2":"178710514467794","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171116,"job_number":"JOB_171116","tr_customer_id":171133,"tr_customer_product_id":171123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:51.000Z","modified_at":"2026-01-30T04:20:51.000Z","name":"Estel Schultz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139288142978844","imei1":"139288142978844","imei2":"139288142978844","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171117,"job_number":"JOB_171117","tr_customer_id":171134,"tr_customer_product_id":171124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:51.000Z","modified_at":"2026-01-30T04:20:51.000Z","name":"Kira Bergstrom","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"105363578635133","imei1":"105363578635133","imei2":"105363578635133","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171121,"job_number":"JOB_171121","tr_customer_id":171138,"tr_customer_product_id":171128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:01.000Z","modified_at":"2026-01-30T04:21:25.000Z","name":"Cesar West","mobile_number":"353-412-0901","email_id":"Jarod_Walker@gmail.com","dop":"2025-10-01","serial_number":"15643793779925","imei1":"15643793779925","imei2":"15643793779925","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171125,"job_number":"JOB_171125","tr_customer_id":171142,"tr_customer_product_id":171132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:02.000Z","modified_at":"2026-01-30T04:21:02.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"129629439596705","imei1":"129629439596705","imei2":"129629439596705","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171126,"job_number":"JOB_171126","tr_customer_id":171143,"tr_customer_product_id":171133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Arielle Wunsch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"152104315893585","imei1":"152104315893585","imei2":"152104315893585","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171128,"job_number":"JOB_171128","tr_customer_id":171145,"tr_customer_product_id":171135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Viva Stoltenberg","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"190137399588755","imei1":"190137399588755","imei2":"190137399588755","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171129,"job_number":"JOB_171129","tr_customer_id":171146,"tr_customer_product_id":171136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Letha Hudson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128053550904077","imei1":"128053550904077","imei2":"128053550904077","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171144,"job_number":"JOB_171144","tr_customer_id":171161,"tr_customer_product_id":171151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:14.000Z","modified_at":"2026-01-30T04:21:23.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"17874404590567","imei1":"17874404590567","imei2":"17874404590567","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171145,"job_number":"JOB_171145","tr_customer_id":171162,"tr_customer_product_id":171152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:14.000Z","modified_at":"2026-01-30T04:21:14.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15705041186083","imei1":"15705041186083","imei2":"15705041186083","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171150,"job_number":"JOB_171150","tr_customer_id":171167,"tr_customer_product_id":171157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:22.000Z","modified_at":"2026-01-30T04:21:31.000Z","name":"Haskell Lueilwitz","mobile_number":"203-887-4896","email_id":"Emerson.Gerlach@yahoo.com","dop":"2025-12-31","serial_number":"10377871921348","imei1":"10377871921348","imei2":"10377871921348","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171163,"job_number":"JOB_171163","tr_customer_id":171180,"tr_customer_product_id":171170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:32.000Z","modified_at":"2026-01-30T04:21:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105151120147789","imei1":"105151120147789","imei2":"105151120147789","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171164,"job_number":"JOB_171164","tr_customer_id":171181,"tr_customer_product_id":171171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:32.000Z","modified_at":"2026-01-30T04:21:42.000Z","name":"Felipa Krajcik","mobile_number":"647-911-9598","email_id":"Dusty.Ward@gmail.com","dop":"2025-06-09","serial_number":"102433739642713","imei1":"102433739642713","imei2":"102433739642713","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171165,"job_number":"JOB_171165","tr_customer_id":171182,"tr_customer_product_id":171172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:32.000Z","modified_at":"2026-01-30T04:21:32.000Z","name":"Cathryn Bernhard","mobile_number":"679-770-2832","email_id":"Clay_Upton5@gmail.com","dop":"2025-06-09","serial_number":"107986472211083","imei1":"107986472211083","imei2":"107986472211083","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171166,"job_number":"JOB_171166","tr_customer_id":171183,"tr_customer_product_id":171173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:35.000Z","modified_at":"2026-01-30T04:21:44.000Z","name":"Elva Murray","mobile_number":"960-297-9268","email_id":"Cesar40@yahoo.com","dop":"2025-12-31","serial_number":"10453680492317","imei1":"10453680492317","imei2":"10453680492317","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171175,"job_number":"JOB_171175","tr_customer_id":171192,"tr_customer_product_id":171182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:47.000Z","modified_at":"2026-01-30T04:21:47.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"109483218155169","imei1":"109483218155169","imei2":"109483218155169","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171176,"job_number":"JOB_171176","tr_customer_id":171193,"tr_customer_product_id":171183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:47.000Z","modified_at":"2026-01-30T04:21:58.000Z","name":"Joanne Hyatt","mobile_number":"988-275-5806","email_id":"Catharine80@gmail.com","dop":"2025-06-09","serial_number":"103849274999724","imei1":"103849274999724","imei2":"103849274999724","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171177,"job_number":"JOB_171177","tr_customer_id":171194,"tr_customer_product_id":171184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:47.000Z","modified_at":"2026-01-30T04:21:47.000Z","name":"Verda Goldner","mobile_number":"960-443-2362","email_id":"Jennifer42@hotmail.com","dop":"2025-06-09","serial_number":"102955799153965","imei1":"102955799153965","imei2":"102955799153965","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171179,"job_number":"JOB_171179","tr_customer_id":171196,"tr_customer_product_id":171186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:48.000Z","modified_at":"2026-01-30T04:21:57.000Z","name":"Geo Kutch","mobile_number":"761-429-2341","email_id":"Armani.Macejkovic@yahoo.com","dop":"2025-12-31","serial_number":"10316074031672","imei1":"10316074031672","imei2":"10316074031672","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171192,"job_number":"JOB_171192","tr_customer_id":171209,"tr_customer_product_id":171199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:02.000Z","modified_at":"2026-01-30T04:22:02.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100677291391295","imei1":"100677291391295","imei2":"100677291391295","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171193,"job_number":"JOB_171193","tr_customer_id":171210,"tr_customer_product_id":171200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:02.000Z","modified_at":"2026-01-30T04:22:13.000Z","name":"Gladyce Funk","mobile_number":"370-260-7945","email_id":"Christina_Wiegand@gmail.com","dop":"2025-06-09","serial_number":"106462706880483","imei1":"106462706880483","imei2":"106462706880483","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171194,"job_number":"JOB_171194","tr_customer_id":171211,"tr_customer_product_id":171201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:03.000Z","modified_at":"2026-01-30T04:22:03.000Z","name":"Kim Thompson","mobile_number":"614-340-0814","email_id":"Cyrus.Goyette29@yahoo.com","dop":"2025-06-09","serial_number":"109720569545754","imei1":"109720569545754","imei2":"109720569545754","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171237,"job_number":"JOB_171237","tr_customer_id":171254,"tr_customer_product_id":171244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:04:02.000Z","modified_at":"2026-01-30T05:04:11.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"14675267707102","imei1":"14675267707102","imei2":"14675267707102","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:04:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171238,"job_number":"JOB_171238","tr_customer_id":171255,"tr_customer_product_id":171245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:04:03.000Z","modified_at":"2026-01-30T05:04:03.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"12599775730300","imei1":"12599775730300","imei2":"12599775730300","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171395,"job_number":"JOB_171395","tr_customer_id":171412,"tr_customer_product_id":171402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:31:44.000Z","modified_at":"2026-01-30T06:32:08.000Z","name":"Kimberly Balistreri","mobile_number":"220-568-7720","email_id":"Halie_Kreiger@hotmail.com","dop":"2025-11-04","serial_number":"52629867262072","imei1":"52629867262072","imei2":"52629867262072","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:32:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171396,"job_number":"JOB_171396","tr_customer_id":171413,"tr_customer_product_id":171403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:32:11.000Z","modified_at":"2026-01-30T06:32:21.000Z","name":"Santina Donnelly","mobile_number":"370-551-8089","email_id":"Michale_Kulas@gmail.com","dop":"2025-11-04","serial_number":"14929507918204","imei1":"14929507918204","imei2":"14929507918204","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:32:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171398,"job_number":"JOB_171398","tr_customer_id":171415,"tr_customer_product_id":171405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:33:05.000Z","modified_at":"2026-01-30T06:33:30.000Z","name":"Daphney Gerhold","mobile_number":"745-935-5291","email_id":"Betsy.Schumm57@gmail.com","dop":"2025-10-01","serial_number":"18150350360797","imei1":"18150350360797","imei2":"18150350360797","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:33:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171399,"job_number":"JOB_171399","tr_customer_id":171416,"tr_customer_product_id":171406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:27.000Z","modified_at":"2026-01-30T06:34:27.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109299978776517","imei1":"109299978776517","imei2":"109299978776517","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171400,"job_number":"JOB_171400","tr_customer_id":171417,"tr_customer_product_id":171407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:27.000Z","modified_at":"2026-01-30T06:34:40.000Z","name":"Verlie Fisher","mobile_number":"628-728-1017","email_id":"Zechariah99@yahoo.com","dop":"2025-06-09","serial_number":"101784256900985","imei1":"101784256900985","imei2":"101784256900985","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:34:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171401,"job_number":"JOB_171401","tr_customer_id":171418,"tr_customer_product_id":171408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:27.000Z","modified_at":"2026-01-30T06:34:27.000Z","name":"Lulu Donnelly","mobile_number":"238-424-2510","email_id":"Estefania.Keebler24@gmail.com","dop":"2025-06-09","serial_number":"108814377152572","imei1":"108814377152572","imei2":"108814377152572","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171403,"job_number":"JOB_171403","tr_customer_id":171420,"tr_customer_product_id":171410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:44.000Z","modified_at":"2026-01-30T06:34:44.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108853740222209","imei1":"108853740222209","imei2":"108853740222209","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171404,"job_number":"JOB_171404","tr_customer_id":171421,"tr_customer_product_id":171411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:45.000Z","modified_at":"2026-01-30T06:34:57.000Z","name":"Louisa Heidenreich","mobile_number":"570-602-4155","email_id":"Jessyca.Schoen55@gmail.com","dop":"2025-06-09","serial_number":"109195166041348","imei1":"109195166041348","imei2":"109195166041348","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171405,"job_number":"JOB_171405","tr_customer_id":171422,"tr_customer_product_id":171412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:45.000Z","modified_at":"2026-01-30T06:34:45.000Z","name":"Erica Mante","mobile_number":"690-212-8778","email_id":"Hoyt83@gmail.com","dop":"2025-06-09","serial_number":"103857774331542","imei1":"103857774331542","imei2":"103857774331542","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171406,"job_number":"JOB_171406","tr_customer_id":171423,"tr_customer_product_id":171413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:46.000Z","modified_at":"2026-01-30T06:34:46.000Z","name":"Marina Wiza","mobile_number":"439-492-2032","email_id":"Robyn_Bechtelar@yahoo.com","dop":"2025-06-09","serial_number":"39589560771344800","imei1":"39589560771344800","imei2":"39589560771344800","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171407,"job_number":"JOB_171407","tr_customer_id":171424,"tr_customer_product_id":171414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:35:01.000Z","modified_at":"2026-01-30T06:35:01.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100332632151671","imei1":"100332632151671","imei2":"100332632151671","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171408,"job_number":"JOB_171408","tr_customer_id":171425,"tr_customer_product_id":171415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:35:02.000Z","modified_at":"2026-01-30T06:35:14.000Z","name":"Alfonzo Aufderhar","mobile_number":"859-497-6737","email_id":"Caroline.Mann88@yahoo.com","dop":"2025-06-09","serial_number":"108640233809142","imei1":"108640233809142","imei2":"108640233809142","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:35:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171409,"job_number":"JOB_171409","tr_customer_id":171426,"tr_customer_product_id":171416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:35:02.000Z","modified_at":"2026-01-30T06:35:02.000Z","name":"Mariah Cronin","mobile_number":"577-623-5754","email_id":"Mina.Zboncak61@gmail.com","dop":"2025-06-09","serial_number":"104486877785998","imei1":"104486877785998","imei2":"104486877785998","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:35:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171410,"job_number":"JOB_171410","tr_customer_id":171427,"tr_customer_product_id":171417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:36:21.000Z","modified_at":"2026-01-30T06:36:32.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"86875593560582","imei1":"86875593560582","imei2":"86875593560582","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171411,"job_number":"JOB_171411","tr_customer_id":171428,"tr_customer_product_id":171418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:36:36.000Z","modified_at":"2026-01-30T06:36:46.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"74688819890946","imei1":"74688819890946","imei2":"74688819890946","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:36:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171412,"job_number":"JOB_171412","tr_customer_id":171429,"tr_customer_product_id":171419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:36:50.000Z","modified_at":"2026-01-30T06:37:01.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"33805923846679","imei1":"33805923846679","imei2":"33805923846679","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:37:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171443,"job_number":"JOB_171443","tr_customer_id":171460,"tr_customer_product_id":171450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:21.000Z","modified_at":"2026-01-30T06:42:32.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"75130182262291","imei1":"75130182262291","imei2":"75130182262291","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:42:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171445,"job_number":"JOB_171445","tr_customer_id":171462,"tr_customer_product_id":171452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:36.000Z","modified_at":"2026-01-30T06:42:48.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"71313155988867","imei1":"71313155988867","imei2":"71313155988867","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171446,"job_number":"JOB_171446","tr_customer_id":171463,"tr_customer_product_id":171453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:52.000Z","modified_at":"2026-01-30T06:43:03.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"49556311244532","imei1":"49556311244532","imei2":"49556311244532","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171559,"job_number":"JOB_171559","tr_customer_id":171576,"tr_customer_product_id":171566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:04.000Z","modified_at":"2026-01-30T07:40:04.000Z","name":"Laurine Rodriguez","mobile_number":"486-650-1624","email_id":"Beulah66@gmail.com","dop":"2025-11-04","serial_number":"43020844351253","imei1":"43020844351253","imei2":"43020844351253","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:40:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 294ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MDB9.tH56JAVPd01hN30F4csqPUKhv0p2po3JwLE_azc_o5o
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 38e21e36-63d3-46b0-95ca-d1e8f26240f3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/171559
Response Information
Response Code: 200 - OK
Mean time per request: 297ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MDB9.tH56JAVPd01hN30F4csqPUKhv0p2po3JwLE_azc_o5o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 38798254-3eb6-42ea-a9cb-1c7ef7fae54c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2cfd531d-2c97-4ec0-af1a-e1771730995d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-6XBRPM/QA8fNiuwtzmMtkqvIbTM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MDh9.kByYencBWbjGoi57jtcZTty5uAAJxPwohGHulriOKtk"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MDh9.kByYencBWbjGoi57jtcZTty5uAAJxPwohGHulriOKtk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 74743f5c-36e5-425a-910e-bf500feb2107
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 314ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MDh9.kByYencBWbjGoi57jtcZTty5uAAJxPwohGHulriOKtk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 26d79306-6501-4134-8287-f946ed6fa9e6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-oohUy/6zwPAB2nBMxhTpIxca1io"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":474},{"label":"Pending for repair","key":"pending_for_repair","count":4},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 371ms
Mean size per request: 460.86KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bb5f5d40-8353-47cb-9e44-f3409f763b6e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"73371-+NVKzeLS1zLFv/qYZUQ2/hgQmjI"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 30 Jan 2026 07:40:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":171084,"job_number":"JOB_171084","tr_customer_id":171101,"tr_customer_product_id":171091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:19.000Z","modified_at":"2026-01-30T04:20:19.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10334439849599","imei1":"10334439849599","imei2":"10334439849599","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171087,"job_number":"JOB_171087","tr_customer_id":171104,"tr_customer_product_id":171094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:21.000Z","modified_at":"2026-01-30T04:20:21.000Z","name":"Thea Kilback","mobile_number":"352-427-6834","email_id":"Micaela_Greenfelder55@gmail.com","dop":"2000-01-31","serial_number":"1057508121111206","imei1":"1057508121111206","imei2":"1057508121111206","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171130,"job_number":"JOB_171130","tr_customer_id":171147,"tr_customer_product_id":171137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:04.000Z","modified_at":"2026-01-30T04:21:04.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10661726422848","imei1":"10661726422848","imei2":"10661726422848","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171134,"job_number":"JOB_171134","tr_customer_id":171151,"tr_customer_product_id":171141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:06.000Z","modified_at":"2026-01-30T04:21:06.000Z","name":"Daron Weimann","mobile_number":"669-861-4502","email_id":"Maya.Olson@hotmail.com","dop":"2000-01-31","serial_number":"1089050112890730","imei1":"1089050112890730","imei2":"1089050112890730","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171180,"job_number":"JOB_171180","tr_customer_id":171197,"tr_customer_product_id":171187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:49.000Z","modified_at":"2026-01-30T04:21:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10684632463129","imei1":"10684632463129","imei2":"10684632463129","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171184,"job_number":"JOB_171184","tr_customer_id":171201,"tr_customer_product_id":171191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:50.000Z","modified_at":"2026-01-30T04:21:50.000Z","name":"Lillie Tromp","mobile_number":"781-701-0318","email_id":"Devonte98@gmail.com","dop":"2000-01-31","serial_number":"1032149972052196","imei1":"1032149972052196","imei2":"1032149972052196","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171207,"job_number":"JOB_171207","tr_customer_id":171224,"tr_customer_product_id":171214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:33.000Z","modified_at":"2026-01-30T04:22:33.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10486566917712","imei1":"10486566917712","imei2":"10486566917712","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171209,"job_number":"JOB_171209","tr_customer_id":171226,"tr_customer_product_id":171216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:34.000Z","modified_at":"2026-01-30T04:22:34.000Z","name":"Marianne Mayert","mobile_number":"699-633-4366","email_id":"Reyna18@hotmail.com","dop":"2000-01-31","serial_number":"1081188012489991","imei1":"1081188012489991","imei2":"1081188012489991","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171467,"job_number":"JOB_171467","tr_customer_id":171484,"tr_customer_product_id":171474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:57.000Z","modified_at":"2026-01-30T06:49:57.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10885059418353","imei1":"10885059418353","imei2":"10885059418353","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171469,"job_number":"JOB_171469","tr_customer_id":171486,"tr_customer_product_id":171476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:59.000Z","modified_at":"2026-01-30T06:49:59.000Z","name":"Geo Kulas","mobile_number":"677-564-2868","email_id":"Rowena.Beier@gmail.com","dop":"2000-01-31","serial_number":"1038309113358548","imei1":"1038309113358548","imei2":"1038309113358548","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171474,"job_number":"JOB_171474","tr_customer_id":171491,"tr_customer_product_id":171481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:44.000Z","modified_at":"2026-01-30T06:50:44.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10138717050619","imei1":"10138717050619","imei2":"10138717050619","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171476,"job_number":"JOB_171476","tr_customer_id":171493,"tr_customer_product_id":171483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:46.000Z","modified_at":"2026-01-30T06:50:46.000Z","name":"Ariel Huels","mobile_number":"535-999-2215","email_id":"Meta.Schaden83@yahoo.com","dop":"2000-01-31","serial_number":"1007358706824285","imei1":"1007358706824285","imei2":"1007358706824285","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171480,"job_number":"JOB_171480","tr_customer_id":171497,"tr_customer_product_id":171487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:30.000Z","modified_at":"2026-01-30T06:51:30.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10078460753366","imei1":"10078460753366","imei2":"10078460753366","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171482,"job_number":"JOB_171482","tr_customer_id":171499,"tr_customer_product_id":171489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:32.000Z","modified_at":"2026-01-30T06:51:32.000Z","name":"Adele Hyatt","mobile_number":"318-668-1034","email_id":"Kameron62@yahoo.com","dop":"2000-01-31","serial_number":"1038689945006620","imei1":"1038689945006620","imei2":"1038689945006620","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:32.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171486,"job_number":"JOB_171486","tr_customer_id":171503,"tr_customer_product_id":171493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:16.000Z","modified_at":"2026-01-30T06:52:16.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10895912519873","imei1":"10895912519873","imei2":"10895912519873","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171488,"job_number":"JOB_171488","tr_customer_id":171505,"tr_customer_product_id":171495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:18.000Z","modified_at":"2026-01-30T06:52:18.000Z","name":"Augustine King","mobile_number":"516-270-9722","email_id":"Juston_Kling68@hotmail.com","dop":"2000-01-31","serial_number":"1004032210903606","imei1":"1004032210903606","imei2":"1004032210903606","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:18.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170934,"job_number":"JOB_170934","tr_customer_id":170951,"tr_customer_product_id":170941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T20:54:48.000Z","modified_at":"2026-01-29T20:54:48.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-24","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-24T20:54:47.066198069Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T20:54:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170935,"job_number":"JOB_170935","tr_customer_id":170952,"tr_customer_product_id":170942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:04:30.000Z","modified_at":"2026-01-29T22:04:30.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"152670001311313","imei1":"152670001311313","imei2":"152670001311313","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:04:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170936,"job_number":"JOB_170936","tr_customer_id":170953,"tr_customer_product_id":170943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:08:22.000Z","modified_at":"2026-01-29T22:08:22.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"141478756266125","imei1":"141478756266125","imei2":"141478756266125","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:08:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170937,"job_number":"JOB_170937","tr_customer_id":170954,"tr_customer_product_id":170944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:10:58.000Z","modified_at":"2026-01-29T22:10:58.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"190707338116476","imei1":"190707338116476","imei2":"190707338116476","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:10:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170938,"job_number":"JOB_170938","tr_customer_id":170955,"tr_customer_product_id":170945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:11:26.000Z","modified_at":"2026-01-29T22:11:26.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"193958377500658","imei1":"193958377500658","imei2":"193958377500658","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:11:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170939,"job_number":"JOB_170939","tr_customer_id":170956,"tr_customer_product_id":170946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:11:48.000Z","modified_at":"2026-01-29T22:11:48.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"104238476337588","imei1":"104238476337588","imei2":"104238476337588","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170940,"job_number":"JOB_170940","tr_customer_id":170957,"tr_customer_product_id":170947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:14:04.000Z","modified_at":"2026-01-29T22:14:04.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"136508884623334","imei1":"136508884623334","imei2":"136508884623334","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:14:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170941,"job_number":"JOB_170941","tr_customer_id":170958,"tr_customer_product_id":170948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:18:24.000Z","modified_at":"2026-01-29T22:18:24.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"177228857096241","imei1":"177228857096241","imei2":"177228857096241","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:18:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170942,"job_number":"JOB_170942","tr_customer_id":170959,"tr_customer_product_id":170949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:18:48.000Z","modified_at":"2026-01-29T22:18:48.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"136053200246728","imei1":"136053200246728","imei2":"136053200246728","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:18:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170943,"job_number":"JOB_170943","tr_customer_id":170960,"tr_customer_product_id":170950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:20:39.000Z","modified_at":"2026-01-29T22:20:39.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"130852628447961","imei1":"130852628447961","imei2":"130852628447961","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170945,"job_number":"JOB_170945","tr_customer_id":170962,"tr_customer_product_id":170952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:54:06.000Z","modified_at":"2026-01-29T22:54:06.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"137645666224769","imei1":"137645666224769","imei2":"137645666224769","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:54:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170946,"job_number":"JOB_170946","tr_customer_id":170963,"tr_customer_product_id":170953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:55:31.000Z","modified_at":"2026-01-29T22:55:31.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"146570843073906","imei1":"146570843073906","imei2":"146570843073906","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170947,"job_number":"JOB_170947","tr_customer_id":170964,"tr_customer_product_id":170954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:56:41.000Z","modified_at":"2026-01-29T22:56:41.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"187445080187992","imei1":"187445080187992","imei2":"187445080187992","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170948,"job_number":"JOB_170948","tr_customer_id":170965,"tr_customer_product_id":170955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:57:40.000Z","modified_at":"2026-01-29T22:57:40.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"195065095287755","imei1":"195065095287755","imei2":"195065095287755","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170949,"job_number":"JOB_170949","tr_customer_id":170966,"tr_customer_product_id":170956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:58:18.000Z","modified_at":"2026-01-29T22:58:18.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"156179887592199","imei1":"156179887592199","imei2":"156179887592199","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170950,"job_number":"JOB_170950","tr_customer_id":170967,"tr_customer_product_id":170957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:58:50.000Z","modified_at":"2026-01-29T22:58:50.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"182274226347784","imei1":"182274226347784","imei2":"182274226347784","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170951,"job_number":"JOB_170951","tr_customer_id":170968,"tr_customer_product_id":170958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:11:44.000Z","modified_at":"2026-01-29T23:11:44.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"198041785027203","imei1":"198041785027203","imei2":"198041785027203","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:11:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170952,"job_number":"JOB_170952","tr_customer_id":170969,"tr_customer_product_id":170959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:30.000Z","modified_at":"2026-01-29T23:14:30.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"17021029563270","imei1":"17021029563270","imei2":"17021029563270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170954,"job_number":"JOB_170954","tr_customer_id":170971,"tr_customer_product_id":170961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:31.000Z","modified_at":"2026-01-29T23:14:31.000Z","name":"Terrell Lockman","mobile_number":"437-547-6256","email_id":"Abdul.Wehner37@hotmail.com","dop":"2025-04-06","serial_number":"10016164199382554","imei1":"10016164199382554","imei2":"10016164199382554","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170955,"job_number":"JOB_170955","tr_customer_id":170972,"tr_customer_product_id":170962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:39.000Z","modified_at":"2026-01-29T23:14:39.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"18720195446893","imei1":"18720195446893","imei2":"18720195446893","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170957,"job_number":"JOB_170957","tr_customer_id":170974,"tr_customer_product_id":170964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:40.000Z","modified_at":"2026-01-29T23:14:40.000Z","name":"Hermann Larkin","mobile_number":"500-819-0151","email_id":"Francisco81@hotmail.com","dop":"2025-04-06","serial_number":"15887698112500496","imei1":"15887698112500496","imei2":"15887698112500496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170958,"job_number":"JOB_170958","tr_customer_id":170975,"tr_customer_product_id":170965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:46.000Z","modified_at":"2026-01-29T23:14:46.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"16899085736197","imei1":"16899085736197","imei2":"16899085736197","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170960,"job_number":"JOB_170960","tr_customer_id":170977,"tr_customer_product_id":170967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:47.000Z","modified_at":"2026-01-29T23:14:47.000Z","name":"Dameon Rice","mobile_number":"900-821-4035","email_id":"Alan_Keebler3@yahoo.com","dop":"2025-04-06","serial_number":"16374809289727772","imei1":"16374809289727772","imei2":"16374809289727772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170962,"job_number":"JOB_170962","tr_customer_id":170979,"tr_customer_product_id":170969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:19:59.000Z","modified_at":"2026-01-29T23:19:59.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"17282982707179","imei1":"17282982707179","imei2":"17282982707179","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:19:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170964,"job_number":"JOB_170964","tr_customer_id":170981,"tr_customer_product_id":170971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:20:00.000Z","modified_at":"2026-01-29T23:20:00.000Z","name":"Jeffry Schumm","mobile_number":"653-298-5489","email_id":"Axel_Marquardt@hotmail.com","dop":"2025-04-06","serial_number":"11916684849804726","imei1":"11916684849804726","imei2":"11916684849804726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:20:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170965,"job_number":"JOB_170965","tr_customer_id":170982,"tr_customer_product_id":170972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:20:22.000Z","modified_at":"2026-01-29T23:20:22.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"12443029639239","imei1":"12443029639239","imei2":"12443029639239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170967,"job_number":"JOB_170967","tr_customer_id":170984,"tr_customer_product_id":170974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:20:23.000Z","modified_at":"2026-01-29T23:20:23.000Z","name":"Marta Hane","mobile_number":"416-970-1187","email_id":"Antonio17@gmail.com","dop":"2025-04-06","serial_number":"16095811900718672","imei1":"16095811900718672","imei2":"16095811900718672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170968,"job_number":"JOB_170968","tr_customer_id":170985,"tr_customer_product_id":170975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:20:46.000Z","modified_at":"2026-01-29T23:20:46.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"11683645754852","imei1":"11683645754852","imei2":"11683645754852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170970,"job_number":"JOB_170970","tr_customer_id":170987,"tr_customer_product_id":170977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:20:47.000Z","modified_at":"2026-01-29T23:20:47.000Z","name":"Elisha Boehm","mobile_number":"708-676-8657","email_id":"Gwen63@hotmail.com","dop":"2025-04-06","serial_number":"19923755190717840","imei1":"19923755190717840","imei2":"19923755190717840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170971,"job_number":"JOB_170971","tr_customer_id":170988,"tr_customer_product_id":170978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:24:42.000Z","modified_at":"2026-01-29T23:24:42.000Z","name":"Paige Hahn","mobile_number":"591-938-8987","email_id":"Marcelle.Ward7@yahoo.com","dop":"2025-05-01","serial_number":"17782932930851","imei1":"17782932930851","imei2":"17782932930851","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170972,"job_number":"JOB_170972","tr_customer_id":170989,"tr_customer_product_id":170979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:27:56.000Z","modified_at":"2026-01-29T23:27:56.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"17647806985385","imei1":"17647806985385","imei2":"17647806985385","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170974,"job_number":"JOB_170974","tr_customer_id":170991,"tr_customer_product_id":170981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:27:57.000Z","modified_at":"2026-01-29T23:27:57.000Z","name":"Pierre Hane","mobile_number":"344-531-3630","email_id":"Vincenzo_Mosciski@gmail.com","dop":"2025-04-06","serial_number":"15746635210960528","imei1":"15746635210960528","imei2":"15746635210960528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170975,"job_number":"JOB_170975","tr_customer_id":170992,"tr_customer_product_id":170982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:28:23.000Z","modified_at":"2026-01-29T23:28:23.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"17250031710771","imei1":"17250031710771","imei2":"17250031710771","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170977,"job_number":"JOB_170977","tr_customer_id":170994,"tr_customer_product_id":170984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:28:24.000Z","modified_at":"2026-01-29T23:28:24.000Z","name":"Nelle Baumbach","mobile_number":"563-656-8533","email_id":"Tyrel_Corkery38@yahoo.com","dop":"2025-04-06","serial_number":"16179214541476158","imei1":"16179214541476158","imei2":"16179214541476158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:28:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170978,"job_number":"JOB_170978","tr_customer_id":170995,"tr_customer_product_id":170985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:28:50.000Z","modified_at":"2026-01-29T23:28:50.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"13912742458465","imei1":"13912742458465","imei2":"13912742458465","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:28:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170980,"job_number":"JOB_170980","tr_customer_id":170997,"tr_customer_product_id":170987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:28:51.000Z","modified_at":"2026-01-29T23:28:51.000Z","name":"Priscilla Leannon","mobile_number":"541-496-0783","email_id":"Edgardo_Upton56@gmail.com","dop":"2025-04-06","serial_number":"12119167624213330","imei1":"12119167624213330","imei2":"12119167624213330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:28:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170981,"job_number":"JOB_170981","tr_customer_id":170998,"tr_customer_product_id":170988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:30:02.000Z","modified_at":"2026-01-29T23:30:02.000Z","name":"Kirsten Nitzsche","mobile_number":"502-484-2223","email_id":"Cecil.Bayer85@hotmail.com","dop":"2025-12-10","serial_number":"127380760649969","imei1":"127380760649969","imei2":"127380760649969","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:30:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170982,"job_number":"JOB_170982","tr_customer_id":170999,"tr_customer_product_id":170989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:30:28.000Z","modified_at":"2026-01-29T23:30:28.000Z","name":"Emilio Zboncak","mobile_number":"207-951-3435","email_id":"Sammy_Rempel45@yahoo.com","dop":"2025-12-10","serial_number":"153256482292524","imei1":"153256482292524","imei2":"153256482292524","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:30:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170983,"job_number":"JOB_170983","tr_customer_id":171000,"tr_customer_product_id":170990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:30:39.000Z","modified_at":"2026-01-29T23:30:39.000Z","name":"Reyes Rempel","mobile_number":"773-531-8837","email_id":"Laurie85@hotmail.com","dop":"2025-05-01","serial_number":"15594500302520","imei1":"15594500302520","imei2":"15594500302520","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:30:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170984,"job_number":"JOB_170984","tr_customer_id":171001,"tr_customer_product_id":170991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:35:31.000Z","modified_at":"2026-01-29T23:35:31.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"13810072416321","imei1":"13810072416321","imei2":"13810072416321","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:35:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170986,"job_number":"JOB_170986","tr_customer_id":171003,"tr_customer_product_id":170993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:35:32.000Z","modified_at":"2026-01-29T23:35:32.000Z","name":"Muriel Zulauf","mobile_number":"697-928-2444","email_id":"Bradly16@gmail.com","dop":"2025-04-06","serial_number":"10701044802978842","imei1":"10701044802978842","imei2":"10701044802978842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:35:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170987,"job_number":"JOB_170987","tr_customer_id":171004,"tr_customer_product_id":170994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:36:00.000Z","modified_at":"2026-01-29T23:36:00.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"13123973611028","imei1":"13123973611028","imei2":"13123973611028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170989,"job_number":"JOB_170989","tr_customer_id":171006,"tr_customer_product_id":170996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:36:01.000Z","modified_at":"2026-01-29T23:36:01.000Z","name":"Josianne Hermiston","mobile_number":"841-640-7613","email_id":"Billie94@gmail.com","dop":"2025-04-06","serial_number":"18913021336825596","imei1":"18913021336825596","imei2":"18913021336825596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:36:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170990,"job_number":"JOB_170990","tr_customer_id":171007,"tr_customer_product_id":170997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:36:28.000Z","modified_at":"2026-01-29T23:36:28.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"19506829257318","imei1":"19506829257318","imei2":"19506829257318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:36:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170992,"job_number":"JOB_170992","tr_customer_id":171009,"tr_customer_product_id":170999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:36:29.000Z","modified_at":"2026-01-29T23:36:29.000Z","name":"Magdalena Erdman","mobile_number":"693-912-8428","email_id":"Roxanne4@yahoo.com","dop":"2025-04-06","serial_number":"13801116385466660","imei1":"13801116385466660","imei2":"13801116385466660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:36:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170993,"job_number":"JOB_170993","tr_customer_id":171010,"tr_customer_product_id":171000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:40:09.000Z","modified_at":"2026-01-29T23:40:09.000Z","name":"Rory Heidenreich","mobile_number":"793-934-2132","email_id":"Royal36@yahoo.com","dop":"2025-12-10","serial_number":"10128834109223446","imei1":"10128834109223446","imei2":"10128834109223446","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:40:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170994,"job_number":"JOB_170994","tr_customer_id":171011,"tr_customer_product_id":171001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:40:59.000Z","modified_at":"2026-01-29T23:40:59.000Z","name":"Reyes Rempel","mobile_number":"773-531-8837","email_id":"Laurie85@hotmail.com","dop":"2025-05-01","serial_number":"35594500302520","imei1":"35594500302520","imei2":"35594500302520","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:40:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170995,"job_number":"JOB_170995","tr_customer_id":171012,"tr_customer_product_id":171002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:01.000Z","modified_at":"2026-01-29T23:42:01.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"12540570355351","imei1":"12540570355351","imei2":"12540570355351","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170997,"job_number":"JOB_170997","tr_customer_id":171014,"tr_customer_product_id":171004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:02.000Z","modified_at":"2026-01-29T23:42:02.000Z","name":"Emile Oberbrunner","mobile_number":"834-989-7543","email_id":"Hassan_Zboncak88@gmail.com","dop":"2025-04-06","serial_number":"16761765670322104","imei1":"16761765670322104","imei2":"16761765670322104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170998,"job_number":"JOB_170998","tr_customer_id":171015,"tr_customer_product_id":171005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:29.000Z","modified_at":"2026-01-29T23:42:29.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"18753768629623","imei1":"18753768629623","imei2":"18753768629623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171000,"job_number":"JOB_171000","tr_customer_id":171017,"tr_customer_product_id":171007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:30.000Z","modified_at":"2026-01-29T23:42:30.000Z","name":"Janelle Towne","mobile_number":"497-606-6315","email_id":"Nayeli_Kohler24@gmail.com","dop":"2025-04-06","serial_number":"11320646881969810","imei1":"11320646881969810","imei2":"11320646881969810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171001,"job_number":"JOB_171001","tr_customer_id":171018,"tr_customer_product_id":171008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:56.000Z","modified_at":"2026-01-29T23:42:56.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"19260284269655","imei1":"19260284269655","imei2":"19260284269655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171003,"job_number":"JOB_171003","tr_customer_id":171020,"tr_customer_product_id":171010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:57.000Z","modified_at":"2026-01-29T23:42:57.000Z","name":"Clifford Treutel","mobile_number":"311-905-8178","email_id":"Della7@gmail.com","dop":"2025-04-06","serial_number":"10708441773562332","imei1":"10708441773562332","imei2":"10708441773562332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171004,"job_number":"JOB_171004","tr_customer_id":171021,"tr_customer_product_id":171011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:46:20.000Z","modified_at":"2026-01-29T23:46:20.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-19","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-19T23:46:19.633696493Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171005,"job_number":"JOB_171005","tr_customer_id":171022,"tr_customer_product_id":171012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:46:20.000Z","modified_at":"2026-01-29T23:46:20.000Z","name":"Som Pillai","mobile_number":"7053079833","email_id":"sarala.mishra@hotmail.com","dop":"2026-01-19","serial_number":"709106391543744","imei1":"709106391543744","imei2":"709106391543744","popurl":"www.amaranaath-panicker.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171006,"job_number":"JOB_171006","tr_customer_id":171023,"tr_customer_product_id":171013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:48:46.000Z","modified_at":"2026-01-29T23:48:46.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-19","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-19T23:48:45.977175280Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:48:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171007,"job_number":"JOB_171007","tr_customer_id":171024,"tr_customer_product_id":171014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:49:48.000Z","modified_at":"2026-01-29T23:49:48.000Z","name":"Reymundo Flatley","mobile_number":"997-280-4322","email_id":"Kyler.Stanton@hotmail.com","dop":"2025-12-10","serial_number":"180671090876939","imei1":"180671090876939","imei2":"180671090876939","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171008,"job_number":"JOB_171008","tr_customer_id":171025,"tr_customer_product_id":171015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:50:11.000Z","modified_at":"2026-01-29T23:50:11.000Z","name":"Peter Will","mobile_number":"878-494-8269","email_id":"Izaiah.Rowe@gmail.com","dop":"2025-12-10","serial_number":"123620711580984","imei1":"123620711580984","imei2":"123620711580984","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171009,"job_number":"JOB_171009","tr_customer_id":171026,"tr_customer_product_id":171016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:08:27.000Z","modified_at":"2026-01-30T00:08:27.000Z","name":"Alexandra Emmerich","mobile_number":"541-804-6888","email_id":"Hayden_Ebert@gmail.com","dop":"2025-12-10","serial_number":"192618610756540","imei1":"192618610756540","imei2":"192618610756540","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:08:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171010,"job_number":"JOB_171010","tr_customer_id":171027,"tr_customer_product_id":171017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:10:08.000Z","modified_at":"2026-01-30T00:10:08.000Z","name":"Marcus Batz","mobile_number":"815-586-3143","email_id":"Anne.Mertz@hotmail.com","dop":"2025-12-10","serial_number":"196747128061158","imei1":"196747128061158","imei2":"196747128061158","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:10:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171012,"job_number":"JOB_171012","tr_customer_id":171029,"tr_customer_product_id":171019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:46:04.000Z","modified_at":"2026-01-30T00:46:04.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"69077551366337","imei1":"69077551366337","imei2":"69077551366337","popurl":"2026-01-20T00:46:05.360110400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171013,"job_number":"JOB_171013","tr_customer_id":171030,"tr_customer_product_id":171020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T01:06:28.000Z","modified_at":"2026-01-30T01:06:28.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"95342828280759","imei1":"95342828280759","imei2":"95342828280759","popurl":"2026-01-20T01:06:28.428047187Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T01:06:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171014,"job_number":"JOB_171014","tr_customer_id":171031,"tr_customer_product_id":171021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T01:07:10.000Z","modified_at":"2026-01-30T01:07:10.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"58957088779228","imei1":"58957088779228","imei2":"58957088779228","popurl":"2026-01-20T01:07:10.028400917Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T01:07:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171015,"job_number":"JOB_171015","tr_customer_id":171032,"tr_customer_product_id":171022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:02:32.000Z","modified_at":"2026-01-30T02:02:32.000Z","name":"Lucy Stanton","mobile_number":"751-787-9156","email_id":"Ona78@yahoo.com","dop":"2025-12-10","serial_number":"113029298018590","imei1":"113029298018590","imei2":"113029298018590","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:02:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171016,"job_number":"JOB_171016","tr_customer_id":171033,"tr_customer_product_id":171023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:10:03.000Z","modified_at":"2026-01-30T02:10:03.000Z","name":"Maya Kassulke","mobile_number":"701-580-8927","email_id":"Keeley14@gmail.com","dop":"2025-12-10","serial_number":"115935734016490","imei1":"115935734016490","imei2":"115935734016490","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:10:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171017,"job_number":"JOB_171017","tr_customer_id":171034,"tr_customer_product_id":171024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:17:01.000Z","modified_at":"2026-01-30T02:17:01.000Z","name":"Wanda Hills","mobile_number":"550-723-6743","email_id":"Ludwig.Glover@hotmail.com","dop":"2025-12-10","serial_number":"167787378226206","imei1":"167787378226206","imei2":"167787378226206","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:17:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171018,"job_number":"JOB_171018","tr_customer_id":171035,"tr_customer_product_id":171025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:21:38.000Z","modified_at":"2026-01-30T02:21:38.000Z","name":"Lela Kohler","mobile_number":"710-207-8438","email_id":"Abbey_Schaefer@hotmail.com","dop":"2025-12-10","serial_number":"179367396307145","imei1":"179367396307145","imei2":"179367396307145","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171019,"job_number":"JOB_171019","tr_customer_id":171036,"tr_customer_product_id":171026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:28:09.000Z","modified_at":"2026-01-30T02:28:09.000Z","name":"Janice Torphy","mobile_number":"571-228-2003","email_id":"Talon.Smith@gmail.com","dop":"2025-12-10","serial_number":"117726331096685","imei1":"117726331096685","imei2":"117726331096685","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171020,"job_number":"JOB_171020","tr_customer_id":171037,"tr_customer_product_id":171027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:25:45.000Z","modified_at":"2026-01-30T03:25:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14828724578553","imei1":"14828724578553","imei2":"14828724578553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171022,"job_number":"JOB_171022","tr_customer_id":171039,"tr_customer_product_id":171029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:25:46.000Z","modified_at":"2026-01-30T03:25:46.000Z","name":"Chase Emmerich","mobile_number":"642-375-6447","email_id":"Wiley.Blick45@gmail.com","dop":"2025-04-06","serial_number":"18124366766046890","imei1":"18124366766046890","imei2":"18124366766046890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171023,"job_number":"JOB_171023","tr_customer_id":171040,"tr_customer_product_id":171030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:26:27.000Z","modified_at":"2026-01-30T03:26:27.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11712103852461","imei1":"11712103852461","imei2":"11712103852461","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:26:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171025,"job_number":"JOB_171025","tr_customer_id":171042,"tr_customer_product_id":171032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:26:29.000Z","modified_at":"2026-01-30T03:26:29.000Z","name":"Jovanny Bailey","mobile_number":"687-996-8546","email_id":"Audrey49@hotmail.com","dop":"2025-04-06","serial_number":"13938562338247316","imei1":"13938562338247316","imei2":"13938562338247316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:26:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171026,"job_number":"JOB_171026","tr_customer_id":171043,"tr_customer_product_id":171033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:26:57.000Z","modified_at":"2026-01-30T03:26:57.000Z","name":"Ankit Ojha","mobile_number":"8634214986","email_id":"jhsdhf@gmail.con","dop":"2025-05-01","serial_number":"35594500302521","imei1":"35594500302521","imei2":"35594500302521","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171027,"job_number":"JOB_171027","tr_customer_id":171044,"tr_customer_product_id":171034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:27:10.000Z","modified_at":"2026-01-30T03:27:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19492302188959","imei1":"19492302188959","imei2":"19492302188959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171029,"job_number":"JOB_171029","tr_customer_id":171046,"tr_customer_product_id":171036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:27:12.000Z","modified_at":"2026-01-30T03:27:12.000Z","name":"Fatima Rippin","mobile_number":"264-758-2084","email_id":"Celestino.VonRueden43@hotmail.com","dop":"2025-04-06","serial_number":"16797938487163444","imei1":"16797938487163444","imei2":"16797938487163444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171031,"job_number":"JOB_171031","tr_customer_id":171048,"tr_customer_product_id":171038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:10:20.000Z","modified_at":"2026-01-30T04:10:20.000Z","name":"Arch Kovacek","mobile_number":"304-507-3700","email_id":"Zack_Turcotte@gmail.com","dop":"2025-02-13","serial_number":"10073825861569468","imei1":"10073825861569468","imei2":"10073825861569468","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171034,"job_number":"JOB_171034","tr_customer_id":171051,"tr_customer_product_id":171041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:14.000Z","modified_at":"2026-01-30T04:19:14.000Z","name":"Selmer Quigley","mobile_number":"254-476-2438","email_id":"Jeromy67@gmail.com","dop":"2025-04-06","serial_number":"19324883517627600","imei1":"19324883517627600","imei2":"19324883517627600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171036,"job_number":"JOB_171036","tr_customer_id":171053,"tr_customer_product_id":171043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:25.000Z","modified_at":"2026-01-30T04:19:25.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19789140132324","imei1":"19789140132324","imei2":"19789140132324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171038,"job_number":"JOB_171038","tr_customer_id":171055,"tr_customer_product_id":171045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:26.000Z","modified_at":"2026-01-30T04:19:26.000Z","name":"Consuelo Moore","mobile_number":"637-560-8329","email_id":"Hassie.Lowe@hotmail.com","dop":"2025-04-06","serial_number":"13610658128047988","imei1":"13610658128047988","imei2":"13610658128047988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171039,"job_number":"JOB_171039","tr_customer_id":171056,"tr_customer_product_id":171046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:33.000Z","modified_at":"2026-01-30T04:19:33.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10895109330855","imei1":"10895109330855","imei2":"10895109330855","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171041,"job_number":"JOB_171041","tr_customer_id":171058,"tr_customer_product_id":171048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:34.000Z","modified_at":"2026-01-30T04:19:34.000Z","name":"Austyn Russel","mobile_number":"919-445-3056","email_id":"Gabriel.Renner83@yahoo.com","dop":"2025-06-18","serial_number":"1028878109725905","imei1":"1028878109725905","imei2":"1028878109725905","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171045,"job_number":"JOB_171045","tr_customer_id":171062,"tr_customer_product_id":171052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:42.000Z","modified_at":"2026-01-30T04:19:42.000Z","name":"Blaze Windler","mobile_number":"741-455-9643","email_id":"Tessie.Fritsch@hotmail.com","dop":"2025-04-06","serial_number":"13721468474703484","imei1":"13721468474703484","imei2":"13721468474703484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171046,"job_number":"JOB_171046","tr_customer_id":171063,"tr_customer_product_id":171053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:42.000Z","modified_at":"2026-01-30T04:19:42.000Z","name":"Aileen Kerluke","mobile_number":"380-643-6119","email_id":"Myrtle21@hotmail.com","dop":"2025-04-06","serial_number":"18918815693009616","imei1":"18918815693009616","imei2":"18918815693009616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171047,"job_number":"JOB_171047","tr_customer_id":171064,"tr_customer_product_id":171054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:43.000Z","modified_at":"2026-01-30T04:19:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12361457027404","imei1":"12361457027404","imei2":"12361457027404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171049,"job_number":"JOB_171049","tr_customer_id":171066,"tr_customer_product_id":171056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:45.000Z","modified_at":"2026-01-30T04:19:45.000Z","name":"Caroline Corwin","mobile_number":"997-792-6900","email_id":"Tyrese58@yahoo.com","dop":"2025-04-06","serial_number":"16565555822994826","imei1":"16565555822994826","imei2":"16565555822994826","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171052,"job_number":"JOB_171052","tr_customer_id":171069,"tr_customer_product_id":171059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:50.000Z","modified_at":"2026-01-30T04:19:50.000Z","name":"Maye Rohan","mobile_number":"320-938-6204","email_id":"Fermin51@hotmail.com","dop":"2025-04-06","serial_number":"12352156315327056","imei1":"12352156315327056","imei2":"12352156315327056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171053,"job_number":"JOB_171053","tr_customer_id":171070,"tr_customer_product_id":171060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:51.000Z","modified_at":"2026-01-30T04:19:51.000Z","name":"Crystal Olson","mobile_number":"651-231-8343","email_id":"Dallin.OKon@yahoo.com","dop":"2025-04-06","serial_number":"19996123819039590","imei1":"19996123819039590","imei2":"19996123819039590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171054,"job_number":"JOB_171054","tr_customer_id":171071,"tr_customer_product_id":171061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:51.000Z","modified_at":"2026-01-30T04:19:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14941485891064","imei1":"14941485891064","imei2":"14941485891064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171057,"job_number":"JOB_171057","tr_customer_id":171074,"tr_customer_product_id":171064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:53.000Z","modified_at":"2026-01-30T04:19:53.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14715515236301","imei2":"14715515236301","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171059,"job_number":"JOB_171059","tr_customer_id":171076,"tr_customer_product_id":171066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:53.000Z","modified_at":"2026-01-30T04:19:53.000Z","name":"Damon Reilly","mobile_number":"323-725-6001","email_id":"Mozelle_Becker@gmail.com","dop":"2025-04-06","serial_number":"14380205583874442","imei1":"14380205583874442","imei2":"14380205583874442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171060,"job_number":"JOB_171060","tr_customer_id":171077,"tr_customer_product_id":171067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:54.000Z","modified_at":"2026-01-30T04:19:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15025752619292","imei1":"15025752619292","imei2":"15025752619292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171062,"job_number":"JOB_171062","tr_customer_id":171079,"tr_customer_product_id":171069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:55.000Z","modified_at":"2026-01-30T04:19:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13950459776442","imei1":"13950459776442","imei2":"13950459776442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171064,"job_number":"JOB_171064","tr_customer_id":171081,"tr_customer_product_id":171071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:56.000Z","modified_at":"2026-01-30T04:19:56.000Z","name":"Theo Adams","mobile_number":"251-783-3186","email_id":"Octavia93@yahoo.com","dop":"2025-04-06","serial_number":"19255699621840360","imei1":"19255699621840360","imei2":"19255699621840360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171065,"job_number":"JOB_171065","tr_customer_id":171082,"tr_customer_product_id":171072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:56.000Z","modified_at":"2026-01-30T04:19:56.000Z","name":"Antonio Batz","mobile_number":"412-591-7678","email_id":"Elmo58@gmail.com","dop":"2025-04-06","serial_number":"13191342567792734","imei1":"13191342567792734","imei2":"13191342567792734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171067,"job_number":"JOB_171067","tr_customer_id":171084,"tr_customer_product_id":171074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:00.000Z","modified_at":"2026-01-30T04:20:00.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12808128533471","imei1":"12808128533471","imei2":"12808128533471","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171069,"job_number":"JOB_171069","tr_customer_id":171086,"tr_customer_product_id":171076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:02.000Z","modified_at":"2026-01-30T04:20:02.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13392800680756","imei1":"13392800680756","imei2":"13392800680756","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171072,"job_number":"JOB_171072","tr_customer_id":171089,"tr_customer_product_id":171079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:04.000Z","modified_at":"2026-01-30T04:20:04.000Z","name":"Vince Wyman","mobile_number":"318-735-4395","email_id":"Fannie.Harris48@yahoo.com","dop":"2025-04-06","serial_number":"17750201884445860","imei1":"17750201884445860","imei2":"17750201884445860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171073,"job_number":"JOB_171073","tr_customer_id":171090,"tr_customer_product_id":171080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:05.000Z","modified_at":"2026-01-30T04:20:05.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16190084846242","imei1":"16190084846242","imei2":"16190084846242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171074,"job_number":"JOB_171074","tr_customer_id":171091,"tr_customer_product_id":171081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:05.000Z","modified_at":"2026-01-30T04:20:05.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12747800943565","imei2":"12747800943565","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171077,"job_number":"JOB_171077","tr_customer_id":171094,"tr_customer_product_id":171084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:07.000Z","modified_at":"2026-01-30T04:20:07.000Z","name":"Delbert Kulas","mobile_number":"251-629-9477","email_id":"Kari_Bergstrom@hotmail.com","dop":"2025-04-06","serial_number":"17054645167231580","imei1":"17054645167231580","imei2":"17054645167231580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171080,"job_number":"JOB_171080","tr_customer_id":171097,"tr_customer_product_id":171087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:18.000Z","modified_at":"2026-01-30T04:20:18.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15365346248782","imei2":"15365346248782","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171082,"job_number":"JOB_171082","tr_customer_id":171099,"tr_customer_product_id":171089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:19.000Z","modified_at":"2026-01-30T04:20:19.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10330165628596","imei1":"10330165628596","imei2":"10330165628596","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171086,"job_number":"JOB_171086","tr_customer_id":171103,"tr_customer_product_id":171093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:20.000Z","modified_at":"2026-01-30T04:20:20.000Z","name":"Albin Abshire","mobile_number":"668-514-4248","email_id":"Brianne80@hotmail.com","dop":"2025-06-18","serial_number":"1013847395482759","imei1":"1013847395482759","imei2":"1013847395482759","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171088,"job_number":"JOB_171088","tr_customer_id":171105,"tr_customer_product_id":171095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:28.000Z","modified_at":"2026-01-30T04:20:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10581874528646","imei1":"10581874528646","imei2":"10581874528646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171090,"job_number":"JOB_171090","tr_customer_id":171107,"tr_customer_product_id":171097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:30.000Z","modified_at":"2026-01-30T04:20:30.000Z","name":"Eliseo Barton","mobile_number":"915-373-8311","email_id":"Jordan_Hilll44@yahoo.com","dop":"2025-04-06","serial_number":"15977513941612628","imei1":"15977513941612628","imei2":"15977513941612628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171091,"job_number":"JOB_171091","tr_customer_id":171108,"tr_customer_product_id":171098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:34.000Z","modified_at":"2026-01-30T04:20:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11415388515443","imei1":"11415388515443","imei2":"11415388515443","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171093,"job_number":"JOB_171093","tr_customer_id":171110,"tr_customer_product_id":171100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:36.000Z","modified_at":"2026-01-30T04:20:36.000Z","name":"Benton Grimes","mobile_number":"721-746-1293","email_id":"Ivy28@yahoo.com","dop":"2025-04-06","serial_number":"16799141910559824","imei1":"16799141910559824","imei2":"16799141910559824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171094,"job_number":"JOB_171094","tr_customer_id":171111,"tr_customer_product_id":171101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:38.000Z","modified_at":"2026-01-30T04:20:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12632828275217","imei1":"12632828275217","imei2":"12632828275217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171096,"job_number":"JOB_171096","tr_customer_id":171113,"tr_customer_product_id":171103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:40.000Z","modified_at":"2026-01-30T04:20:40.000Z","name":"Rafaela Robel","mobile_number":"606-473-1412","email_id":"Niko_Cremin41@yahoo.com","dop":"2025-04-06","serial_number":"14855586315233018","imei1":"14855586315233018","imei2":"14855586315233018","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171097,"job_number":"JOB_171097","tr_customer_id":171114,"tr_customer_product_id":171104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:40.000Z","modified_at":"2026-01-30T04:20:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10494375396360","imei1":"10494375396360","imei2":"10494375396360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171098,"job_number":"JOB_171098","tr_customer_id":171115,"tr_customer_product_id":171105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:40.000Z","modified_at":"2026-01-30T04:20:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18571171140244","imei1":"18571171140244","imei2":"18571171140244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171101,"job_number":"JOB_171101","tr_customer_id":171118,"tr_customer_product_id":171108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:42.000Z","modified_at":"2026-01-30T04:20:42.000Z","name":"Sydnee Becker","mobile_number":"569-792-1918","email_id":"Valentina_Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11952295467953676","imei1":"11952295467953676","imei2":"11952295467953676","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171102,"job_number":"JOB_171102","tr_customer_id":171119,"tr_customer_product_id":171109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:42.000Z","modified_at":"2026-01-30T04:20:42.000Z","name":"Myrtice Schuster","mobile_number":"923-364-7912","email_id":"Rashawn.Tromp@gmail.com","dop":"2025-04-06","serial_number":"12395316043665006","imei1":"12395316043665006","imei2":"12395316043665006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171103,"job_number":"JOB_171103","tr_customer_id":171120,"tr_customer_product_id":171110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:42.000Z","modified_at":"2026-01-30T04:20:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19002422177703","imei1":"19002422177703","imei2":"19002422177703","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171105,"job_number":"JOB_171105","tr_customer_id":171122,"tr_customer_product_id":171112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:44.000Z","modified_at":"2026-01-30T04:20:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"80711761283779","imei1":"80711761283779","imei2":"80711761283779","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171106,"job_number":"JOB_171106","tr_customer_id":171123,"tr_customer_product_id":171113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:46.000Z","modified_at":"2026-01-30T04:20:46.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"18197846890188","imei1":"18197846890188","imei2":"18197846890188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171108,"job_number":"JOB_171108","tr_customer_id":171125,"tr_customer_product_id":171115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:47.000Z","modified_at":"2026-01-30T04:20:47.000Z","name":"Oran Nienow","mobile_number":"397-941-2205","email_id":"Abdul94@yahoo.com","dop":"2025-04-06","serial_number":"14063647880324328","imei1":"14063647880324328","imei2":"14063647880324328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171110,"job_number":"JOB_171110","tr_customer_id":171127,"tr_customer_product_id":171117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:48.000Z","modified_at":"2026-01-30T04:20:48.000Z","name":"Aurore Conroy","mobile_number":"288-596-5512","email_id":"Gabriella_Ratke@hotmail.com","dop":"2025-05-30","serial_number":"10089821720810","imei1":"10089821720810","imei2":"10089821720810","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171111,"job_number":"JOB_171111","tr_customer_id":171128,"tr_customer_product_id":171118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"Anibal Nikolaus","mobile_number":"478-758-5801","email_id":"Meaghan.Abernathy@hotmail.com","dop":"2025-05-30","serial_number":"1813197567218586","imei1":"1813197567218586","imei2":"1813197567218586","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171112,"job_number":"JOB_171112","tr_customer_id":171129,"tr_customer_product_id":171119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13047304828854","imei1":"13047304828854","imei2":"13047304828854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171118,"job_number":"JOB_171118","tr_customer_id":171135,"tr_customer_product_id":171125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:52.000Z","modified_at":"2026-01-30T04:20:52.000Z","name":"Hailee Stracke","mobile_number":"825-612-5890","email_id":"Mac67@hotmail.com","dop":"2025-04-06","serial_number":"18361725382543070","imei1":"18361725382543070","imei2":"18361725382543070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171119,"job_number":"JOB_171119","tr_customer_id":171136,"tr_customer_product_id":171126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:00.000Z","modified_at":"2026-01-30T04:21:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10184379292826","imei1":"10184379292826","imei2":"10184379292826","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171122,"job_number":"JOB_171122","tr_customer_id":171139,"tr_customer_product_id":171129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:01.000Z","modified_at":"2026-01-30T04:21:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13335602592566","imei1":"13335602592566","imei2":"13335602592566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171123,"job_number":"JOB_171123","tr_customer_id":171140,"tr_customer_product_id":171130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:02.000Z","modified_at":"2026-01-30T04:21:02.000Z","name":"Violette Barrows","mobile_number":"452-733-4096","email_id":"Augustus_Lehner6@yahoo.com","dop":"2025-04-06","serial_number":"11656714429718438","imei1":"11656714429718438","imei2":"11656714429718438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171127,"job_number":"JOB_171127","tr_customer_id":171144,"tr_customer_product_id":171134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Kyle Spinka","mobile_number":"565-657-5062","email_id":"Janiya_Rath4@yahoo.com","dop":"2025-04-06","serial_number":"17482730694206884","imei1":"17482730694206884","imei2":"17482730694206884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171132,"job_number":"JOB_171132","tr_customer_id":171149,"tr_customer_product_id":171139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:05.000Z","modified_at":"2026-01-30T04:21:05.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10336441282836","imei1":"10336441282836","imei2":"10336441282836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171135,"job_number":"JOB_171135","tr_customer_id":171152,"tr_customer_product_id":171142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:07.000Z","modified_at":"2026-01-30T04:21:07.000Z","name":"Lexus Boehm","mobile_number":"361-387-7956","email_id":"Kailee.Hills16@gmail.com","dop":"2025-04-06","serial_number":"12756185417395368","imei1":"12756185417395368","imei2":"12756185417395368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171136,"job_number":"JOB_171136","tr_customer_id":171153,"tr_customer_product_id":171143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:10.000Z","modified_at":"2026-01-30T04:21:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12725752505415","imei1":"12725752505415","imei2":"12725752505415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171137,"job_number":"JOB_171137","tr_customer_id":171154,"tr_customer_product_id":171144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:10.000Z","modified_at":"2026-01-30T04:21:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13714293502617","imei1":"13714293502617","imei2":"13714293502617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171140,"job_number":"JOB_171140","tr_customer_id":171157,"tr_customer_product_id":171147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:12.000Z","modified_at":"2026-01-30T04:21:12.000Z","name":"Aurore Flatley","mobile_number":"563-354-8191","email_id":"Brook22@yahoo.com","dop":"2025-04-06","serial_number":"19090094799952550","imei1":"19090094799952550","imei2":"19090094799952550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171141,"job_number":"JOB_171141","tr_customer_id":171158,"tr_customer_product_id":171148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:12.000Z","modified_at":"2026-01-30T04:21:12.000Z","name":"Karen Klein","mobile_number":"258-217-4678","email_id":"Estell_Nolan26@yahoo.com","dop":"2025-04-06","serial_number":"14398215357247750","imei1":"14398215357247750","imei2":"14398215357247750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171142,"job_number":"JOB_171142","tr_customer_id":171159,"tr_customer_product_id":171149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:13.000Z","modified_at":"2026-01-30T04:21:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18176245766075","imei1":"18176245766075","imei2":"18176245766075","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171146,"job_number":"JOB_171146","tr_customer_id":171163,"tr_customer_product_id":171153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:15.000Z","modified_at":"2026-01-30T04:21:15.000Z","name":"Erin Wunsch","mobile_number":"500-861-9769","email_id":"Marjory.Schmidt@gmail.com","dop":"2025-04-06","serial_number":"15846851874623872","imei1":"15846851874623872","imei2":"15846851874623872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171147,"job_number":"JOB_171147","tr_customer_id":171164,"tr_customer_product_id":171154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:20.000Z","modified_at":"2026-01-30T04:21:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11643954952817","imei1":"11643954952817","imei2":"11643954952817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171149,"job_number":"JOB_171149","tr_customer_id":171166,"tr_customer_product_id":171156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:22.000Z","modified_at":"2026-01-30T04:21:22.000Z","name":"Grayce Steuber","mobile_number":"433-929-2924","email_id":"Aurelia42@yahoo.com","dop":"2025-04-06","serial_number":"10050657199825186","imei1":"10050657199825186","imei2":"10050657199825186","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171151,"job_number":"JOB_171151","tr_customer_id":171168,"tr_customer_product_id":171158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:23.000Z","modified_at":"2026-01-30T04:21:23.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13975514375578","imei1":"13975514375578","imei2":"13975514375578","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171153,"job_number":"JOB_171153","tr_customer_id":171170,"tr_customer_product_id":171160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:24.000Z","modified_at":"2026-01-30T04:21:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12572575665778","imei1":"12572575665778","imei2":"12572575665778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171155,"job_number":"JOB_171155","tr_customer_id":171172,"tr_customer_product_id":171162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:25.000Z","modified_at":"2026-01-30T04:21:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"79939252957262","imei1":"79939252957262","imei2":"79939252957262","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171156,"job_number":"JOB_171156","tr_customer_id":171173,"tr_customer_product_id":171163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:25.000Z","modified_at":"2026-01-30T04:21:25.000Z","name":"Aniya Murazik","mobile_number":"322-627-0002","email_id":"Winfield_Vandervort@gmail.com","dop":"2025-04-06","serial_number":"16659236109275940","imei1":"16659236109275940","imei2":"16659236109275940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171157,"job_number":"JOB_171157","tr_customer_id":171174,"tr_customer_product_id":171164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:26.000Z","modified_at":"2026-01-30T04:21:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15910569634426","imei1":"15910569634426","imei2":"15910569634426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171158,"job_number":"JOB_171158","tr_customer_id":171175,"tr_customer_product_id":171165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:26.000Z","modified_at":"2026-01-30T04:21:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16872699326375","imei1":"16872699326375","imei2":"16872699326375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171161,"job_number":"JOB_171161","tr_customer_id":171178,"tr_customer_product_id":171168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:27.000Z","modified_at":"2026-01-30T04:21:27.000Z","name":"Mustafa Kuhn","mobile_number":"912-493-1338","email_id":"Malinda_Corkery@yahoo.com","dop":"2025-04-06","serial_number":"14035183049595468","imei1":"14035183049595468","imei2":"14035183049595468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171162,"job_number":"JOB_171162","tr_customer_id":171179,"tr_customer_product_id":171169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:28.000Z","modified_at":"2026-01-30T04:21:28.000Z","name":"Janet Wisozk","mobile_number":"451-478-0380","email_id":"Zachery.Trantow@hotmail.com","dop":"2025-04-06","serial_number":"17314327491275152","imei1":"17314327491275152","imei2":"17314327491275152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171167,"job_number":"JOB_171167","tr_customer_id":171184,"tr_customer_product_id":171174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:36.000Z","modified_at":"2026-01-30T04:21:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19349527487445","imei1":"19349527487445","imei2":"19349527487445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171169,"job_number":"JOB_171169","tr_customer_id":171186,"tr_customer_product_id":171176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:37.000Z","modified_at":"2026-01-30T04:21:37.000Z","name":"Tristin Rice","mobile_number":"964-441-2429","email_id":"Casimer1@yahoo.com","dop":"2025-04-06","serial_number":"11065823219439082","imei1":"11065823219439082","imei2":"11065823219439082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171170,"job_number":"JOB_171170","tr_customer_id":171187,"tr_customer_product_id":171177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:41.000Z","modified_at":"2026-01-30T04:21:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11013865804194","imei1":"11013865804194","imei2":"11013865804194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171172,"job_number":"JOB_171172","tr_customer_id":171189,"tr_customer_product_id":171179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:43.000Z","modified_at":"2026-01-30T04:21:43.000Z","name":"Mose Cole","mobile_number":"294-329-7352","email_id":"Antone36@gmail.com","dop":"2025-04-06","serial_number":"10074333549551858","imei1":"10074333549551858","imei2":"10074333549551858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171173,"job_number":"JOB_171173","tr_customer_id":171190,"tr_customer_product_id":171180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:46.000Z","modified_at":"2026-01-30T04:21:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11456612834737","imei1":"11456612834737","imei2":"11456612834737","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171178,"job_number":"JOB_171178","tr_customer_id":171195,"tr_customer_product_id":171185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:48.000Z","modified_at":"2026-01-30T04:21:48.000Z","name":"Ashlee Feest","mobile_number":"238-405-9120","email_id":"Anjali_Steuber63@gmail.com","dop":"2025-04-06","serial_number":"15591575254436972","imei1":"15591575254436972","imei2":"15591575254436972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171182,"job_number":"JOB_171182","tr_customer_id":171199,"tr_customer_product_id":171189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:49.000Z","modified_at":"2026-01-30T04:21:49.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"19182914204528","imei1":"19182914204528","imei2":"19182914204528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171185,"job_number":"JOB_171185","tr_customer_id":171202,"tr_customer_product_id":171192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:51.000Z","modified_at":"2026-01-30T04:21:51.000Z","name":"Forest Bernhard","mobile_number":"588-635-6685","email_id":"Justine.Trantow@gmail.com","dop":"2025-04-06","serial_number":"19613373375737250","imei1":"19613373375737250","imei2":"19613373375737250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171186,"job_number":"JOB_171186","tr_customer_id":171203,"tr_customer_product_id":171193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:53.000Z","modified_at":"2026-01-30T04:21:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19045978191441","imei1":"19045978191441","imei2":"19045978191441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171188,"job_number":"JOB_171188","tr_customer_id":171205,"tr_customer_product_id":171195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:54.000Z","modified_at":"2026-01-30T04:21:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18107180046001","imei1":"18107180046001","imei2":"18107180046001","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171190,"job_number":"JOB_171190","tr_customer_id":171207,"tr_customer_product_id":171197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:55.000Z","modified_at":"2026-01-30T04:21:55.000Z","name":"Neva Ruecker","mobile_number":"865-843-6317","email_id":"Manuel0@gmail.com","dop":"2025-04-06","serial_number":"14774233739138378","imei1":"14774233739138378","imei2":"14774233739138378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171191,"job_number":"JOB_171191","tr_customer_id":171208,"tr_customer_product_id":171198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:55.000Z","modified_at":"2026-01-30T04:21:56.000Z","name":"Abigale Schowalter","mobile_number":"426-725-5354","email_id":"Cullen69@gmail.com","dop":"2025-04-06","serial_number":"19622860221436948","imei1":"19622860221436948","imei2":"19622860221436948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171195,"job_number":"JOB_171195","tr_customer_id":171212,"tr_customer_product_id":171202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:05.000Z","modified_at":"2026-01-30T04:22:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10791529943008","imei1":"10791529943008","imei2":"10791529943008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171197,"job_number":"JOB_171197","tr_customer_id":171214,"tr_customer_product_id":171204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:07.000Z","modified_at":"2026-01-30T04:22:07.000Z","name":"Benny Sporer","mobile_number":"497-543-1503","email_id":"Vinnie_Frami@hotmail.com","dop":"2025-04-06","serial_number":"14909847439509902","imei1":"14909847439509902","imei2":"14909847439509902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171198,"job_number":"JOB_171198","tr_customer_id":171215,"tr_customer_product_id":171205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:21.000Z","modified_at":"2026-01-30T04:22:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19486982035805","imei1":"19486982035805","imei2":"19486982035805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171200,"job_number":"JOB_171200","tr_customer_id":171217,"tr_customer_product_id":171207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:23.000Z","modified_at":"2026-01-30T04:22:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18092013293194","imei1":"18092013293194","imei2":"18092013293194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171201,"job_number":"JOB_171201","tr_customer_id":171218,"tr_customer_product_id":171208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:23.000Z","modified_at":"2026-01-30T04:22:23.000Z","name":"Yasmin Stiedemann","mobile_number":"637-956-7788","email_id":"Jovany_Dare71@gmail.com","dop":"2025-04-06","serial_number":"18322374918490020","imei1":"18322374918490020","imei2":"18322374918490020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171203,"job_number":"JOB_171203","tr_customer_id":171220,"tr_customer_product_id":171210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:24.000Z","modified_at":"2026-01-30T04:22:24.000Z","name":"Shanny Langosh","mobile_number":"479-821-8901","email_id":"Lelah.Frami51@hotmail.com","dop":"2025-04-06","serial_number":"15749746972984424","imei1":"15749746972984424","imei2":"15749746972984424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171204,"job_number":"JOB_171204","tr_customer_id":171221,"tr_customer_product_id":171211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:31.000Z","modified_at":"2026-01-30T04:22:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10399943841144","imei1":"10399943841144","imei2":"10399943841144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171206,"job_number":"JOB_171206","tr_customer_id":171223,"tr_customer_product_id":171213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:32.000Z","modified_at":"2026-01-30T04:22:32.000Z","name":"Amalia Mills","mobile_number":"324-681-8598","email_id":"Ron28@yahoo.com","dop":"2025-04-06","serial_number":"15970487449770618","imei1":"15970487449770618","imei2":"15970487449770618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171210,"job_number":"JOB_171210","tr_customer_id":171227,"tr_customer_product_id":171217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:36.000Z","modified_at":"2026-01-30T04:22:36.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15597096697630","imei1":"15597096697630","imei2":"15597096697630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171212,"job_number":"JOB_171212","tr_customer_id":171229,"tr_customer_product_id":171219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:37.000Z","modified_at":"2026-01-30T04:22:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10438647031695","imei1":"10438647031695","imei2":"10438647031695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171213,"job_number":"JOB_171213","tr_customer_id":171230,"tr_customer_product_id":171220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:37.000Z","modified_at":"2026-01-30T04:22:37.000Z","name":"Madelyn Crona","mobile_number":"617-893-3283","email_id":"Connie_Metz87@gmail.com","dop":"2025-04-06","serial_number":"15166292613630514","imei1":"15166292613630514","imei2":"15166292613630514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171215,"job_number":"JOB_171215","tr_customer_id":171232,"tr_customer_product_id":171222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:39.000Z","modified_at":"2026-01-30T04:22:39.000Z","name":"Stanford Hermiston","mobile_number":"309-949-8683","email_id":"Monte55@hotmail.com","dop":"2025-04-06","serial_number":"16523640268083688","imei1":"16523640268083688","imei2":"16523640268083688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171216,"job_number":"JOB_171216","tr_customer_id":171233,"tr_customer_product_id":171223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:24.000Z","modified_at":"2026-01-30T04:26:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68165893365844","imei1":"68165893365844","imei2":"68165893365844","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171217,"job_number":"JOB_171217","tr_customer_id":171234,"tr_customer_product_id":171224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:25.000Z","modified_at":"2026-01-30T04:26:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50230575454873","imei1":"50230575454873","imei2":"50230575454873","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171218,"job_number":"JOB_171218","tr_customer_id":171235,"tr_customer_product_id":171225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:25.000Z","modified_at":"2026-01-30T04:26:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45516248057217","imei1":"45516248057217","imei2":"45516248057217","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171219,"job_number":"JOB_171219","tr_customer_id":171236,"tr_customer_product_id":171226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:25.000Z","modified_at":"2026-01-30T04:26:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97918493716764","imei1":"97918493716764","imei2":"97918493716764","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171220,"job_number":"JOB_171220","tr_customer_id":171237,"tr_customer_product_id":171227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:26.000Z","modified_at":"2026-01-30T04:26:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42590853375783","imei1":"42590853375783","imei2":"42590853375783","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171221,"job_number":"JOB_171221","tr_customer_id":171238,"tr_customer_product_id":171228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:26.000Z","modified_at":"2026-01-30T04:26:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50111375755706","imei1":"50111375755706","imei2":"50111375755706","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171223,"job_number":"JOB_171223","tr_customer_id":171240,"tr_customer_product_id":171230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:58.000Z","modified_at":"2026-01-30T04:26:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32360882111424","imei1":"32360882111424","imei2":"32360882111424","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171224,"job_number":"JOB_171224","tr_customer_id":171241,"tr_customer_product_id":171231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:58.000Z","modified_at":"2026-01-30T04:26:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36696771861835","imei1":"36696771861835","imei2":"36696771861835","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171225,"job_number":"JOB_171225","tr_customer_id":171242,"tr_customer_product_id":171232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:58.000Z","modified_at":"2026-01-30T04:26:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"77356460039342","imei1":"77356460039342","imei2":"77356460039342","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171226,"job_number":"JOB_171226","tr_customer_id":171243,"tr_customer_product_id":171233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:59.000Z","modified_at":"2026-01-30T04:26:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"44813251435698","imei1":"44813251435698","imei2":"44813251435698","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171227,"job_number":"JOB_171227","tr_customer_id":171244,"tr_customer_product_id":171234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:59.000Z","modified_at":"2026-01-30T04:26:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40196297666119","imei1":"40196297666119","imei2":"40196297666119","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171228,"job_number":"JOB_171228","tr_customer_id":171245,"tr_customer_product_id":171235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:59.000Z","modified_at":"2026-01-30T04:26:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34266284520785","imei1":"34266284520785","imei2":"34266284520785","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171230,"job_number":"JOB_171230","tr_customer_id":171247,"tr_customer_product_id":171237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:30.000Z","modified_at":"2026-01-30T04:27:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69066471103613","imei1":"69066471103613","imei2":"69066471103613","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171231,"job_number":"JOB_171231","tr_customer_id":171248,"tr_customer_product_id":171238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:31.000Z","modified_at":"2026-01-30T04:27:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41548994759976","imei1":"41548994759976","imei2":"41548994759976","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171232,"job_number":"JOB_171232","tr_customer_id":171249,"tr_customer_product_id":171239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:31.000Z","modified_at":"2026-01-30T04:27:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50398662904799","imei1":"50398662904799","imei2":"50398662904799","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171233,"job_number":"JOB_171233","tr_customer_id":171250,"tr_customer_product_id":171240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:31.000Z","modified_at":"2026-01-30T04:27:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92289060463279","imei1":"92289060463279","imei2":"92289060463279","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171234,"job_number":"JOB_171234","tr_customer_id":171251,"tr_customer_product_id":171241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:32.000Z","modified_at":"2026-01-30T04:27:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95043084725679","imei1":"95043084725679","imei2":"95043084725679","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171235,"job_number":"JOB_171235","tr_customer_id":171252,"tr_customer_product_id":171242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:32.000Z","modified_at":"2026-01-30T04:27:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40314052249079","imei1":"40314052249079","imei2":"40314052249079","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171239,"job_number":"JOB_171239","tr_customer_id":171256,"tr_customer_product_id":171246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:06:28.000Z","modified_at":"2026-01-30T05:06:28.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"44492326259131","imei1":"44492326259131","imei2":"44492326259131","popurl":"2026-01-20T05:06:28.238559035Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:06:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171240,"job_number":"JOB_171240","tr_customer_id":171257,"tr_customer_product_id":171247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:06:31.000Z","modified_at":"2026-01-30T05:06:31.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"94988867562782","imei1":"94988867562782","imei2":"94988867562782","popurl":"2026-01-20T05:06:30.816405359Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:06:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171241,"job_number":"JOB_171241","tr_customer_id":171258,"tr_customer_product_id":171248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:11:43.000Z","modified_at":"2026-01-30T05:11:43.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103654342872658","imei1":"103654342872658","imei2":"103654342872658","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:11:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171243,"job_number":"JOB_171243","tr_customer_id":171260,"tr_customer_product_id":171250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:11:56.000Z","modified_at":"2026-01-30T05:11:56.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109721411806758","imei1":"109721411806758","imei2":"109721411806758","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:11:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171246,"job_number":"JOB_171246","tr_customer_id":171263,"tr_customer_product_id":171253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:30:05.000Z","modified_at":"2026-01-30T05:30:06.000Z","name":"Hillary Huels","mobile_number":"440-720-2758","email_id":"Parker.Franecki52@hotmail.com","dop":"2025-04-06","serial_number":"13442540163156602","imei1":"13442540163156602","imei2":"13442540163156602","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:30:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171248,"job_number":"JOB_171248","tr_customer_id":171265,"tr_customer_product_id":171255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:30:34.000Z","modified_at":"2026-01-30T05:30:34.000Z","name":"Sadie Hills","mobile_number":"486-376-6669","email_id":"Adriana92@gmail.com","dop":"2025-04-06","serial_number":"10176398618220392","imei1":"10176398618220392","imei2":"10176398618220392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:30:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171250,"job_number":"JOB_171250","tr_customer_id":171267,"tr_customer_product_id":171257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:36:00.000Z","modified_at":"2026-01-30T05:36:00.000Z","name":"Cindy Weber","mobile_number":"793-436-1824","email_id":"Brisa.McLaughlin@gmail.com","dop":"2025-04-06","serial_number":"16464233850864918","imei1":"16464233850864918","imei2":"16464233850864918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171252,"job_number":"JOB_171252","tr_customer_id":171269,"tr_customer_product_id":171259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:36:45.000Z","modified_at":"2026-01-30T05:36:45.000Z","name":"Ruthie West","mobile_number":"936-777-9716","email_id":"Jaylan.Champlin@yahoo.com","dop":"2025-04-06","serial_number":"18938842716442600","imei1":"18938842716442600","imei2":"18938842716442600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171254,"job_number":"JOB_171254","tr_customer_id":171271,"tr_customer_product_id":171261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:37:30.000Z","modified_at":"2026-01-30T05:37:30.000Z","name":"Tyreek Miller","mobile_number":"262-217-5818","email_id":"Leanne.Kutch@gmail.com","dop":"2025-04-06","serial_number":"12247188256887778","imei1":"12247188256887778","imei2":"12247188256887778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:37:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171255,"job_number":"JOB_171255","tr_customer_id":171272,"tr_customer_product_id":171262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Mechelle Stracke","mobile_number":"7099314516","email_id":"windy.gleason@yahoo.com","dop":"2026-01-20","serial_number":"572666053020437","imei1":"498384250923512","imei2":"890435172846539","popurl":"www.leoma-swaniawski.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171256,"job_number":"JOB_171256","tr_customer_id":171273,"tr_customer_product_id":171263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Cedrick Franecki","mobile_number":"7078678597","email_id":"shelba.hessel@gmail.com","dop":"2026-01-20","serial_number":"238276324961790","imei1":"010576607716187","imei2":"163987280620345","popurl":"www.providencia-greenholt.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171257,"job_number":"JOB_171257","tr_customer_id":171274,"tr_customer_product_id":171264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Ceola Nitzsche","mobile_number":"7054427024","email_id":"claud.medhurst@gmail.com","dop":"2026-01-20","serial_number":"768356234766334","imei1":"452469915347785","imei2":"325373290351874","popurl":"www.kristian-ritchie.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171258,"job_number":"JOB_171258","tr_customer_id":171275,"tr_customer_product_id":171265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Clark Yost","mobile_number":"7036900967","email_id":"lyle.goodwin@hotmail.com","dop":"2026-01-20","serial_number":"491884467495444","imei1":"016174267256365","imei2":"912381369241386","popurl":"www.marco-swift.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171259,"job_number":"JOB_171259","tr_customer_id":171276,"tr_customer_product_id":171266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Margarette Lueilwitz","mobile_number":"7085478763","email_id":"julio.koch@yahoo.com","dop":"2026-01-20","serial_number":"412860258341152","imei1":"813171604214463","imei2":"485612585521118","popurl":"www.jonathon-wilkinson.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171260,"job_number":"JOB_171260","tr_customer_id":171277,"tr_customer_product_id":171267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Laronda Torphy","mobile_number":"7025021474","email_id":"william.stehr@gmail.com","dop":"2026-01-20","serial_number":"972441054471604","imei1":"686754197654528","imei2":"926554475411645","popurl":"www.abram-hansen.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171261,"job_number":"JOB_171261","tr_customer_id":171278,"tr_customer_product_id":171268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Chester Hayes","mobile_number":"7045727611","email_id":"luetta.waters@gmail.com","dop":"2026-01-20","serial_number":"838903341815602","imei1":"976467245767710","imei2":"795221116181019","popurl":"www.maryalice-prosacco.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171262,"job_number":"JOB_171262","tr_customer_id":171279,"tr_customer_product_id":171269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Sharmaine Morar","mobile_number":"7049135324","email_id":"norah.johnson@hotmail.com","dop":"2026-01-20","serial_number":"929996546076416","imei1":"573566954401823","imei2":"761359974709772","popurl":"www.fred-wisoky.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171263,"job_number":"JOB_171263","tr_customer_id":171280,"tr_customer_product_id":171270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Vi Harber","mobile_number":"7064000175","email_id":"leigh.bergnaum@hotmail.com","dop":"2026-01-20","serial_number":"616610043460910","imei1":"155654986123458","imei2":"310585677560027","popurl":"www.emilio-schoen.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171264,"job_number":"JOB_171264","tr_customer_id":171281,"tr_customer_product_id":171271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Mina Lesch","mobile_number":"7082372665","email_id":"suzie.marks@yahoo.com","dop":"2026-01-20","serial_number":"701044727612722","imei1":"376613410787939","imei2":"942991546876059","popurl":"www.joe-buckridge.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171265,"job_number":"JOB_171265","tr_customer_id":171282,"tr_customer_product_id":171272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Wilburn Bergstrom","mobile_number":"7013353968","email_id":"asa.ryan@gmail.com","dop":"2026-01-20","serial_number":"623635974871693","imei1":"242619460205683","imei2":"965083142035508","popurl":"www.megan-kuhic.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171266,"job_number":"JOB_171266","tr_customer_id":171284,"tr_customer_product_id":171273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Jacinto Kozey","mobile_number":"7022960780","email_id":"adan.kihn@yahoo.com","dop":"2026-01-20","serial_number":"573428908551433","imei1":"054924308963273","imei2":"284649389869029","popurl":"www.emmitt-schulist.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171267,"job_number":"JOB_171267","tr_customer_id":171283,"tr_customer_product_id":171274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Conception Mills","mobile_number":"7045496618","email_id":"daphne.mayer@gmail.com","dop":"2026-01-20","serial_number":"263444539501114","imei1":"164269333423350","imei2":"644376740033112","popurl":"www.nery-kuphal.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171268,"job_number":"JOB_171268","tr_customer_id":171285,"tr_customer_product_id":171275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Floyd Jaskolski","mobile_number":"7052180863","email_id":"latashia.beahan@yahoo.com","dop":"2026-01-20","serial_number":"380992307916679","imei1":"944089403776228","imei2":"617770173665034","popurl":"www.miquel-flatley.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171269,"job_number":"JOB_171269","tr_customer_id":171286,"tr_customer_product_id":171276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Shela Bashirian","mobile_number":"7054494394","email_id":"kittie.hettinger@gmail.com","dop":"2026-01-20","serial_number":"060213496186556","imei1":"289633814379277","imei2":"422413910083233","popurl":"www.humberto-hammes.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171270,"job_number":"JOB_171270","tr_customer_id":171287,"tr_customer_product_id":171277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Darius Anderson","mobile_number":"7097564929","email_id":"odette.keeling@yahoo.com","dop":"2026-01-20","serial_number":"758725336219691","imei1":"578129971270282","imei2":"900822568283921","popurl":"www.donnie-hirthe.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171271,"job_number":"JOB_171271","tr_customer_id":171288,"tr_customer_product_id":171278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Felisha Senger","mobile_number":"7002630667","email_id":"babara.hauck@gmail.com","dop":"2026-01-20","serial_number":"713857290800578","imei1":"498239871993302","imei2":"069643077108131","popurl":"www.patricia-glover.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171272,"job_number":"JOB_171272","tr_customer_id":171289,"tr_customer_product_id":171279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Martin Herzog","mobile_number":"7048489618","email_id":"stewart.boyle@yahoo.com","dop":"2026-01-20","serial_number":"642548287437421","imei1":"001494208315496","imei2":"220970376417477","popurl":"www.frederica-durgan.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171273,"job_number":"JOB_171273","tr_customer_id":171291,"tr_customer_product_id":171280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Charity Hagenes","mobile_number":"7056781630","email_id":"edwardo.schulist@yahoo.com","dop":"2026-01-20","serial_number":"207775557780019","imei1":"141317159035208","imei2":"770188941722539","popurl":"www.nikki-cassin.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171274,"job_number":"JOB_171274","tr_customer_id":171290,"tr_customer_product_id":171281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Margarito Purdy","mobile_number":"7049896781","email_id":"nelda.sauer@hotmail.com","dop":"2026-01-20","serial_number":"555087379422001","imei1":"781499275048964","imei2":"068666357976210","popurl":"www.dia-stokes.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171275,"job_number":"JOB_171275","tr_customer_id":171292,"tr_customer_product_id":171282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Eura Swift","mobile_number":"7001842203","email_id":"stewart.kuvalis@yahoo.com","dop":"2026-01-20","serial_number":"826652378492166","imei1":"677566223021085","imei2":"460924875045151","popurl":"www.gwyn-wiza.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171276,"job_number":"JOB_171276","tr_customer_id":171293,"tr_customer_product_id":171283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Patrick Hudson","mobile_number":"7018081216","email_id":"paul.waters@hotmail.com","dop":"2026-01-20","serial_number":"380785726166291","imei1":"500837556582087","imei2":"956176460929887","popurl":"www.robt-wunsch.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171277,"job_number":"JOB_171277","tr_customer_id":171294,"tr_customer_product_id":171284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Hai Jakubowski","mobile_number":"7036325365","email_id":"harry.becker@yahoo.com","dop":"2026-01-20","serial_number":"400672857448585","imei1":"906922527643994","imei2":"116140246894846","popurl":"www.chuck-powlowski.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171278,"job_number":"JOB_171278","tr_customer_id":171295,"tr_customer_product_id":171285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Rosetta MacGyver","mobile_number":"7001482526","email_id":"kurtis.dare@hotmail.com","dop":"2026-01-20","serial_number":"948980902782389","imei1":"110367369457101","imei2":"538514891420431","popurl":"www.toi-gutmann.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171279,"job_number":"JOB_171279","tr_customer_id":171296,"tr_customer_product_id":171286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Merrie Davis","mobile_number":"7070612816","email_id":"rey.armstrong@hotmail.com","dop":"2026-01-20","serial_number":"981135890916648","imei1":"432334546733783","imei2":"633851218106331","popurl":"www.galen-johnson.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171280,"job_number":"JOB_171280","tr_customer_id":171297,"tr_customer_product_id":171287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Rogelio Howell","mobile_number":"7047198962","email_id":"tama.bosco@hotmail.com","dop":"2026-01-20","serial_number":"620230799896431","imei1":"382577882871484","imei2":"651505170758353","popurl":"www.rocio-yost.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171281,"job_number":"JOB_171281","tr_customer_id":171298,"tr_customer_product_id":171288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Jerrold Hettinger","mobile_number":"7014609769","email_id":"alfonso.nitzsche@gmail.com","dop":"2026-01-20","serial_number":"298271036192099","imei1":"493301056721234","imei2":"806543001633283","popurl":"www.leif-leannon.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171282,"job_number":"JOB_171282","tr_customer_id":171299,"tr_customer_product_id":171289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Leia Wilderman","mobile_number":"7081764293","email_id":"charlie.kshlerin@yahoo.com","dop":"2026-01-20","serial_number":"847215224174939","imei1":"616657187339376","imei2":"790766060331074","popurl":"www.elroy-buckridge.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171283,"job_number":"JOB_171283","tr_customer_id":171300,"tr_customer_product_id":171290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Corina Keebler","mobile_number":"7012242008","email_id":"donte.armstrong@gmail.com","dop":"2026-01-20","serial_number":"254436800512874","imei1":"542141292010198","imei2":"677410120059873","popurl":"www.monte-douglas.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171284,"job_number":"JOB_171284","tr_customer_id":171301,"tr_customer_product_id":171291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Ping Williamson","mobile_number":"7019746611","email_id":"tommie.predovic@yahoo.com","dop":"2026-01-20","serial_number":"091790878881049","imei1":"177114594404262","imei2":"853646222958487","popurl":"www.olen-kuhn.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171285,"job_number":"JOB_171285","tr_customer_id":171302,"tr_customer_product_id":171292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Gertie Feil","mobile_number":"7053090139","email_id":"jimmie.borer@gmail.com","dop":"2026-01-20","serial_number":"606341795059464","imei1":"631296331161559","imei2":"941897190477117","popurl":"www.fermin-baumbach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171286,"job_number":"JOB_171286","tr_customer_id":171303,"tr_customer_product_id":171293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Heriberto Dare","mobile_number":"7050317234","email_id":"jonas.schneider@gmail.com","dop":"2026-01-20","serial_number":"521380277078461","imei1":"449668329731456","imei2":"542018027928858","popurl":"www.dave-beahan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171287,"job_number":"JOB_171287","tr_customer_id":171304,"tr_customer_product_id":171294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Marlyn Schiller","mobile_number":"7099628598","email_id":"val.barrows@yahoo.com","dop":"2026-01-20","serial_number":"916071023365421","imei1":"720851075151568","imei2":"400866920625810","popurl":"www.charlette-willms.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171288,"job_number":"JOB_171288","tr_customer_id":171305,"tr_customer_product_id":171295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Kirsten Senger","mobile_number":"7097079404","email_id":"dexter.gleason@hotmail.com","dop":"2026-01-20","serial_number":"563714483928251","imei1":"123991720083125","imei2":"002947736462201","popurl":"www.georgene-ullrich.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171289,"job_number":"JOB_171289","tr_customer_id":171306,"tr_customer_product_id":171296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Kam Lowe","mobile_number":"7001121305","email_id":"alyse.pacocha@hotmail.com","dop":"2026-01-20","serial_number":"688350530513191","imei1":"232348310637105","imei2":"687112166095974","popurl":"www.chrystal-bruen.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171290,"job_number":"JOB_171290","tr_customer_id":171307,"tr_customer_product_id":171297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Raymundo Lehner","mobile_number":"7026882957","email_id":"jackie.heaney@hotmail.com","dop":"2026-01-20","serial_number":"329196997117307","imei1":"315729494463659","imei2":"856215408405094","popurl":"www.monty-ernser.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171291,"job_number":"JOB_171291","tr_customer_id":171309,"tr_customer_product_id":171298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Angle Bosco","mobile_number":"7006739450","email_id":"taunya.hettinger@gmail.com","dop":"2026-01-20","serial_number":"756406649999859","imei1":"297677764704882","imei2":"923920695219972","popurl":"www.milagro-roob.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171292,"job_number":"JOB_171292","tr_customer_id":171308,"tr_customer_product_id":171299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Melanie Bode","mobile_number":"7082822385","email_id":"matthew.nitzsche@yahoo.com","dop":"2026-01-20","serial_number":"445282738789803","imei1":"137857908041800","imei2":"753072165846076","popurl":"www.elodia-green.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171293,"job_number":"JOB_171293","tr_customer_id":171310,"tr_customer_product_id":171300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Quinn Kreiger","mobile_number":"7009979625","email_id":"alexia.kuvalis@hotmail.com","dop":"2026-01-20","serial_number":"854318010154538","imei1":"861088907597622","imei2":"185817212957150","popurl":"www.ellan-muller.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171294,"job_number":"JOB_171294","tr_customer_id":171311,"tr_customer_product_id":171301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Darrel Corwin","mobile_number":"7057047003","email_id":"lyman.wiegand@hotmail.com","dop":"2026-01-20","serial_number":"237175470271655","imei1":"032486600368255","imei2":"446173791097521","popurl":"www.erin-runolfsson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171295,"job_number":"JOB_171295","tr_customer_id":171312,"tr_customer_product_id":171302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Mittie Barton","mobile_number":"7028648701","email_id":"emmie.schuster@gmail.com","dop":"2026-01-20","serial_number":"924393276295249","imei1":"309472988490565","imei2":"658495554469434","popurl":"www.tyler-goodwin.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171296,"job_number":"JOB_171296","tr_customer_id":171313,"tr_customer_product_id":171303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Williams Wilderman","mobile_number":"7004300651","email_id":"allena.lang@gmail.com","dop":"2026-01-20","serial_number":"713854897368234","imei1":"409939976558701","imei2":"735582385868358","popurl":"www.simona-altenwerth.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171297,"job_number":"JOB_171297","tr_customer_id":171314,"tr_customer_product_id":171304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Manie Schaefer","mobile_number":"7083348073","email_id":"katheleen.toy@yahoo.com","dop":"2026-01-20","serial_number":"947390877324960","imei1":"944637172852648","imei2":"144334355109576","popurl":"www.guadalupe-donnelly.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171298,"job_number":"JOB_171298","tr_customer_id":171315,"tr_customer_product_id":171305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Suzi Gutkowski","mobile_number":"7000348900","email_id":"tammi.ward@yahoo.com","dop":"2026-01-20","serial_number":"521796092686116","imei1":"895769951233287","imei2":"451086771861443","popurl":"www.bobby-howell.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171299,"job_number":"JOB_171299","tr_customer_id":171316,"tr_customer_product_id":171306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Rocky Becker","mobile_number":"7033551283","email_id":"alberto.powlowski@yahoo.com","dop":"2026-01-20","serial_number":"399236703668613","imei1":"338145194685861","imei2":"214652828394383","popurl":"www.helaine-lynch.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171300,"job_number":"JOB_171300","tr_customer_id":171317,"tr_customer_product_id":171307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Quinton Little","mobile_number":"7038957880","email_id":"anabel.price@yahoo.com","dop":"2026-01-20","serial_number":"630296100037005","imei1":"097816377351172","imei2":"904960290408004","popurl":"www.merlin-marks.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171301,"job_number":"JOB_171301","tr_customer_id":171318,"tr_customer_product_id":171308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Ophelia Rice","mobile_number":"7046698561","email_id":"merlin.hayes@gmail.com","dop":"2026-01-20","serial_number":"354178160521808","imei1":"455855935314235","imei2":"273275603966270","popurl":"www.dirk-bauch.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171302,"job_number":"JOB_171302","tr_customer_id":171319,"tr_customer_product_id":171309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Tom Hammes","mobile_number":"7000942450","email_id":"margarett.wisoky@yahoo.com","dop":"2026-01-20","serial_number":"752467710248004","imei1":"288185988413854","imei2":"299792988910928","popurl":"www.harris-volkman.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171303,"job_number":"JOB_171303","tr_customer_id":171320,"tr_customer_product_id":171310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Whitney Monahan","mobile_number":"7082537552","email_id":"nicola.effertz@gmail.com","dop":"2026-01-20","serial_number":"320853054357944","imei1":"854691824554205","imei2":"333310707553695","popurl":"www.philomena-cummings.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171304,"job_number":"JOB_171304","tr_customer_id":171322,"tr_customer_product_id":171311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Micheal Kuphal","mobile_number":"7053593462","email_id":"eula.yundt@hotmail.com","dop":"2026-01-20","serial_number":"781374517942592","imei1":"671122538259545","imei2":"180776559201212","popurl":"www.song-ortiz.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171305,"job_number":"JOB_171305","tr_customer_id":171321,"tr_customer_product_id":171312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Cyrus Kuhlman","mobile_number":"7058941188","email_id":"zachary.walter@hotmail.com","dop":"2026-01-20","serial_number":"828750392070931","imei1":"711725431974453","imei2":"121108258349178","popurl":"www.kortney-stehr.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171306,"job_number":"JOB_171306","tr_customer_id":171323,"tr_customer_product_id":171313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Caren Kozey","mobile_number":"7024358111","email_id":"morgan.harris@yahoo.com","dop":"2026-01-20","serial_number":"130268590698903","imei1":"762771362112646","imei2":"079198503697501","popurl":"www.cathie-fadel.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171307,"job_number":"JOB_171307","tr_customer_id":171324,"tr_customer_product_id":171314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Erasmo Jerde","mobile_number":"7077248713","email_id":"noelle.bednar@yahoo.com","dop":"2026-01-20","serial_number":"851784061286438","imei1":"990530413518809","imei2":"418220343943831","popurl":"www.christi-deckow.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171308,"job_number":"JOB_171308","tr_customer_id":171325,"tr_customer_product_id":171315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Charlie Reichel","mobile_number":"7019051130","email_id":"bethany.bayer@yahoo.com","dop":"2026-01-20","serial_number":"962454777702104","imei1":"330761018557061","imei2":"580522695193604","popurl":"www.jewell-brekke.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171309,"job_number":"JOB_171309","tr_customer_id":171326,"tr_customer_product_id":171316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Ashly Muller","mobile_number":"7033151416","email_id":"deshawn.deckow@hotmail.com","dop":"2026-01-20","serial_number":"467004973717725","imei1":"123728033258318","imei2":"398747741128254","popurl":"www.tobi-schmitt.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171310,"job_number":"JOB_171310","tr_customer_id":171327,"tr_customer_product_id":171317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:42.000Z","modified_at":"2026-01-30T05:55:42.000Z","name":"Eleanora Ward","mobile_number":"7028648988","email_id":"arnette.wiegand@gmail.com","dop":"2026-01-20","serial_number":"570528850340114","imei1":"320870487801078","imei2":"710620712670116","popurl":"www.erick-sawayn.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171311,"job_number":"JOB_171311","tr_customer_id":171328,"tr_customer_product_id":171318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:42.000Z","modified_at":"2026-01-30T05:55:42.000Z","name":"Karen Armstrong","mobile_number":"7068288941","email_id":"jude.durgan@yahoo.com","dop":"2026-01-20","serial_number":"939118111250160","imei1":"898008289804416","imei2":"458935161560606","popurl":"www.annelle-ratke.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171312,"job_number":"JOB_171312","tr_customer_id":171329,"tr_customer_product_id":171319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:42.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Delmar Kuhlman","mobile_number":"7076639014","email_id":"morris.champlin@hotmail.com","dop":"2026-01-20","serial_number":"359966718293181","imei1":"269850488109661","imei2":"086271321760063","popurl":"www.elisa-hickle.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171313,"job_number":"JOB_171313","tr_customer_id":171330,"tr_customer_product_id":171320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Alise Strosin","mobile_number":"7029822744","email_id":"miquel.hauck@gmail.com","dop":"2026-01-20","serial_number":"113476940717789","imei1":"826707803695069","imei2":"114528807275329","popurl":"www.daphne-orn.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171314,"job_number":"JOB_171314","tr_customer_id":171331,"tr_customer_product_id":171321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Kathaleen Nolan","mobile_number":"7034353648","email_id":"kelley.smitham@yahoo.com","dop":"2026-01-20","serial_number":"215758379552571","imei1":"071950585874522","imei2":"912099833654560","popurl":"www.beverly-hand.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171315,"job_number":"JOB_171315","tr_customer_id":171332,"tr_customer_product_id":171322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Ariel Cummings","mobile_number":"7038642287","email_id":"irving.waelchi@yahoo.com","dop":"2026-01-20","serial_number":"463492551678414","imei1":"648186731601765","imei2":"480006720646052","popurl":"www.stuart-legros.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171316,"job_number":"JOB_171316","tr_customer_id":171333,"tr_customer_product_id":171323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Carol Klein","mobile_number":"7015590816","email_id":"brice.roob@yahoo.com","dop":"2026-01-20","serial_number":"710983340271287","imei1":"733109760191233","imei2":"361240509090824","popurl":"www.merle-hahn.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171317,"job_number":"JOB_171317","tr_customer_id":171334,"tr_customer_product_id":171324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Kyle Douglas","mobile_number":"7015148888","email_id":"tyson.sporer@yahoo.com","dop":"2026-01-20","serial_number":"766541170764355","imei1":"565784542446208","imei2":"538816603970844","popurl":"www.mack-crooks.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171318,"job_number":"JOB_171318","tr_customer_id":171335,"tr_customer_product_id":171325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Rico Gleichner","mobile_number":"7029157150","email_id":"noe.nitzsche@hotmail.com","dop":"2026-01-20","serial_number":"491736804658628","imei1":"493575193136037","imei2":"646049109562879","popurl":"www.estrella-mohr.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171319,"job_number":"JOB_171319","tr_customer_id":171336,"tr_customer_product_id":171326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Jefferey Kris","mobile_number":"7099992313","email_id":"eldon.rau@hotmail.com","dop":"2026-01-20","serial_number":"383666994327856","imei1":"075128337433975","imei2":"655744289525468","popurl":"www.graham-konopelski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171320,"job_number":"JOB_171320","tr_customer_id":171337,"tr_customer_product_id":171327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Royal Klein","mobile_number":"7049889361","email_id":"linsey.feil@hotmail.com","dop":"2026-01-20","serial_number":"030365157241101","imei1":"841865954352253","imei2":"751180241466148","popurl":"www.keenan-goldner.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171321,"job_number":"JOB_171321","tr_customer_id":171338,"tr_customer_product_id":171328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Easter Baumbach","mobile_number":"7093036604","email_id":"kristopher.batz@hotmail.com","dop":"2026-01-20","serial_number":"914912160874195","imei1":"971588513580079","imei2":"736842994493543","popurl":"www.marilou-ferry.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171322,"job_number":"JOB_171322","tr_customer_id":171339,"tr_customer_product_id":171329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Otha Heathcote","mobile_number":"7022274597","email_id":"kasie.hyatt@yahoo.com","dop":"2026-01-20","serial_number":"051530957056078","imei1":"700307274917464","imei2":"381092289380151","popurl":"www.maggie-koepp.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171323,"job_number":"JOB_171323","tr_customer_id":171340,"tr_customer_product_id":171330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Yuk Walker","mobile_number":"7079057641","email_id":"idell.mcclure@gmail.com","dop":"2026-01-20","serial_number":"018953174275601","imei1":"197554091067559","imei2":"146793685141557","popurl":"www.chelsea-strosin.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171324,"job_number":"JOB_171324","tr_customer_id":171341,"tr_customer_product_id":171331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Lillie Spencer","mobile_number":"7048536157","email_id":"kasey.brown@gmail.com","dop":"2026-01-20","serial_number":"169151214653888","imei1":"606013340190024","imei2":"432370165611082","popurl":"www.erik-turcotte.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171325,"job_number":"JOB_171325","tr_customer_id":171342,"tr_customer_product_id":171332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Suzan Feil","mobile_number":"7017899097","email_id":"aron.mante@yahoo.com","dop":"2026-01-20","serial_number":"934554124274999","imei1":"643500244089838","imei2":"768905799936658","popurl":"www.elvis-walter.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171326,"job_number":"JOB_171326","tr_customer_id":171343,"tr_customer_product_id":171333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Vaughn Abshire","mobile_number":"7076898654","email_id":"sophia.beahan@gmail.com","dop":"2026-01-20","serial_number":"374887385152324","imei1":"236118919572179","imei2":"730551795153501","popurl":"www.cameron-labadie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171327,"job_number":"JOB_171327","tr_customer_id":171344,"tr_customer_product_id":171334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Darrick Schiller","mobile_number":"7007616646","email_id":"youlanda.waelchi@yahoo.com","dop":"2026-01-20","serial_number":"913360750542939","imei1":"044302794883510","imei2":"582414749359131","popurl":"www.damon-ohara.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171328,"job_number":"JOB_171328","tr_customer_id":171345,"tr_customer_product_id":171335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Andreas Kuhlman","mobile_number":"7080274718","email_id":"shawana.gutmann@yahoo.com","dop":"2026-01-20","serial_number":"833874154524629","imei1":"165684040934487","imei2":"312100825481361","popurl":"www.palmer-boyer.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171329,"job_number":"JOB_171329","tr_customer_id":171346,"tr_customer_product_id":171336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Horace McLaughlin","mobile_number":"7069779472","email_id":"clarita.gottlieb@gmail.com","dop":"2026-01-20","serial_number":"582099164941029","imei1":"227114044654142","imei2":"156221871043903","popurl":"www.frankie-trantow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171330,"job_number":"JOB_171330","tr_customer_id":171347,"tr_customer_product_id":171337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Keenan Lang","mobile_number":"7088968871","email_id":"julius.becker@yahoo.com","dop":"2026-01-20","serial_number":"209260180327899","imei1":"298211817981988","imei2":"369635061744510","popurl":"www.janell-lowe.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171331,"job_number":"JOB_171331","tr_customer_id":171348,"tr_customer_product_id":171338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Patrick Lemke","mobile_number":"7007403986","email_id":"lindsay.feest@gmail.com","dop":"2026-01-20","serial_number":"022307895346513","imei1":"135070715406277","imei2":"424391515834522","popurl":"www.buck-parker.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171332,"job_number":"JOB_171332","tr_customer_id":171349,"tr_customer_product_id":171339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Daryl Walter","mobile_number":"7054905836","email_id":"rosalba.little@gmail.com","dop":"2026-01-20","serial_number":"973331501090102","imei1":"687295614282327","imei2":"705856612819515","popurl":"www.dominique-bernhard.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171333,"job_number":"JOB_171333","tr_customer_id":171350,"tr_customer_product_id":171340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Betty Wolff","mobile_number":"7017370882","email_id":"marisela.purdy@hotmail.com","dop":"2026-01-20","serial_number":"853721744842080","imei1":"789305070249993","imei2":"975196809715704","popurl":"www.brittaney-okon.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171334,"job_number":"JOB_171334","tr_customer_id":171351,"tr_customer_product_id":171341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Monty Streich","mobile_number":"7064317989","email_id":"sterling.schmidt@yahoo.com","dop":"2026-01-20","serial_number":"492146951984773","imei1":"681843052321560","imei2":"676830187061196","popurl":"www.nia-hamill.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171335,"job_number":"JOB_171335","tr_customer_id":171352,"tr_customer_product_id":171342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Stephan Beier","mobile_number":"7028352644","email_id":"dusty.swift@gmail.com","dop":"2026-01-20","serial_number":"848429255648885","imei1":"640703781449972","imei2":"665248918196321","popurl":"www.alaine-olson.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171336,"job_number":"JOB_171336","tr_customer_id":171353,"tr_customer_product_id":171343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Mark Harris","mobile_number":"7019203537","email_id":"kerry.abbott@gmail.com","dop":"2026-01-20","serial_number":"158636126981963","imei1":"462749841897112","imei2":"371272028423057","popurl":"www.drema-bernier.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171337,"job_number":"JOB_171337","tr_customer_id":171354,"tr_customer_product_id":171344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Caryn Mraz","mobile_number":"7012286778","email_id":"mardell.damore@gmail.com","dop":"2026-01-20","serial_number":"492422236760717","imei1":"953879803448535","imei2":"203247308133498","popurl":"www.nigel-huels.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171338,"job_number":"JOB_171338","tr_customer_id":171355,"tr_customer_product_id":171345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Roxann Krajcik","mobile_number":"7083524756","email_id":"eddie.fisher@yahoo.com","dop":"2026-01-20","serial_number":"894665896733248","imei1":"159345806106229","imei2":"831415349417924","popurl":"www.daren-stiedemann.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171339,"job_number":"JOB_171339","tr_customer_id":171356,"tr_customer_product_id":171346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Marquis McKenzie","mobile_number":"7036712750","email_id":"neil.stroman@yahoo.com","dop":"2026-01-20","serial_number":"712805775036816","imei1":"462218474417448","imei2":"578419115520565","popurl":"www.catherina-johns.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171340,"job_number":"JOB_171340","tr_customer_id":171357,"tr_customer_product_id":171347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Shawana Bartell","mobile_number":"7039979523","email_id":"dortha.harris@gmail.com","dop":"2026-01-20","serial_number":"877536665877150","imei1":"364166343636287","imei2":"778855328820417","popurl":"www.leda-abbott.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171341,"job_number":"JOB_171341","tr_customer_id":171358,"tr_customer_product_id":171348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Shandi Schinner","mobile_number":"7065687824","email_id":"jessie.kertzmann@gmail.com","dop":"2026-01-20","serial_number":"850274205060159","imei1":"964112510529323","imei2":"315046121597884","popurl":"www.boris-morissette.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171342,"job_number":"JOB_171342","tr_customer_id":171359,"tr_customer_product_id":171349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Matthew Hudson","mobile_number":"7008094170","email_id":"andre.monahan@yahoo.com","dop":"2026-01-20","serial_number":"408659195680000","imei1":"133284790354959","imei2":"014125850736231","popurl":"www.corinne-abbott.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171343,"job_number":"JOB_171343","tr_customer_id":171360,"tr_customer_product_id":171350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Mohammad Howell","mobile_number":"7034161108","email_id":"willodean.torp@hotmail.com","dop":"2026-01-20","serial_number":"557393980105678","imei1":"865949135880345","imei2":"286310765529782","popurl":"www.shirlene-funk.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171344,"job_number":"JOB_171344","tr_customer_id":171361,"tr_customer_product_id":171351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Inocencia McCullough","mobile_number":"7070412863","email_id":"ouida.emard@yahoo.com","dop":"2026-01-20","serial_number":"689899434329349","imei1":"704458332138095","imei2":"330556491938086","popurl":"www.irving-ziemann.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171345,"job_number":"JOB_171345","tr_customer_id":171362,"tr_customer_product_id":171352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Tiara Berge","mobile_number":"7024572240","email_id":"marty.price@hotmail.com","dop":"2026-01-20","serial_number":"701976783804628","imei1":"127828047744783","imei2":"793942879768999","popurl":"www.sharen-stokes.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171346,"job_number":"JOB_171346","tr_customer_id":171363,"tr_customer_product_id":171353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Granville Baumbach","mobile_number":"7022356100","email_id":"delta.cormier@gmail.com","dop":"2026-01-20","serial_number":"996804375718733","imei1":"602551415911801","imei2":"930078855823199","popurl":"www.cierra-crona.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171347,"job_number":"JOB_171347","tr_customer_id":171364,"tr_customer_product_id":171354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Luisa Bogan","mobile_number":"7067333858","email_id":"orval.upton@hotmail.com","dop":"2026-01-20","serial_number":"854300526798627","imei1":"677953650731126","imei2":"431990791433519","popurl":"www.eleonor-gutkowski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171348,"job_number":"JOB_171348","tr_customer_id":171365,"tr_customer_product_id":171355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Tammera Metz","mobile_number":"7047053055","email_id":"marvin.schoen@gmail.com","dop":"2026-01-20","serial_number":"052515037263998","imei1":"138097395785825","imei2":"612058888985915","popurl":"www.reiko-haag.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171349,"job_number":"JOB_171349","tr_customer_id":171366,"tr_customer_product_id":171356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Damien Hegmann","mobile_number":"7090363996","email_id":"jerome.stamm@gmail.com","dop":"2026-01-20","serial_number":"246944316579449","imei1":"523090462055794","imei2":"779341923092163","popurl":"www.del-waters.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171350,"job_number":"JOB_171350","tr_customer_id":171367,"tr_customer_product_id":171357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Tuyet Hamill","mobile_number":"7096352010","email_id":"gabriele.kutch@hotmail.com","dop":"2026-01-20","serial_number":"153056128550413","imei1":"269012477768882","imei2":"094785500498281","popurl":"www.norbert-gusikowski.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171351,"job_number":"JOB_171351","tr_customer_id":171368,"tr_customer_product_id":171358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Darrick Berge","mobile_number":"7087668523","email_id":"arturo.davis@gmail.com","dop":"2026-01-20","serial_number":"647399180273864","imei1":"458357599291083","imei2":"782248925382212","popurl":"www.thomas-weber.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171352,"job_number":"JOB_171352","tr_customer_id":171369,"tr_customer_product_id":171359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Sherwood Fadel","mobile_number":"7011843943","email_id":"david.zieme@yahoo.com","dop":"2026-01-20","serial_number":"789671532689752","imei1":"563711768576478","imei2":"057048674402843","popurl":"www.gerri-sporer.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171353,"job_number":"JOB_171353","tr_customer_id":171370,"tr_customer_product_id":171360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Lashell O'Kon","mobile_number":"7025980012","email_id":"devon.roberts@gmail.com","dop":"2026-01-20","serial_number":"392770444299956","imei1":"872677543420725","imei2":"132521620430556","popurl":"www.fletcher-bartoletti.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171354,"job_number":"JOB_171354","tr_customer_id":171371,"tr_customer_product_id":171361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Vincenza Collins","mobile_number":"7024641008","email_id":"winston.kovacek@hotmail.com","dop":"2026-01-20","serial_number":"077138737656240","imei1":"591057248901506","imei2":"922573541826261","popurl":"www.keenan-considine.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171355,"job_number":"JOB_171355","tr_customer_id":171372,"tr_customer_product_id":171362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Silas Pfannerstill","mobile_number":"7073493299","email_id":"mary.kohler@yahoo.com","dop":"2026-01-20","serial_number":"180473901777230","imei1":"274046018039304","imei2":"750445337738417","popurl":"www.alex-lehner.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171356,"job_number":"JOB_171356","tr_customer_id":171373,"tr_customer_product_id":171363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Jayson Runolfsdottir","mobile_number":"7026287843","email_id":"victorina.rosenbaum@gmail.com","dop":"2026-01-20","serial_number":"433500023658491","imei1":"919582366314314","imei2":"987688736682843","popurl":"www.tracey-bednar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171357,"job_number":"JOB_171357","tr_customer_id":171374,"tr_customer_product_id":171364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Nelson Effertz","mobile_number":"7004819337","email_id":"blair.langosh@gmail.com","dop":"2026-01-20","serial_number":"086863821019413","imei1":"569844389665124","imei2":"659287618430977","popurl":"www.mirna-thiel.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171358,"job_number":"JOB_171358","tr_customer_id":171375,"tr_customer_product_id":171365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Edra McCullough","mobile_number":"7029803776","email_id":"tyesha.rohan@gmail.com","dop":"2026-01-20","serial_number":"554895809028652","imei1":"271641415297884","imei2":"181141491690381","popurl":"www.larhonda-dickens.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171359,"job_number":"JOB_171359","tr_customer_id":171376,"tr_customer_product_id":171366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Earnest Mosciski","mobile_number":"7050733721","email_id":"jonah.kshlerin@hotmail.com","dop":"2026-01-20","serial_number":"628122239004654","imei1":"790666948661741","imei2":"523170189550893","popurl":"www.jed-borer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171360,"job_number":"JOB_171360","tr_customer_id":171377,"tr_customer_product_id":171367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Anjelica Quigley","mobile_number":"7039464175","email_id":"sandi.douglas@yahoo.com","dop":"2026-01-20","serial_number":"209924863514387","imei1":"965618456286679","imei2":"137637902683452","popurl":"www.rayford-monahan.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171361,"job_number":"JOB_171361","tr_customer_id":171378,"tr_customer_product_id":171368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Mellissa Renner","mobile_number":"7012812846","email_id":"della.christiansen@hotmail.com","dop":"2026-01-20","serial_number":"334965998177931","imei1":"896258247342935","imei2":"206990280152004","popurl":"www.marcene-kuphal.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171362,"job_number":"JOB_171362","tr_customer_id":171379,"tr_customer_product_id":171369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Gay Stehr","mobile_number":"7028930896","email_id":"emilio.kihn@gmail.com","dop":"2026-01-20","serial_number":"276652164328144","imei1":"704063252220386","imei2":"676358511758511","popurl":"www.daren-monahan.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171363,"job_number":"JOB_171363","tr_customer_id":171380,"tr_customer_product_id":171370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Winfred Rutherford","mobile_number":"7082626872","email_id":"elvis.legros@yahoo.com","dop":"2026-01-20","serial_number":"535198958872526","imei1":"009468123294363","imei2":"683107385746280","popurl":"www.margaret-padberg.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171364,"job_number":"JOB_171364","tr_customer_id":171381,"tr_customer_product_id":171371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Vito Bartoletti","mobile_number":"7023011805","email_id":"jarred.huel@yahoo.com","dop":"2026-01-20","serial_number":"865907073943125","imei1":"284409225111989","imei2":"847129785658661","popurl":"www.barry-frami.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171365,"job_number":"JOB_171365","tr_customer_id":171382,"tr_customer_product_id":171372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Delbert Beahan","mobile_number":"7013791827","email_id":"daron.schmitt@hotmail.com","dop":"2026-01-20","serial_number":"398787265421065","imei1":"844581204535224","imei2":"000783084283936","popurl":"www.don-dach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171366,"job_number":"JOB_171366","tr_customer_id":171383,"tr_customer_product_id":171373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Chris O'Hara","mobile_number":"7009429192","email_id":"lane.daniel@hotmail.com","dop":"2026-01-20","serial_number":"489724662470955","imei1":"070797935103595","imei2":"137399432181127","popurl":"www.aron-kutch.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171367,"job_number":"JOB_171367","tr_customer_id":171384,"tr_customer_product_id":171374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Kathaleen Rowe","mobile_number":"7025976114","email_id":"rheba.price@yahoo.com","dop":"2026-01-20","serial_number":"888100521597937","imei1":"803079624000929","imei2":"262542431072815","popurl":"www.rosamond-gottlieb.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171368,"job_number":"JOB_171368","tr_customer_id":171385,"tr_customer_product_id":171375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Alexia Braun","mobile_number":"7063002503","email_id":"krysta.purdy@yahoo.com","dop":"2026-01-20","serial_number":"124915775912509","imei1":"733652276551877","imei2":"954582227126637","popurl":"www.paul-thompson.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171369,"job_number":"JOB_171369","tr_customer_id":171386,"tr_customer_product_id":171376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Lashanda Wiegand","mobile_number":"7022119534","email_id":"fernando.watsica@hotmail.com","dop":"2026-01-20","serial_number":"140776293579403","imei1":"650107745879882","imei2":"279690712386888","popurl":"www.mohammed-king.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171370,"job_number":"JOB_171370","tr_customer_id":171387,"tr_customer_product_id":171377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Kristine Lesch","mobile_number":"7082693168","email_id":"francie.mclaughlin@gmail.com","dop":"2026-01-20","serial_number":"802269429478002","imei1":"756818944361205","imei2":"374317467850168","popurl":"www.enid-koelpin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171371,"job_number":"JOB_171371","tr_customer_id":171389,"tr_customer_product_id":171379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Lewis Kuhn","mobile_number":"7040651561","email_id":"darla.smith@yahoo.com","dop":"2026-01-20","serial_number":"624134671347920","imei1":"957133621755988","imei2":"084689494059115","popurl":"www.jarod-franecki.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171372,"job_number":"JOB_171372","tr_customer_id":171388,"tr_customer_product_id":171378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Casey Schmitt","mobile_number":"7045253532","email_id":"dayna.oreilly@yahoo.com","dop":"2026-01-20","serial_number":"690748837428996","imei1":"319742204480953","imei2":"256691522843832","popurl":"www.jaimee-mayert.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171373,"job_number":"JOB_171373","tr_customer_id":171391,"tr_customer_product_id":171381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Apolonia Hermiston","mobile_number":"7020917903","email_id":"theresia.lueilwitz@gmail.com","dop":"2026-01-20","serial_number":"911139474859603","imei1":"860150548195086","imei2":"573836213873864","popurl":"www.edie-kihn.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171374,"job_number":"JOB_171374","tr_customer_id":171390,"tr_customer_product_id":171380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Raphael Jerde","mobile_number":"7097292673","email_id":"jocelyn.gerlach@hotmail.com","dop":"2026-01-20","serial_number":"607425780673038","imei1":"986739787958542","imei2":"478382875065103","popurl":"www.harriette-haley.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171375,"job_number":"JOB_171375","tr_customer_id":171392,"tr_customer_product_id":171382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Jatin Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"48394561160803","imei1":"48394561160803","imei2":"48394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171376,"job_number":"JOB_171376","tr_customer_id":171393,"tr_customer_product_id":171383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Chetan Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"35394561160803","imei1":"35394561160803","imei2":"35394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171377,"job_number":"JOB_171377","tr_customer_id":171394,"tr_customer_product_id":171384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Ritu Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"18394561160803","imei1":"18394561160803","imei2":"18394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171378,"job_number":"JOB_171378","tr_customer_id":171395,"tr_customer_product_id":171385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Ajinkya Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"45394561160803","imei1":"45394561160803","imei2":"45394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171379,"job_number":"JOB_171379","tr_customer_id":171396,"tr_customer_product_id":171386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Adi Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"19394561160803","imei1":"19394561160803","imei2":"19394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171380,"job_number":"JOB_171380","tr_customer_id":171397,"tr_customer_product_id":171387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Madelyn Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"25394561160803","imei1":"25394561160803","imei2":"25394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171381,"job_number":"JOB_171381","tr_customer_id":171398,"tr_customer_product_id":171388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:47.000Z","modified_at":"2026-01-30T06:11:47.000Z","name":"Dipesh Prajapat","mobile_number":"7044028444","email_id":"akshita.varman@hotmail.com","dop":"2026-01-20","serial_number":"971053117222051","imei1":"971053117222051","imei2":"971053117222051","popurl":"www.bhagwanti-pothuvaal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171382,"job_number":"JOB_171382","tr_customer_id":171399,"tr_customer_product_id":171389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:47.000Z","modified_at":"2026-01-30T06:11:47.000Z","name":"Ananda Chattopadhyay","mobile_number":"7019200987","email_id":"marut.malik@hotmail.com","dop":"2026-01-20","serial_number":"649093830287910","imei1":"649093830287910","imei2":"649093830287910","popurl":"www.somu-patil.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171383,"job_number":"JOB_171383","tr_customer_id":171400,"tr_customer_product_id":171390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:48.000Z","modified_at":"2026-01-30T06:11:48.000Z","name":"Vidhya Somayaji","mobile_number":"7080428552","email_id":"bodhan.gill@hotmail.com","dop":"2026-01-20","serial_number":"374942440272450","imei1":"374942440272450","imei2":"374942440272450","popurl":"www.bhaumik-sethi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171384,"job_number":"JOB_171384","tr_customer_id":171401,"tr_customer_product_id":171391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:48.000Z","modified_at":"2026-01-30T06:11:48.000Z","name":"Anish Varrier","mobile_number":"7055102891","email_id":"trilokesh.pillai@yahoo.co.in","dop":"2026-01-20","serial_number":"771620165515461","imei1":"771620165515461","imei2":"771620165515461","popurl":"www.subhasini-sethi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171385,"job_number":"JOB_171385","tr_customer_id":171402,"tr_customer_product_id":171392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:48.000Z","modified_at":"2026-01-30T06:11:48.000Z","name":"Aasa Saini","mobile_number":"7089486104","email_id":"dron.bandopadhyay@gmail.com","dop":"2026-01-20","serial_number":"317303768561109","imei1":"317303768561109","imei2":"317303768561109","popurl":"www.deeptimayee-iyengar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171386,"job_number":"JOB_171386","tr_customer_id":171403,"tr_customer_product_id":171393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:50.000Z","modified_at":"2026-01-30T06:11:50.000Z","name":"Brandt Mann","mobile_number":"622-691-0923","email_id":"Abigayle31@gmail.com","dop":"2025-08-24","serial_number":"53671279529214","imei1":"53671279529214","imei2":"53671279529214","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171387,"job_number":"JOB_171387","tr_customer_id":171404,"tr_customer_product_id":171394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:50.000Z","modified_at":"2026-01-30T06:11:50.000Z","name":"Brandt Mann","mobile_number":"622-691-0923","email_id":"Abigayle31@gmail.com","dop":"2025-08-24","serial_number":"35671279529214","imei1":"35671279529214","imei2":"35671279529214","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171388,"job_number":"JOB_171388","tr_customer_id":171405,"tr_customer_product_id":171395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:50.000Z","modified_at":"2026-01-30T06:11:50.000Z","name":"Brandt Mann","mobile_number":"622-691-0923","email_id":"Abigayle31@gmail.com","dop":"2025-08-24","serial_number":"64671279529214","imei1":"64671279529214","imei2":"64671279529214","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171389,"job_number":"JOB_171389","tr_customer_id":171406,"tr_customer_product_id":171396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Ritu Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"38290923182914","imei1":"38290923182914","imei2":"38290923182914","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171390,"job_number":"JOB_171390","tr_customer_id":171407,"tr_customer_product_id":171397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Chetan Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"36784938340803","imei1":"36784938340803","imei2":"36784938340803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171391,"job_number":"JOB_171391","tr_customer_id":171408,"tr_customer_product_id":171398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Adi Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"98272363473274","imei1":"98272363473274","imei2":"98272363473274","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171392,"job_number":"JOB_171392","tr_customer_id":171409,"tr_customer_product_id":171399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Madelyn Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"47894547389246","imei1":"47894547389246","imei2":"47894547389246","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171393,"job_number":"JOB_171393","tr_customer_id":171410,"tr_customer_product_id":171400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Jatin Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"48349583224463","imei1":"48349583224463","imei2":"48349583224463","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171394,"job_number":"JOB_171394","tr_customer_id":171411,"tr_customer_product_id":171401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Ajinkya Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"79394893208403","imei1":"79394893208403","imei2":"79394893208403","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171397,"job_number":"JOB_171397","tr_customer_id":171414,"tr_customer_product_id":171404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:33:03.000Z","modified_at":"2026-01-30T06:33:03.000Z","name":"Annetta Jerde","mobile_number":"957-447-5053","email_id":"Isidro30@gmail.com","dop":"2025-02-13","serial_number":"107317391673406","imei1":"107317391673406","imei2":"107317391673406","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:33:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171402,"job_number":"JOB_171402","tr_customer_id":171419,"tr_customer_product_id":171409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:29.000Z","modified_at":"2026-01-30T06:34:29.000Z","name":"John Doe","mobile_number":"9876543210","email_id":"test.user@example.com","dop":"2025-09-09","serial_number":"14549660389789","imei1":"14549660389789","imei2":"14549660389789","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171414,"job_number":"JOB_171414","tr_customer_id":171431,"tr_customer_product_id":171421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:18.000Z","modified_at":"2026-01-30T06:37:18.000Z","name":"Audie Wilkinson","mobile_number":"940-200-3652","email_id":"Mekhi_Pollich@gmail.com","dop":"2025-04-06","serial_number":"16599884165856758","imei1":"16599884165856758","imei2":"16599884165856758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:37:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171415,"job_number":"JOB_171415","tr_customer_id":171432,"tr_customer_product_id":171422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:23.000Z","modified_at":"2026-01-30T06:37:23.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10449886594967","imei1":"10449886594967","imei2":"10449886594967","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:37:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171417,"job_number":"JOB_171417","tr_customer_id":171434,"tr_customer_product_id":171424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:24.000Z","modified_at":"2026-01-30T06:37:24.000Z","name":"Pedro Feil","mobile_number":"581-343-8393","email_id":"Hank41@yahoo.com","dop":"2025-06-18","serial_number":"1055509162447858","imei1":"1055509162447858","imei2":"1055509162447858","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:37:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171418,"job_number":"JOB_171418","tr_customer_id":171435,"tr_customer_product_id":171425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:02.000Z","modified_at":"2026-01-30T06:38:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17035574083526","imei1":"17035574083526","imei2":"17035574083526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171420,"job_number":"JOB_171420","tr_customer_id":171437,"tr_customer_product_id":171427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:04.000Z","modified_at":"2026-01-30T06:38:04.000Z","name":"Arnoldo Rowe","mobile_number":"715-648-0517","email_id":"Misael82@gmail.com","dop":"2025-04-06","serial_number":"19453067720342332","imei1":"19453067720342332","imei2":"19453067720342332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171421,"job_number":"JOB_171421","tr_customer_id":171438,"tr_customer_product_id":171428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:06.000Z","modified_at":"2026-01-30T06:38:06.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10194295574346","imei1":"10194295574346","imei2":"10194295574346","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171423,"job_number":"JOB_171423","tr_customer_id":171440,"tr_customer_product_id":171430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:07.000Z","modified_at":"2026-01-30T06:38:07.000Z","name":"Alaina Bradtke","mobile_number":"946-876-1675","email_id":"Wade_Stiedemann16@hotmail.com","dop":"2025-06-18","serial_number":"1039100315912026","imei1":"1039100315912026","imei2":"1039100315912026","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171424,"job_number":"JOB_171424","tr_customer_id":171441,"tr_customer_product_id":171431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:49.000Z","modified_at":"2026-01-30T06:38:49.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-20","serial_number":"84620302988448","imei1":"84620302988448","imei2":"84620302988448","popurl":"2026-01-20T06:38:49.434423967Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171425,"job_number":"JOB_171425","tr_customer_id":171442,"tr_customer_product_id":171432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:50.000Z","modified_at":"2026-01-30T06:38:50.000Z","name":"Vidhur Bhat","mobile_number":"7018408778","email_id":"chandi.namboothiri@hotmail.com","dop":"2026-01-20","serial_number":"294726616218339","imei1":"294726616218339","imei2":"294726616218339","popurl":"www.chakravartee-iyengar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171426,"job_number":"JOB_171426","tr_customer_id":171443,"tr_customer_product_id":171433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:51.000Z","modified_at":"2026-01-30T06:38:51.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-20","serial_number":"78920578944937","imei1":"78920578944937","imei2":"78920578944937","popurl":"2026-01-20T06:38:51.000619749Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171427,"job_number":"JOB_171427","tr_customer_id":171444,"tr_customer_product_id":171434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:52.000Z","modified_at":"2026-01-30T06:38:52.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-20","serial_number":"78925764375486","imei1":"78925764375486","imei2":"78925764375486","popurl":"2026-01-20T06:38:51.644369888Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171428,"job_number":"JOB_171428","tr_customer_id":171445,"tr_customer_product_id":171435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:53.000Z","modified_at":"2026-01-30T06:38:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12250772332679","imei1":"12250772332679","imei2":"12250772332679","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171430,"job_number":"JOB_171430","tr_customer_id":171447,"tr_customer_product_id":171437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:54.000Z","modified_at":"2026-01-30T06:38:55.000Z","name":"Coralie Runolfsson","mobile_number":"858-305-4471","email_id":"Alden.Mills57@yahoo.com","dop":"2025-04-06","serial_number":"14197267669293620","imei1":"14197267669293620","imei2":"14197267669293620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171431,"job_number":"JOB_171431","tr_customer_id":171448,"tr_customer_product_id":171438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:39:42.000Z","modified_at":"2026-01-30T06:39:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18873266354982","imei1":"18873266354982","imei2":"18873266354982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171433,"job_number":"JOB_171433","tr_customer_id":171450,"tr_customer_product_id":171440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:39:44.000Z","modified_at":"2026-01-30T06:39:44.000Z","name":"Consuelo Kozey","mobile_number":"680-937-6254","email_id":"Wilhelmine67@hotmail.com","dop":"2025-04-06","serial_number":"19112996924905070","imei1":"19112996924905070","imei2":"19112996924905070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171434,"job_number":"JOB_171434","tr_customer_id":171451,"tr_customer_product_id":171441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:40:39.000Z","modified_at":"2026-01-30T06:40:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19786376169286","imei1":"19786376169286","imei2":"19786376169286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:40:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171436,"job_number":"JOB_171436","tr_customer_id":171453,"tr_customer_product_id":171443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:40:41.000Z","modified_at":"2026-01-30T06:40:41.000Z","name":"Anika Renner","mobile_number":"989-580-0127","email_id":"Teagan.Harber@hotmail.com","dop":"2025-04-06","serial_number":"17970059952303652","imei1":"17970059952303652","imei2":"17970059952303652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:40:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171437,"job_number":"JOB_171437","tr_customer_id":171454,"tr_customer_product_id":171444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:41:29.000Z","modified_at":"2026-01-30T06:41:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14600857956217","imei1":"14600857956217","imei2":"14600857956217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171439,"job_number":"JOB_171439","tr_customer_id":171456,"tr_customer_product_id":171446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:41:31.000Z","modified_at":"2026-01-30T06:41:31.000Z","name":"Augustus Gleason","mobile_number":"629-969-1104","email_id":"Adrain.Wintheiser@hotmail.com","dop":"2025-04-06","serial_number":"16909717749416220","imei1":"16909717749416220","imei2":"16909717749416220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:41:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171440,"job_number":"JOB_171440","tr_customer_id":171457,"tr_customer_product_id":171447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:41:54.000Z","modified_at":"2026-01-30T06:41:54.000Z","name":"Apsara Gill","mobile_number":"7042054772","email_id":"chandi.bhattacharya@gmail.com","dop":"2026-01-20","serial_number":"641881113147209","imei1":"641881113147209","imei2":"641881113147209","popurl":"www.dayaananda-rana.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:41:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171441,"job_number":"JOB_171441","tr_customer_id":171458,"tr_customer_product_id":171448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:19.000Z","modified_at":"2026-01-30T06:42:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10540855471555","imei1":"10540855471555","imei2":"10540855471555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171444,"job_number":"JOB_171444","tr_customer_id":171461,"tr_customer_product_id":171451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:21.000Z","modified_at":"2026-01-30T06:42:21.000Z","name":"Mia Hackett","mobile_number":"978-746-9888","email_id":"Kris_Ryan56@yahoo.com","dop":"2025-04-06","serial_number":"17010070198916548","imei1":"17010070198916548","imei2":"17010070198916548","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171447,"job_number":"JOB_171447","tr_customer_id":171464,"tr_customer_product_id":171454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:01.000Z","modified_at":"2026-01-30T06:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11286462949392","imei1":"11286462949392","imei2":"11286462949392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171449,"job_number":"JOB_171449","tr_customer_id":171466,"tr_customer_product_id":171456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:03.000Z","modified_at":"2026-01-30T06:43:03.000Z","name":"Chesley Waters","mobile_number":"308-932-3109","email_id":"Carmela.Carroll70@yahoo.com","dop":"2025-04-06","serial_number":"18587871383551744","imei1":"18587871383551744","imei2":"18587871383551744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171450,"job_number":"JOB_171450","tr_customer_id":171467,"tr_customer_product_id":171457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:44.000Z","modified_at":"2026-01-30T06:43:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16837989652693","imei1":"16837989652693","imei2":"16837989652693","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171452,"job_number":"JOB_171452","tr_customer_id":171469,"tr_customer_product_id":171459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:46.000Z","modified_at":"2026-01-30T06:43:46.000Z","name":"Oceane Balistreri","mobile_number":"982-609-2917","email_id":"Mckenna.MacGyver@yahoo.com","dop":"2025-04-06","serial_number":"10254914545826570","imei1":"10254914545826570","imei2":"10254914545826570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171453,"job_number":"JOB_171453","tr_customer_id":171470,"tr_customer_product_id":171460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:11.000Z","modified_at":"2026-01-30T06:44:11.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11354979510211","imei2":"11354979510211","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171455,"job_number":"JOB_171455","tr_customer_id":171472,"tr_customer_product_id":171462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:25.000Z","modified_at":"2026-01-30T06:44:25.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17276246388785","imei2":"17276246388785","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171457,"job_number":"JOB_171457","tr_customer_id":171474,"tr_customer_product_id":171464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:27.000Z","modified_at":"2026-01-30T06:44:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19454770736993","imei1":"19454770736993","imei2":"19454770736993","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171459,"job_number":"JOB_171459","tr_customer_id":171476,"tr_customer_product_id":171466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:29.000Z","modified_at":"2026-01-30T06:44:29.000Z","name":"Emerald Baumbach","mobile_number":"227-786-2981","email_id":"Clotilde.Weissnat55@gmail.com","dop":"2025-04-06","serial_number":"13439877704105120","imei1":"13439877704105120","imei2":"13439877704105120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171460,"job_number":"JOB_171460","tr_customer_id":171477,"tr_customer_product_id":171467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:38.000Z","modified_at":"2026-01-30T06:44:38.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14250175868810","imei2":"14250175868810","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171463,"job_number":"JOB_171463","tr_customer_id":171480,"tr_customer_product_id":171470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:48:02.000Z","modified_at":"2026-01-30T06:48:02.000Z","name":"Carroll Will","mobile_number":"884-569-5450","email_id":"Elva_Grimes20@yahoo.com","dop":"2025-04-06","serial_number":"11465550862617018","imei1":"11465550862617018","imei2":"11465550862617018","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171464,"job_number":"JOB_171464","tr_customer_id":171481,"tr_customer_product_id":171471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:53.000Z","modified_at":"2026-01-30T06:49:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16249148406513","imei1":"16249148406513","imei2":"16249148406513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171466,"job_number":"JOB_171466","tr_customer_id":171483,"tr_customer_product_id":171473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:55.000Z","modified_at":"2026-01-30T06:49:55.000Z","name":"Sam O'Keefe","mobile_number":"387-563-6363","email_id":"Ludwig_Wyman@hotmail.com","dop":"2025-04-06","serial_number":"15761893637363088","imei1":"15761893637363088","imei2":"15761893637363088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171470,"job_number":"JOB_171470","tr_customer_id":171487,"tr_customer_product_id":171477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:04.000Z","modified_at":"2026-01-30T06:50:04.000Z","name":"Miracle Blanda","mobile_number":"986-248-6169","email_id":"Freeda37@gmail.com","dop":"2025-09-09","serial_number":"16668035330546","imei1":"16668035330546","imei2":"16668035330546","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171471,"job_number":"JOB_171471","tr_customer_id":171488,"tr_customer_product_id":171478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:39.000Z","modified_at":"2026-01-30T06:50:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10169520905938","imei1":"10169520905938","imei2":"10169520905938","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171473,"job_number":"JOB_171473","tr_customer_id":171490,"tr_customer_product_id":171480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:40.000Z","modified_at":"2026-01-30T06:50:40.000Z","name":"Dorcas Green","mobile_number":"761-439-5288","email_id":"Jerrod.OKeefe@gmail.com","dop":"2025-04-06","serial_number":"12651465035248960","imei1":"12651465035248960","imei2":"12651465035248960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171477,"job_number":"JOB_171477","tr_customer_id":171494,"tr_customer_product_id":171484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:23.000Z","modified_at":"2026-01-30T06:51:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17548729132859","imei1":"17548729132859","imei2":"17548729132859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171479,"job_number":"JOB_171479","tr_customer_id":171496,"tr_customer_product_id":171486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:25.000Z","modified_at":"2026-01-30T06:51:25.000Z","name":"Roxane Feeney","mobile_number":"987-279-3107","email_id":"Nickolas_OKon@hotmail.com","dop":"2025-04-06","serial_number":"12697961695189620","imei1":"12697961695189620","imei2":"12697961695189620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171483,"job_number":"JOB_171483","tr_customer_id":171500,"tr_customer_product_id":171490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:32.000Z","modified_at":"2026-01-30T06:51:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11775548082085","imei1":"11775548082085","imei2":"11775548082085","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171485,"job_number":"JOB_171485","tr_customer_id":171502,"tr_customer_product_id":171492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:34.000Z","modified_at":"2026-01-30T06:51:34.000Z","name":"Lenora Ortiz","mobile_number":"745-612-2428","email_id":"Judge_Auer@gmail.com","dop":"2025-04-06","serial_number":"13798439907046462","imei1":"13798439907046462","imei2":"13798439907046462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171489,"job_number":"JOB_171489","tr_customer_id":171506,"tr_customer_product_id":171496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:24.000Z","modified_at":"2026-01-30T06:52:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16101568876220","imei1":"16101568876220","imei2":"16101568876220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171491,"job_number":"JOB_171491","tr_customer_id":171508,"tr_customer_product_id":171498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:25.000Z","modified_at":"2026-01-30T06:52:25.000Z","name":"Adrian Watsica","mobile_number":"724-989-7763","email_id":"Wilmer85@yahoo.com","dop":"2025-04-06","serial_number":"13603664094148922","imei1":"13603664094148922","imei2":"13603664094148922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171492,"job_number":"JOB_171492","tr_customer_id":171509,"tr_customer_product_id":171499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:53:15.000Z","modified_at":"2026-01-30T06:53:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18081540129974","imei1":"18081540129974","imei2":"18081540129974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:53:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171494,"job_number":"JOB_171494","tr_customer_id":171511,"tr_customer_product_id":171501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:53:17.000Z","modified_at":"2026-01-30T06:53:17.000Z","name":"Keagan Ruecker","mobile_number":"920-991-2092","email_id":"Demarco.Hodkiewicz37@hotmail.com","dop":"2025-04-06","serial_number":"15772399958179780","imei1":"15772399958179780","imei2":"15772399958179780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:53:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171495,"job_number":"JOB_171495","tr_customer_id":171512,"tr_customer_product_id":171502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:53:22.000Z","modified_at":"2026-01-30T06:53:22.000Z","name":"Angelica Runolfsson","mobile_number":"350-881-1158","email_id":"Chaya_Schuster@hotmail.com","dop":"2025-09-09","serial_number":"14454116015698","imei1":"14454116015698","imei2":"14454116015698","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171496,"job_number":"JOB_171496","tr_customer_id":171513,"tr_customer_product_id":171503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:55:04.000Z","modified_at":"2026-01-30T06:55:04.000Z","name":"Lurline Goodwin","mobile_number":"525-443-8103","email_id":"Jonathon42@hotmail.com","dop":"2025-09-09","serial_number":"15051964001163","imei1":"15051964001163","imei2":"15051964001163","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171497,"job_number":"JOB_171497","tr_customer_id":171514,"tr_customer_product_id":171504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:55:17.000Z","modified_at":"2026-01-30T06:55:17.000Z","name":"Skye Runolfsson","mobile_number":"225-345-3823","email_id":"Marquise_Larson@gmail.com","dop":"2025-09-09","serial_number":"12645485683199","imei1":"12645485683199","imei2":"12645485683199","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171498,"job_number":"JOB_171498","tr_customer_id":171515,"tr_customer_product_id":171505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:56:12.000Z","modified_at":"2026-01-30T06:56:12.000Z","name":"Kyla VonRueden","mobile_number":"952-649-7856","email_id":"Maudie.Wisozk0@hotmail.com","dop":"2025-09-09","serial_number":"10327867929275","imei1":"10327867929275","imei2":"10327867929275","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171499,"job_number":"JOB_171499","tr_customer_id":171516,"tr_customer_product_id":171506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:56:22.000Z","modified_at":"2026-01-30T06:56:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12193262939292","imei1":"12193262939292","imei2":"12193262939292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171501,"job_number":"JOB_171501","tr_customer_id":171518,"tr_customer_product_id":171508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:56:24.000Z","modified_at":"2026-01-30T06:56:24.000Z","name":"Armani Ward","mobile_number":"882-580-5671","email_id":"Freddie15@yahoo.com","dop":"2025-04-06","serial_number":"17374772680977526","imei1":"17374772680977526","imei2":"17374772680977526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171502,"job_number":"JOB_171502","tr_customer_id":171519,"tr_customer_product_id":171509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:06.000Z","modified_at":"2026-01-30T06:57:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10288515650281","imei1":"10288515650281","imei2":"10288515650281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171504,"job_number":"JOB_171504","tr_customer_id":171521,"tr_customer_product_id":171511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:08.000Z","modified_at":"2026-01-30T06:57:08.000Z","name":"Derek Brakus","mobile_number":"676-470-8305","email_id":"Eusebio12@yahoo.com","dop":"2025-04-06","serial_number":"15248174536099944","imei1":"15248174536099944","imei2":"15248174536099944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171505,"job_number":"JOB_171505","tr_customer_id":171522,"tr_customer_product_id":171512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:26.000Z","modified_at":"2026-01-30T06:57:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15751855527269","imei1":"15751855527269","imei2":"15751855527269","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171507,"job_number":"JOB_171507","tr_customer_id":171524,"tr_customer_product_id":171514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:28.000Z","modified_at":"2026-01-30T06:57:28.000Z","name":"Markus Funk","mobile_number":"661-936-2750","email_id":"Arvid79@yahoo.com","dop":"2025-04-06","serial_number":"16176404680002216","imei1":"16176404680002216","imei2":"16176404680002216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171508,"job_number":"JOB_171508","tr_customer_id":171525,"tr_customer_product_id":171515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:34.000Z","modified_at":"2026-01-30T06:57:34.000Z","name":"Imogene Brown","mobile_number":"988-800-4110","email_id":"Nicholas_Heathcote@hotmail.com","dop":"2025-09-09","serial_number":"17833147080997","imei1":"17833147080997","imei2":"17833147080997","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171510,"job_number":"JOB_171510","tr_customer_id":171527,"tr_customer_product_id":171517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:37.000Z","modified_at":"2026-01-30T06:57:37.000Z","name":"Matilda Kulas","mobile_number":"867-266-6207","email_id":"Will_Jakubowski@gmail.com","dop":"2025-04-06","serial_number":"19812028850368330","imei1":"19812028850368330","imei2":"19812028850368330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171511,"job_number":"JOB_171511","tr_customer_id":171528,"tr_customer_product_id":171518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:49.000Z","modified_at":"2026-01-30T06:57:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15313901353331","imei1":"15313901353331","imei2":"15313901353331","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171513,"job_number":"JOB_171513","tr_customer_id":171530,"tr_customer_product_id":171520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:51.000Z","modified_at":"2026-01-30T06:57:51.000Z","name":"Natalie Herman","mobile_number":"229-944-5627","email_id":"Freeman.Marquardt61@hotmail.com","dop":"2025-04-06","serial_number":"12333635859026370","imei1":"12333635859026370","imei2":"12333635859026370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171515,"job_number":"JOB_171515","tr_customer_id":171532,"tr_customer_product_id":171522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:59.000Z","modified_at":"2026-01-30T06:57:59.000Z","name":"Era DuBuque","mobile_number":"665-590-3835","email_id":"Patsy.Fisher@yahoo.com","dop":"2025-04-06","serial_number":"13545061129115658","imei1":"13545061129115658","imei2":"13545061129115658","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171516,"job_number":"JOB_171516","tr_customer_id":171533,"tr_customer_product_id":171523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:03.000Z","modified_at":"2026-01-30T06:58:03.000Z","name":"Tristin Willms","mobile_number":"345-708-1168","email_id":"Christophe27@gmail.com","dop":"2025-09-09","serial_number":"11106271964166","imei1":"11106271964166","imei2":"11106271964166","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171517,"job_number":"JOB_171517","tr_customer_id":171534,"tr_customer_product_id":171524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:08.000Z","modified_at":"2026-01-30T06:58:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10361754681296","imei1":"10361754681296","imei2":"10361754681296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171519,"job_number":"JOB_171519","tr_customer_id":171536,"tr_customer_product_id":171526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:10.000Z","modified_at":"2026-01-30T06:58:10.000Z","name":"Lew White","mobile_number":"370-372-0980","email_id":"Giles95@yahoo.com","dop":"2025-04-06","serial_number":"11398134508216808","imei1":"11398134508216808","imei2":"11398134508216808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171520,"job_number":"JOB_171520","tr_customer_id":171537,"tr_customer_product_id":171527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:45.000Z","modified_at":"2026-01-30T06:58:45.000Z","name":"Sterling Rau","mobile_number":"803-303-8082","email_id":"Rodolfo89@gmail.com","dop":"2025-09-09","serial_number":"16468926085081","imei1":"16468926085081","imei2":"16468926085081","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171521,"job_number":"JOB_171521","tr_customer_id":171538,"tr_customer_product_id":171528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:49.000Z","modified_at":"2026-01-30T06:58:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16592766373495","imei1":"16592766373495","imei2":"16592766373495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171523,"job_number":"JOB_171523","tr_customer_id":171540,"tr_customer_product_id":171530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:51.000Z","modified_at":"2026-01-30T06:58:51.000Z","name":"Neil Farrell","mobile_number":"869-464-6032","email_id":"Pearl47@gmail.com","dop":"2025-04-06","serial_number":"14717219945456170","imei1":"14717219945456170","imei2":"14717219945456170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171524,"job_number":"JOB_171524","tr_customer_id":171541,"tr_customer_product_id":171531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:59:02.000Z","modified_at":"2026-01-30T06:59:02.000Z","name":"Pearlie Prohaska","mobile_number":"525-592-5075","email_id":"Dominic_Skiles58@gmail.com","dop":"2025-09-09","serial_number":"12067535518042","imei1":"12067535518042","imei2":"12067535518042","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171526,"job_number":"JOB_171526","tr_customer_id":171543,"tr_customer_product_id":171533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:40.000Z","modified_at":"2026-01-30T07:01:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18723547504525","imei1":"18723547504525","imei2":"18723547504525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171528,"job_number":"JOB_171528","tr_customer_id":171545,"tr_customer_product_id":171535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:41.000Z","modified_at":"2026-01-30T07:01:41.000Z","name":"Dominique Schulist","mobile_number":"641-506-5536","email_id":"Agnes.Langosh6@gmail.com","dop":"2025-04-06","serial_number":"18569891496144810","imei1":"18569891496144810","imei2":"18569891496144810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171529,"job_number":"JOB_171529","tr_customer_id":171546,"tr_customer_product_id":171536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:42.000Z","modified_at":"2026-01-30T07:01:42.000Z","name":"Winston Leuschke","mobile_number":"524-917-9050","email_id":"Nicholaus.Padberg@hotmail.com","dop":"2025-04-06","serial_number":"11695114576255368","imei1":"11695114576255368","imei2":"11695114576255368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171530,"job_number":"JOB_171530","tr_customer_id":171547,"tr_customer_product_id":171537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:32.000Z","modified_at":"2026-01-30T07:02:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13121651044421","imei1":"13121651044421","imei2":"13121651044421","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171532,"job_number":"JOB_171532","tr_customer_id":171549,"tr_customer_product_id":171539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:34.000Z","modified_at":"2026-01-30T07:02:34.000Z","name":"Brett McClure","mobile_number":"455-262-6178","email_id":"Maxime84@hotmail.com","dop":"2025-04-06","serial_number":"14347449997241674","imei1":"14347449997241674","imei2":"14347449997241674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171533,"job_number":"JOB_171533","tr_customer_id":171550,"tr_customer_product_id":171540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:41.000Z","modified_at":"2026-01-30T07:02:41.000Z","name":"Graham Hammes","mobile_number":"783-764-9154","email_id":"Jillian.Ullrich@gmail.com","dop":"2025-09-09","serial_number":"16505345934610","imei1":"16505345934610","imei2":"16505345934610","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171534,"job_number":"JOB_171534","tr_customer_id":171551,"tr_customer_product_id":171541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:58.000Z","modified_at":"2026-01-30T07:02:58.000Z","name":"Keanu Haley","mobile_number":"421-716-5661","email_id":"Ally1@hotmail.com","dop":"2025-09-09","serial_number":"11259288924508","imei1":"11259288924508","imei2":"11259288924508","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171535,"job_number":"JOB_171535","tr_customer_id":171552,"tr_customer_product_id":171542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:03:22.000Z","modified_at":"2026-01-30T07:03:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14352760864327","imei1":"14352760864327","imei2":"14352760864327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:03:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171537,"job_number":"JOB_171537","tr_customer_id":171554,"tr_customer_product_id":171544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:03:24.000Z","modified_at":"2026-01-30T07:03:24.000Z","name":"Reymundo Mohr","mobile_number":"876-298-3930","email_id":"Ruby_Zulauf17@yahoo.com","dop":"2025-04-06","serial_number":"19316281534123830","imei1":"19316281534123830","imei2":"19316281534123830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171538,"job_number":"JOB_171538","tr_customer_id":171555,"tr_customer_product_id":171545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:07:47.000Z","modified_at":"2026-01-30T07:07:47.000Z","name":"Guido Zulauf","mobile_number":"784-302-0818","email_id":"Caitlyn.Quigley10@gmail.com","dop":"2025-09-09","serial_number":"10559669566701","imei1":"10559669566701","imei2":"10559669566701","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:07:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171539,"job_number":"JOB_171539","tr_customer_id":171556,"tr_customer_product_id":171546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:07:59.000Z","modified_at":"2026-01-30T07:07:59.000Z","name":"Leonora Hoppe","mobile_number":"483-457-4891","email_id":"Corrine.Hayes@gmail.com","dop":"2025-09-09","serial_number":"14104489288330","imei1":"14104489288330","imei2":"14104489288330","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:07:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171540,"job_number":"JOB_171540","tr_customer_id":171557,"tr_customer_product_id":171547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:08:07.000Z","modified_at":"2026-01-30T07:08:07.000Z","name":"Elvis Turcotte","mobile_number":"281-884-5495","email_id":"Ben19@gmail.com","dop":"2025-09-09","serial_number":"17527481920029","imei1":"17527481920029","imei2":"17527481920029","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171541,"job_number":"JOB_171541","tr_customer_id":171558,"tr_customer_product_id":171548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:08:15.000Z","modified_at":"2026-01-30T07:08:15.000Z","name":"Marcelina Crooks","mobile_number":"253-908-7134","email_id":"Assunta.Hackett@hotmail.com","dop":"2025-09-09","serial_number":"10723705659562","imei1":"10723705659562","imei2":"10723705659562","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:08:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171542,"job_number":"JOB_171542","tr_customer_id":171559,"tr_customer_product_id":171549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:11:47.000Z","modified_at":"2026-01-30T07:11:47.000Z","name":"Ashlee Gutmann","mobile_number":"508-472-4514","email_id":"Adell22@gmail.com","dop":"2025-09-09","serial_number":"19983866346710","imei1":"19983866346710","imei2":"19983866346710","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171543,"job_number":"JOB_171543","tr_customer_id":171560,"tr_customer_product_id":171550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:11:59.000Z","modified_at":"2026-01-30T07:11:59.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"12231391639422","imei1":"12231391639422","imei2":"12231391639422","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:11:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171545,"job_number":"JOB_171545","tr_customer_id":171562,"tr_customer_product_id":171552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:05.000Z","modified_at":"2026-01-30T07:12:05.000Z","name":"Waino Leuschke","mobile_number":"561-326-6019","email_id":"Abraham_Treutel89@hotmail.com","dop":"2025-09-09","serial_number":"15282738565681","imei1":"15282738565681","imei2":"15282738565681","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171546,"job_number":"JOB_171546","tr_customer_id":171563,"tr_customer_product_id":171553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:15.000Z","modified_at":"2026-01-30T07:12:15.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15562734371816","imei1":"15562734371816","imei2":"15562734371816","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171548,"job_number":"JOB_171548","tr_customer_id":171565,"tr_customer_product_id":171555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:31.000Z","modified_at":"2026-01-30T07:12:31.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"18902193482151","imei1":"18902193482151","imei2":"18902193482151","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171550,"job_number":"JOB_171550","tr_customer_id":171567,"tr_customer_product_id":171557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:57.000Z","modified_at":"2026-01-30T07:12:57.000Z","name":"Santiago Mayer","mobile_number":"304-279-5556","email_id":"Claudine.Pfeffer55@hotmail.com","dop":"2025-09-09","serial_number":"11947525262724","imei1":"11947525262724","imei2":"11947525262724","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171551,"job_number":"JOB_171551","tr_customer_id":171568,"tr_customer_product_id":171558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:19:18.000Z","modified_at":"2026-01-30T07:19:18.000Z","name":"Darlene Walsh","mobile_number":"208-874-3598","email_id":"Aurelio18@yahoo.com","dop":"2025-09-09","serial_number":"18968543355341","imei1":"18968543355341","imei2":"18968543355341","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171552,"job_number":"JOB_171552","tr_customer_id":171569,"tr_customer_product_id":171559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:19:38.000Z","modified_at":"2026-01-30T07:19:38.000Z","name":"Dillon Schneider","mobile_number":"893-967-3049","email_id":"Earlene5@gmail.com","dop":"2025-09-09","serial_number":"12483515662882","imei1":"12483515662882","imei2":"12483515662882","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171553,"job_number":"JOB_171553","tr_customer_id":171570,"tr_customer_product_id":171560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:20:15.000Z","modified_at":"2026-01-30T07:20:15.000Z","name":"Magdalen Heidenreich","mobile_number":"455-450-1143","email_id":"Gino.Jacobson@yahoo.com","dop":"2025-09-09","serial_number":"15814588098024","imei1":"15814588098024","imei2":"15814588098024","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171556,"job_number":"JOB_171556","tr_customer_id":171573,"tr_customer_product_id":171563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:00.000Z","modified_at":"2026-01-30T07:40:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11846664241594","imei1":"11846664241594","imei2":"11846664241594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:40:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171557,"job_number":"JOB_171557","tr_customer_id":171574,"tr_customer_product_id":171564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:00.000Z","modified_at":"2026-01-30T07:40:00.000Z","name":"Ryley Turner","mobile_number":"635-620-6350","email_id":"Petra.Runolfsdottir@yahoo.com","dop":"2025-04-06","serial_number":"10574124757543","imei1":"10574124757543","imei2":"10574124757543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:40:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171558,"job_number":"JOB_171558","tr_customer_id":171575,"tr_customer_product_id":171565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:01.000Z","modified_at":"2026-01-30T07:40:01.000Z","name":"Kenna Gulgowski","mobile_number":"751-892-2802","email_id":"Vicky_Christiansen@yahoo.com","dop":"2025-04-06","serial_number":"18567807307813350","imei1":"18567807307813350","imei2":"18567807307813350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:40:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170944,"job_number":"JOB_170944","tr_customer_id":170961,"tr_customer_product_id":170951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:48:26.000Z","modified_at":"2026-01-29T22:48:26.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Carolina_Kris@gmail.com","dop":"2025-07-02","serial_number":"15033876125735","imei1":"15033876125735","imei2":"15033876125735","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170961,"job_number":"JOB_170961","tr_customer_id":170978,"tr_customer_product_id":170968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:19:30.000Z","modified_at":"2026-01-29T23:19:30.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Esteban48@yahoo.com","dop":"2025-07-02","serial_number":"15853160446029","imei1":"15853160446029","imei2":"15853160446029","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:19:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171011,"job_number":"JOB_171011","tr_customer_id":171028,"tr_customer_product_id":171018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:25:50.000Z","modified_at":"2026-01-30T00:25:50.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Evans34@yahoo.com","dop":"2025-07-02","serial_number":"19932109751294","imei1":"19932109751294","imei2":"19932109751294","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171042,"job_number":"JOB_171042","tr_customer_id":171059,"tr_customer_product_id":171049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:40.000Z","modified_at":"2026-01-30T04:19:40.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Alessandro7@hotmail.com","dop":"2025-07-02","serial_number":"13676074499380","imei1":"13676074499380","imei2":"13676074499380","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171066,"job_number":"JOB_171066","tr_customer_id":171083,"tr_customer_product_id":171073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:57.000Z","modified_at":"2026-01-30T04:19:57.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Darrell.Padberg59@yahoo.com","dop":"2025-07-02","serial_number":"17791908953968","imei1":"17791908953968","imei2":"17791908953968","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171079,"job_number":"JOB_171079","tr_customer_id":171096,"tr_customer_product_id":171086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:15.000Z","modified_at":"2026-01-30T04:20:15.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Tremayne.Dietrich10@yahoo.com","dop":"2025-07-02","serial_number":"18910356990296","imei1":"18910356990296","imei2":"18910356990296","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171113,"job_number":"JOB_171113","tr_customer_id":171130,"tr_customer_product_id":171120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"122455350657810","imei1":"122455350657810","imei2":"122455350657810","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171114,"job_number":"JOB_171114","tr_customer_id":171131,"tr_customer_product_id":171121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"Gerson Mohr","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"178710514467794","imei1":"178710514467794","imei2":"178710514467794","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171116,"job_number":"JOB_171116","tr_customer_id":171133,"tr_customer_product_id":171123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:51.000Z","modified_at":"2026-01-30T04:20:51.000Z","name":"Estel Schultz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139288142978844","imei1":"139288142978844","imei2":"139288142978844","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171117,"job_number":"JOB_171117","tr_customer_id":171134,"tr_customer_product_id":171124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:51.000Z","modified_at":"2026-01-30T04:20:51.000Z","name":"Kira Bergstrom","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"105363578635133","imei1":"105363578635133","imei2":"105363578635133","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171125,"job_number":"JOB_171125","tr_customer_id":171142,"tr_customer_product_id":171132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:02.000Z","modified_at":"2026-01-30T04:21:02.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"129629439596705","imei1":"129629439596705","imei2":"129629439596705","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171126,"job_number":"JOB_171126","tr_customer_id":171143,"tr_customer_product_id":171133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Arielle Wunsch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"152104315893585","imei1":"152104315893585","imei2":"152104315893585","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171128,"job_number":"JOB_171128","tr_customer_id":171145,"tr_customer_product_id":171135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Viva Stoltenberg","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"190137399588755","imei1":"190137399588755","imei2":"190137399588755","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171129,"job_number":"JOB_171129","tr_customer_id":171146,"tr_customer_product_id":171136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Letha Hudson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128053550904077","imei1":"128053550904077","imei2":"128053550904077","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171145,"job_number":"JOB_171145","tr_customer_id":171162,"tr_customer_product_id":171152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:14.000Z","modified_at":"2026-01-30T04:21:14.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15705041186083","imei1":"15705041186083","imei2":"15705041186083","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171163,"job_number":"JOB_171163","tr_customer_id":171180,"tr_customer_product_id":171170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:32.000Z","modified_at":"2026-01-30T04:21:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105151120147789","imei1":"105151120147789","imei2":"105151120147789","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171165,"job_number":"JOB_171165","tr_customer_id":171182,"tr_customer_product_id":171172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:32.000Z","modified_at":"2026-01-30T04:21:32.000Z","name":"Cathryn Bernhard","mobile_number":"679-770-2832","email_id":"Clay_Upton5@gmail.com","dop":"2025-06-09","serial_number":"107986472211083","imei1":"107986472211083","imei2":"107986472211083","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171175,"job_number":"JOB_171175","tr_customer_id":171192,"tr_customer_product_id":171182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:47.000Z","modified_at":"2026-01-30T04:21:47.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"109483218155169","imei1":"109483218155169","imei2":"109483218155169","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171177,"job_number":"JOB_171177","tr_customer_id":171194,"tr_customer_product_id":171184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:47.000Z","modified_at":"2026-01-30T04:21:47.000Z","name":"Verda Goldner","mobile_number":"960-443-2362","email_id":"Jennifer42@hotmail.com","dop":"2025-06-09","serial_number":"102955799153965","imei1":"102955799153965","imei2":"102955799153965","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171192,"job_number":"JOB_171192","tr_customer_id":171209,"tr_customer_product_id":171199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:02.000Z","modified_at":"2026-01-30T04:22:02.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100677291391295","imei1":"100677291391295","imei2":"100677291391295","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171194,"job_number":"JOB_171194","tr_customer_id":171211,"tr_customer_product_id":171201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:03.000Z","modified_at":"2026-01-30T04:22:03.000Z","name":"Kim Thompson","mobile_number":"614-340-0814","email_id":"Cyrus.Goyette29@yahoo.com","dop":"2025-06-09","serial_number":"109720569545754","imei1":"109720569545754","imei2":"109720569545754","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171238,"job_number":"JOB_171238","tr_customer_id":171255,"tr_customer_product_id":171245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:04:03.000Z","modified_at":"2026-01-30T05:04:03.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"12599775730300","imei1":"12599775730300","imei2":"12599775730300","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171399,"job_number":"JOB_171399","tr_customer_id":171416,"tr_customer_product_id":171406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:27.000Z","modified_at":"2026-01-30T06:34:27.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109299978776517","imei1":"109299978776517","imei2":"109299978776517","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171401,"job_number":"JOB_171401","tr_customer_id":171418,"tr_customer_product_id":171408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:27.000Z","modified_at":"2026-01-30T06:34:27.000Z","name":"Lulu Donnelly","mobile_number":"238-424-2510","email_id":"Estefania.Keebler24@gmail.com","dop":"2025-06-09","serial_number":"108814377152572","imei1":"108814377152572","imei2":"108814377152572","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171403,"job_number":"JOB_171403","tr_customer_id":171420,"tr_customer_product_id":171410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:44.000Z","modified_at":"2026-01-30T06:34:44.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108853740222209","imei1":"108853740222209","imei2":"108853740222209","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171405,"job_number":"JOB_171405","tr_customer_id":171422,"tr_customer_product_id":171412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:45.000Z","modified_at":"2026-01-30T06:34:45.000Z","name":"Erica Mante","mobile_number":"690-212-8778","email_id":"Hoyt83@gmail.com","dop":"2025-06-09","serial_number":"103857774331542","imei1":"103857774331542","imei2":"103857774331542","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171406,"job_number":"JOB_171406","tr_customer_id":171423,"tr_customer_product_id":171413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:46.000Z","modified_at":"2026-01-30T06:34:46.000Z","name":"Marina Wiza","mobile_number":"439-492-2032","email_id":"Robyn_Bechtelar@yahoo.com","dop":"2025-06-09","serial_number":"39589560771344800","imei1":"39589560771344800","imei2":"39589560771344800","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171407,"job_number":"JOB_171407","tr_customer_id":171424,"tr_customer_product_id":171414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:35:01.000Z","modified_at":"2026-01-30T06:35:01.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100332632151671","imei1":"100332632151671","imei2":"100332632151671","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171409,"job_number":"JOB_171409","tr_customer_id":171426,"tr_customer_product_id":171416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:35:02.000Z","modified_at":"2026-01-30T06:35:02.000Z","name":"Mariah Cronin","mobile_number":"577-623-5754","email_id":"Mina.Zboncak61@gmail.com","dop":"2025-06-09","serial_number":"104486877785998","imei1":"104486877785998","imei2":"104486877785998","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:35:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171559,"job_number":"JOB_171559","tr_customer_id":171576,"tr_customer_product_id":171566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:04.000Z","modified_at":"2026-01-30T07:40:04.000Z","name":"Laurine Rodriguez","mobile_number":"486-650-1624","email_id":"Beulah66@gmail.com","dop":"2025-11-04","serial_number":"43020844351253","imei1":"43020844351253","imei2":"43020844351253","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:40:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 279ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MDh9.kByYencBWbjGoi57jtcZTty5uAAJxPwohGHulriOKtk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b81c2692-550e-4a33-a40a-b7233568f709
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 284ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MDh9.kByYencBWbjGoi57jtcZTty5uAAJxPwohGHulriOKtk
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 046d5f74-beaf-4940-b72c-fcb296dac8a9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 171559,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 343ms
Mean size per request: 459.89KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MDh9.kByYencBWbjGoi57jtcZTty5uAAJxPwohGHulriOKtk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f95d9979-43c2-4d10-bd47-aaa5f9473251
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"72f91-2wsNp+AcdG+Z2S8UyT6lRWK+DuM"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 30 Jan 2026 07:40:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":171084,"job_number":"JOB_171084","tr_customer_id":171101,"tr_customer_product_id":171091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:19.000Z","modified_at":"2026-01-30T04:20:19.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10334439849599","imei1":"10334439849599","imei2":"10334439849599","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171087,"job_number":"JOB_171087","tr_customer_id":171104,"tr_customer_product_id":171094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:21.000Z","modified_at":"2026-01-30T04:20:21.000Z","name":"Thea Kilback","mobile_number":"352-427-6834","email_id":"Micaela_Greenfelder55@gmail.com","dop":"2000-01-31","serial_number":"1057508121111206","imei1":"1057508121111206","imei2":"1057508121111206","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171130,"job_number":"JOB_171130","tr_customer_id":171147,"tr_customer_product_id":171137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:04.000Z","modified_at":"2026-01-30T04:21:04.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10661726422848","imei1":"10661726422848","imei2":"10661726422848","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171134,"job_number":"JOB_171134","tr_customer_id":171151,"tr_customer_product_id":171141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:06.000Z","modified_at":"2026-01-30T04:21:06.000Z","name":"Daron Weimann","mobile_number":"669-861-4502","email_id":"Maya.Olson@hotmail.com","dop":"2000-01-31","serial_number":"1089050112890730","imei1":"1089050112890730","imei2":"1089050112890730","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171180,"job_number":"JOB_171180","tr_customer_id":171197,"tr_customer_product_id":171187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:49.000Z","modified_at":"2026-01-30T04:21:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10684632463129","imei1":"10684632463129","imei2":"10684632463129","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171184,"job_number":"JOB_171184","tr_customer_id":171201,"tr_customer_product_id":171191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:50.000Z","modified_at":"2026-01-30T04:21:50.000Z","name":"Lillie Tromp","mobile_number":"781-701-0318","email_id":"Devonte98@gmail.com","dop":"2000-01-31","serial_number":"1032149972052196","imei1":"1032149972052196","imei2":"1032149972052196","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171207,"job_number":"JOB_171207","tr_customer_id":171224,"tr_customer_product_id":171214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:33.000Z","modified_at":"2026-01-30T04:22:33.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10486566917712","imei1":"10486566917712","imei2":"10486566917712","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171209,"job_number":"JOB_171209","tr_customer_id":171226,"tr_customer_product_id":171216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:34.000Z","modified_at":"2026-01-30T04:22:34.000Z","name":"Marianne Mayert","mobile_number":"699-633-4366","email_id":"Reyna18@hotmail.com","dop":"2000-01-31","serial_number":"1081188012489991","imei1":"1081188012489991","imei2":"1081188012489991","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171467,"job_number":"JOB_171467","tr_customer_id":171484,"tr_customer_product_id":171474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:57.000Z","modified_at":"2026-01-30T06:49:57.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10885059418353","imei1":"10885059418353","imei2":"10885059418353","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171469,"job_number":"JOB_171469","tr_customer_id":171486,"tr_customer_product_id":171476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:59.000Z","modified_at":"2026-01-30T06:49:59.000Z","name":"Geo Kulas","mobile_number":"677-564-2868","email_id":"Rowena.Beier@gmail.com","dop":"2000-01-31","serial_number":"1038309113358548","imei1":"1038309113358548","imei2":"1038309113358548","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171474,"job_number":"JOB_171474","tr_customer_id":171491,"tr_customer_product_id":171481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:44.000Z","modified_at":"2026-01-30T06:50:44.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10138717050619","imei1":"10138717050619","imei2":"10138717050619","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171476,"job_number":"JOB_171476","tr_customer_id":171493,"tr_customer_product_id":171483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:46.000Z","modified_at":"2026-01-30T06:50:46.000Z","name":"Ariel Huels","mobile_number":"535-999-2215","email_id":"Meta.Schaden83@yahoo.com","dop":"2000-01-31","serial_number":"1007358706824285","imei1":"1007358706824285","imei2":"1007358706824285","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171480,"job_number":"JOB_171480","tr_customer_id":171497,"tr_customer_product_id":171487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:30.000Z","modified_at":"2026-01-30T06:51:30.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10078460753366","imei1":"10078460753366","imei2":"10078460753366","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171482,"job_number":"JOB_171482","tr_customer_id":171499,"tr_customer_product_id":171489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:32.000Z","modified_at":"2026-01-30T06:51:32.000Z","name":"Adele Hyatt","mobile_number":"318-668-1034","email_id":"Kameron62@yahoo.com","dop":"2000-01-31","serial_number":"1038689945006620","imei1":"1038689945006620","imei2":"1038689945006620","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:32.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171486,"job_number":"JOB_171486","tr_customer_id":171503,"tr_customer_product_id":171493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:16.000Z","modified_at":"2026-01-30T06:52:16.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10895912519873","imei1":"10895912519873","imei2":"10895912519873","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171488,"job_number":"JOB_171488","tr_customer_id":171505,"tr_customer_product_id":171495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:18.000Z","modified_at":"2026-01-30T06:52:18.000Z","name":"Augustine King","mobile_number":"516-270-9722","email_id":"Juston_Kling68@hotmail.com","dop":"2000-01-31","serial_number":"1004032210903606","imei1":"1004032210903606","imei2":"1004032210903606","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:18.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170934,"job_number":"JOB_170934","tr_customer_id":170951,"tr_customer_product_id":170941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T20:54:48.000Z","modified_at":"2026-01-29T20:54:48.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-24","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-24T20:54:47.066198069Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T20:54:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170935,"job_number":"JOB_170935","tr_customer_id":170952,"tr_customer_product_id":170942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:04:30.000Z","modified_at":"2026-01-29T22:04:30.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"152670001311313","imei1":"152670001311313","imei2":"152670001311313","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:04:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170936,"job_number":"JOB_170936","tr_customer_id":170953,"tr_customer_product_id":170943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:08:22.000Z","modified_at":"2026-01-29T22:08:22.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"141478756266125","imei1":"141478756266125","imei2":"141478756266125","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:08:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170937,"job_number":"JOB_170937","tr_customer_id":170954,"tr_customer_product_id":170944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:10:58.000Z","modified_at":"2026-01-29T22:10:58.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"190707338116476","imei1":"190707338116476","imei2":"190707338116476","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:10:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170938,"job_number":"JOB_170938","tr_customer_id":170955,"tr_customer_product_id":170945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:11:26.000Z","modified_at":"2026-01-29T22:11:26.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"193958377500658","imei1":"193958377500658","imei2":"193958377500658","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:11:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170939,"job_number":"JOB_170939","tr_customer_id":170956,"tr_customer_product_id":170946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:11:48.000Z","modified_at":"2026-01-29T22:11:48.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"104238476337588","imei1":"104238476337588","imei2":"104238476337588","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170940,"job_number":"JOB_170940","tr_customer_id":170957,"tr_customer_product_id":170947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:14:04.000Z","modified_at":"2026-01-29T22:14:04.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"136508884623334","imei1":"136508884623334","imei2":"136508884623334","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:14:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170941,"job_number":"JOB_170941","tr_customer_id":170958,"tr_customer_product_id":170948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:18:24.000Z","modified_at":"2026-01-29T22:18:24.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"177228857096241","imei1":"177228857096241","imei2":"177228857096241","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:18:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170942,"job_number":"JOB_170942","tr_customer_id":170959,"tr_customer_product_id":170949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:18:48.000Z","modified_at":"2026-01-29T22:18:48.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"136053200246728","imei1":"136053200246728","imei2":"136053200246728","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:18:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170943,"job_number":"JOB_170943","tr_customer_id":170960,"tr_customer_product_id":170950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:20:39.000Z","modified_at":"2026-01-29T22:20:39.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"130852628447961","imei1":"130852628447961","imei2":"130852628447961","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170945,"job_number":"JOB_170945","tr_customer_id":170962,"tr_customer_product_id":170952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:54:06.000Z","modified_at":"2026-01-29T22:54:06.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"137645666224769","imei1":"137645666224769","imei2":"137645666224769","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:54:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170946,"job_number":"JOB_170946","tr_customer_id":170963,"tr_customer_product_id":170953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:55:31.000Z","modified_at":"2026-01-29T22:55:31.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"146570843073906","imei1":"146570843073906","imei2":"146570843073906","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170947,"job_number":"JOB_170947","tr_customer_id":170964,"tr_customer_product_id":170954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:56:41.000Z","modified_at":"2026-01-29T22:56:41.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"187445080187992","imei1":"187445080187992","imei2":"187445080187992","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170948,"job_number":"JOB_170948","tr_customer_id":170965,"tr_customer_product_id":170955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:57:40.000Z","modified_at":"2026-01-29T22:57:40.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"195065095287755","imei1":"195065095287755","imei2":"195065095287755","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170949,"job_number":"JOB_170949","tr_customer_id":170966,"tr_customer_product_id":170956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:58:18.000Z","modified_at":"2026-01-29T22:58:18.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"156179887592199","imei1":"156179887592199","imei2":"156179887592199","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170950,"job_number":"JOB_170950","tr_customer_id":170967,"tr_customer_product_id":170957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:58:50.000Z","modified_at":"2026-01-29T22:58:50.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"182274226347784","imei1":"182274226347784","imei2":"182274226347784","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170951,"job_number":"JOB_170951","tr_customer_id":170968,"tr_customer_product_id":170958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:11:44.000Z","modified_at":"2026-01-29T23:11:44.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"198041785027203","imei1":"198041785027203","imei2":"198041785027203","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:11:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170952,"job_number":"JOB_170952","tr_customer_id":170969,"tr_customer_product_id":170959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:30.000Z","modified_at":"2026-01-29T23:14:30.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"17021029563270","imei1":"17021029563270","imei2":"17021029563270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170954,"job_number":"JOB_170954","tr_customer_id":170971,"tr_customer_product_id":170961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:31.000Z","modified_at":"2026-01-29T23:14:31.000Z","name":"Terrell Lockman","mobile_number":"437-547-6256","email_id":"Abdul.Wehner37@hotmail.com","dop":"2025-04-06","serial_number":"10016164199382554","imei1":"10016164199382554","imei2":"10016164199382554","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170955,"job_number":"JOB_170955","tr_customer_id":170972,"tr_customer_product_id":170962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:39.000Z","modified_at":"2026-01-29T23:14:39.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"18720195446893","imei1":"18720195446893","imei2":"18720195446893","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170957,"job_number":"JOB_170957","tr_customer_id":170974,"tr_customer_product_id":170964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:40.000Z","modified_at":"2026-01-29T23:14:40.000Z","name":"Hermann Larkin","mobile_number":"500-819-0151","email_id":"Francisco81@hotmail.com","dop":"2025-04-06","serial_number":"15887698112500496","imei1":"15887698112500496","imei2":"15887698112500496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170958,"job_number":"JOB_170958","tr_customer_id":170975,"tr_customer_product_id":170965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:46.000Z","modified_at":"2026-01-29T23:14:46.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"16899085736197","imei1":"16899085736197","imei2":"16899085736197","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170960,"job_number":"JOB_170960","tr_customer_id":170977,"tr_customer_product_id":170967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:47.000Z","modified_at":"2026-01-29T23:14:47.000Z","name":"Dameon Rice","mobile_number":"900-821-4035","email_id":"Alan_Keebler3@yahoo.com","dop":"2025-04-06","serial_number":"16374809289727772","imei1":"16374809289727772","imei2":"16374809289727772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170962,"job_number":"JOB_170962","tr_customer_id":170979,"tr_customer_product_id":170969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:19:59.000Z","modified_at":"2026-01-29T23:19:59.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"17282982707179","imei1":"17282982707179","imei2":"17282982707179","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:19:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170964,"job_number":"JOB_170964","tr_customer_id":170981,"tr_customer_product_id":170971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:20:00.000Z","modified_at":"2026-01-29T23:20:00.000Z","name":"Jeffry Schumm","mobile_number":"653-298-5489","email_id":"Axel_Marquardt@hotmail.com","dop":"2025-04-06","serial_number":"11916684849804726","imei1":"11916684849804726","imei2":"11916684849804726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:20:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170965,"job_number":"JOB_170965","tr_customer_id":170982,"tr_customer_product_id":170972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:20:22.000Z","modified_at":"2026-01-29T23:20:22.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"12443029639239","imei1":"12443029639239","imei2":"12443029639239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170967,"job_number":"JOB_170967","tr_customer_id":170984,"tr_customer_product_id":170974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:20:23.000Z","modified_at":"2026-01-29T23:20:23.000Z","name":"Marta Hane","mobile_number":"416-970-1187","email_id":"Antonio17@gmail.com","dop":"2025-04-06","serial_number":"16095811900718672","imei1":"16095811900718672","imei2":"16095811900718672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170968,"job_number":"JOB_170968","tr_customer_id":170985,"tr_customer_product_id":170975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:20:46.000Z","modified_at":"2026-01-29T23:20:46.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"11683645754852","imei1":"11683645754852","imei2":"11683645754852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170970,"job_number":"JOB_170970","tr_customer_id":170987,"tr_customer_product_id":170977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:20:47.000Z","modified_at":"2026-01-29T23:20:47.000Z","name":"Elisha Boehm","mobile_number":"708-676-8657","email_id":"Gwen63@hotmail.com","dop":"2025-04-06","serial_number":"19923755190717840","imei1":"19923755190717840","imei2":"19923755190717840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170971,"job_number":"JOB_170971","tr_customer_id":170988,"tr_customer_product_id":170978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:24:42.000Z","modified_at":"2026-01-29T23:24:42.000Z","name":"Paige Hahn","mobile_number":"591-938-8987","email_id":"Marcelle.Ward7@yahoo.com","dop":"2025-05-01","serial_number":"17782932930851","imei1":"17782932930851","imei2":"17782932930851","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170972,"job_number":"JOB_170972","tr_customer_id":170989,"tr_customer_product_id":170979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:27:56.000Z","modified_at":"2026-01-29T23:27:56.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"17647806985385","imei1":"17647806985385","imei2":"17647806985385","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170974,"job_number":"JOB_170974","tr_customer_id":170991,"tr_customer_product_id":170981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:27:57.000Z","modified_at":"2026-01-29T23:27:57.000Z","name":"Pierre Hane","mobile_number":"344-531-3630","email_id":"Vincenzo_Mosciski@gmail.com","dop":"2025-04-06","serial_number":"15746635210960528","imei1":"15746635210960528","imei2":"15746635210960528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170975,"job_number":"JOB_170975","tr_customer_id":170992,"tr_customer_product_id":170982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:28:23.000Z","modified_at":"2026-01-29T23:28:23.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"17250031710771","imei1":"17250031710771","imei2":"17250031710771","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170977,"job_number":"JOB_170977","tr_customer_id":170994,"tr_customer_product_id":170984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:28:24.000Z","modified_at":"2026-01-29T23:28:24.000Z","name":"Nelle Baumbach","mobile_number":"563-656-8533","email_id":"Tyrel_Corkery38@yahoo.com","dop":"2025-04-06","serial_number":"16179214541476158","imei1":"16179214541476158","imei2":"16179214541476158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:28:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170978,"job_number":"JOB_170978","tr_customer_id":170995,"tr_customer_product_id":170985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:28:50.000Z","modified_at":"2026-01-29T23:28:50.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"13912742458465","imei1":"13912742458465","imei2":"13912742458465","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:28:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170980,"job_number":"JOB_170980","tr_customer_id":170997,"tr_customer_product_id":170987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:28:51.000Z","modified_at":"2026-01-29T23:28:51.000Z","name":"Priscilla Leannon","mobile_number":"541-496-0783","email_id":"Edgardo_Upton56@gmail.com","dop":"2025-04-06","serial_number":"12119167624213330","imei1":"12119167624213330","imei2":"12119167624213330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:28:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170981,"job_number":"JOB_170981","tr_customer_id":170998,"tr_customer_product_id":170988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:30:02.000Z","modified_at":"2026-01-29T23:30:02.000Z","name":"Kirsten Nitzsche","mobile_number":"502-484-2223","email_id":"Cecil.Bayer85@hotmail.com","dop":"2025-12-10","serial_number":"127380760649969","imei1":"127380760649969","imei2":"127380760649969","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:30:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170982,"job_number":"JOB_170982","tr_customer_id":170999,"tr_customer_product_id":170989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:30:28.000Z","modified_at":"2026-01-29T23:30:28.000Z","name":"Emilio Zboncak","mobile_number":"207-951-3435","email_id":"Sammy_Rempel45@yahoo.com","dop":"2025-12-10","serial_number":"153256482292524","imei1":"153256482292524","imei2":"153256482292524","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:30:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170983,"job_number":"JOB_170983","tr_customer_id":171000,"tr_customer_product_id":170990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:30:39.000Z","modified_at":"2026-01-29T23:30:39.000Z","name":"Reyes Rempel","mobile_number":"773-531-8837","email_id":"Laurie85@hotmail.com","dop":"2025-05-01","serial_number":"15594500302520","imei1":"15594500302520","imei2":"15594500302520","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:30:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170984,"job_number":"JOB_170984","tr_customer_id":171001,"tr_customer_product_id":170991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:35:31.000Z","modified_at":"2026-01-29T23:35:31.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"13810072416321","imei1":"13810072416321","imei2":"13810072416321","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:35:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170986,"job_number":"JOB_170986","tr_customer_id":171003,"tr_customer_product_id":170993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:35:32.000Z","modified_at":"2026-01-29T23:35:32.000Z","name":"Muriel Zulauf","mobile_number":"697-928-2444","email_id":"Bradly16@gmail.com","dop":"2025-04-06","serial_number":"10701044802978842","imei1":"10701044802978842","imei2":"10701044802978842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:35:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170987,"job_number":"JOB_170987","tr_customer_id":171004,"tr_customer_product_id":170994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:36:00.000Z","modified_at":"2026-01-29T23:36:00.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"13123973611028","imei1":"13123973611028","imei2":"13123973611028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170989,"job_number":"JOB_170989","tr_customer_id":171006,"tr_customer_product_id":170996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:36:01.000Z","modified_at":"2026-01-29T23:36:01.000Z","name":"Josianne Hermiston","mobile_number":"841-640-7613","email_id":"Billie94@gmail.com","dop":"2025-04-06","serial_number":"18913021336825596","imei1":"18913021336825596","imei2":"18913021336825596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:36:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170990,"job_number":"JOB_170990","tr_customer_id":171007,"tr_customer_product_id":170997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:36:28.000Z","modified_at":"2026-01-29T23:36:28.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"19506829257318","imei1":"19506829257318","imei2":"19506829257318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:36:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170992,"job_number":"JOB_170992","tr_customer_id":171009,"tr_customer_product_id":170999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:36:29.000Z","modified_at":"2026-01-29T23:36:29.000Z","name":"Magdalena Erdman","mobile_number":"693-912-8428","email_id":"Roxanne4@yahoo.com","dop":"2025-04-06","serial_number":"13801116385466660","imei1":"13801116385466660","imei2":"13801116385466660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:36:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170993,"job_number":"JOB_170993","tr_customer_id":171010,"tr_customer_product_id":171000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:40:09.000Z","modified_at":"2026-01-29T23:40:09.000Z","name":"Rory Heidenreich","mobile_number":"793-934-2132","email_id":"Royal36@yahoo.com","dop":"2025-12-10","serial_number":"10128834109223446","imei1":"10128834109223446","imei2":"10128834109223446","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:40:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170994,"job_number":"JOB_170994","tr_customer_id":171011,"tr_customer_product_id":171001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:40:59.000Z","modified_at":"2026-01-29T23:40:59.000Z","name":"Reyes Rempel","mobile_number":"773-531-8837","email_id":"Laurie85@hotmail.com","dop":"2025-05-01","serial_number":"35594500302520","imei1":"35594500302520","imei2":"35594500302520","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:40:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170995,"job_number":"JOB_170995","tr_customer_id":171012,"tr_customer_product_id":171002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:01.000Z","modified_at":"2026-01-29T23:42:01.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"12540570355351","imei1":"12540570355351","imei2":"12540570355351","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170997,"job_number":"JOB_170997","tr_customer_id":171014,"tr_customer_product_id":171004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:02.000Z","modified_at":"2026-01-29T23:42:02.000Z","name":"Emile Oberbrunner","mobile_number":"834-989-7543","email_id":"Hassan_Zboncak88@gmail.com","dop":"2025-04-06","serial_number":"16761765670322104","imei1":"16761765670322104","imei2":"16761765670322104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170998,"job_number":"JOB_170998","tr_customer_id":171015,"tr_customer_product_id":171005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:29.000Z","modified_at":"2026-01-29T23:42:29.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"18753768629623","imei1":"18753768629623","imei2":"18753768629623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171000,"job_number":"JOB_171000","tr_customer_id":171017,"tr_customer_product_id":171007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:30.000Z","modified_at":"2026-01-29T23:42:30.000Z","name":"Janelle Towne","mobile_number":"497-606-6315","email_id":"Nayeli_Kohler24@gmail.com","dop":"2025-04-06","serial_number":"11320646881969810","imei1":"11320646881969810","imei2":"11320646881969810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171001,"job_number":"JOB_171001","tr_customer_id":171018,"tr_customer_product_id":171008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:56.000Z","modified_at":"2026-01-29T23:42:56.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"19260284269655","imei1":"19260284269655","imei2":"19260284269655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171003,"job_number":"JOB_171003","tr_customer_id":171020,"tr_customer_product_id":171010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:57.000Z","modified_at":"2026-01-29T23:42:57.000Z","name":"Clifford Treutel","mobile_number":"311-905-8178","email_id":"Della7@gmail.com","dop":"2025-04-06","serial_number":"10708441773562332","imei1":"10708441773562332","imei2":"10708441773562332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171004,"job_number":"JOB_171004","tr_customer_id":171021,"tr_customer_product_id":171011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:46:20.000Z","modified_at":"2026-01-29T23:46:20.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-19","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-19T23:46:19.633696493Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171005,"job_number":"JOB_171005","tr_customer_id":171022,"tr_customer_product_id":171012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:46:20.000Z","modified_at":"2026-01-29T23:46:20.000Z","name":"Som Pillai","mobile_number":"7053079833","email_id":"sarala.mishra@hotmail.com","dop":"2026-01-19","serial_number":"709106391543744","imei1":"709106391543744","imei2":"709106391543744","popurl":"www.amaranaath-panicker.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171006,"job_number":"JOB_171006","tr_customer_id":171023,"tr_customer_product_id":171013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:48:46.000Z","modified_at":"2026-01-29T23:48:46.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-19","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-19T23:48:45.977175280Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:48:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171007,"job_number":"JOB_171007","tr_customer_id":171024,"tr_customer_product_id":171014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:49:48.000Z","modified_at":"2026-01-29T23:49:48.000Z","name":"Reymundo Flatley","mobile_number":"997-280-4322","email_id":"Kyler.Stanton@hotmail.com","dop":"2025-12-10","serial_number":"180671090876939","imei1":"180671090876939","imei2":"180671090876939","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171008,"job_number":"JOB_171008","tr_customer_id":171025,"tr_customer_product_id":171015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:50:11.000Z","modified_at":"2026-01-29T23:50:11.000Z","name":"Peter Will","mobile_number":"878-494-8269","email_id":"Izaiah.Rowe@gmail.com","dop":"2025-12-10","serial_number":"123620711580984","imei1":"123620711580984","imei2":"123620711580984","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171009,"job_number":"JOB_171009","tr_customer_id":171026,"tr_customer_product_id":171016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:08:27.000Z","modified_at":"2026-01-30T00:08:27.000Z","name":"Alexandra Emmerich","mobile_number":"541-804-6888","email_id":"Hayden_Ebert@gmail.com","dop":"2025-12-10","serial_number":"192618610756540","imei1":"192618610756540","imei2":"192618610756540","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:08:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171010,"job_number":"JOB_171010","tr_customer_id":171027,"tr_customer_product_id":171017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:10:08.000Z","modified_at":"2026-01-30T00:10:08.000Z","name":"Marcus Batz","mobile_number":"815-586-3143","email_id":"Anne.Mertz@hotmail.com","dop":"2025-12-10","serial_number":"196747128061158","imei1":"196747128061158","imei2":"196747128061158","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:10:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171012,"job_number":"JOB_171012","tr_customer_id":171029,"tr_customer_product_id":171019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:46:04.000Z","modified_at":"2026-01-30T00:46:04.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"69077551366337","imei1":"69077551366337","imei2":"69077551366337","popurl":"2026-01-20T00:46:05.360110400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171013,"job_number":"JOB_171013","tr_customer_id":171030,"tr_customer_product_id":171020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T01:06:28.000Z","modified_at":"2026-01-30T01:06:28.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"95342828280759","imei1":"95342828280759","imei2":"95342828280759","popurl":"2026-01-20T01:06:28.428047187Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T01:06:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171014,"job_number":"JOB_171014","tr_customer_id":171031,"tr_customer_product_id":171021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T01:07:10.000Z","modified_at":"2026-01-30T01:07:10.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"58957088779228","imei1":"58957088779228","imei2":"58957088779228","popurl":"2026-01-20T01:07:10.028400917Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T01:07:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171015,"job_number":"JOB_171015","tr_customer_id":171032,"tr_customer_product_id":171022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:02:32.000Z","modified_at":"2026-01-30T02:02:32.000Z","name":"Lucy Stanton","mobile_number":"751-787-9156","email_id":"Ona78@yahoo.com","dop":"2025-12-10","serial_number":"113029298018590","imei1":"113029298018590","imei2":"113029298018590","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:02:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171016,"job_number":"JOB_171016","tr_customer_id":171033,"tr_customer_product_id":171023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:10:03.000Z","modified_at":"2026-01-30T02:10:03.000Z","name":"Maya Kassulke","mobile_number":"701-580-8927","email_id":"Keeley14@gmail.com","dop":"2025-12-10","serial_number":"115935734016490","imei1":"115935734016490","imei2":"115935734016490","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:10:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171017,"job_number":"JOB_171017","tr_customer_id":171034,"tr_customer_product_id":171024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:17:01.000Z","modified_at":"2026-01-30T02:17:01.000Z","name":"Wanda Hills","mobile_number":"550-723-6743","email_id":"Ludwig.Glover@hotmail.com","dop":"2025-12-10","serial_number":"167787378226206","imei1":"167787378226206","imei2":"167787378226206","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:17:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171018,"job_number":"JOB_171018","tr_customer_id":171035,"tr_customer_product_id":171025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:21:38.000Z","modified_at":"2026-01-30T02:21:38.000Z","name":"Lela Kohler","mobile_number":"710-207-8438","email_id":"Abbey_Schaefer@hotmail.com","dop":"2025-12-10","serial_number":"179367396307145","imei1":"179367396307145","imei2":"179367396307145","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171019,"job_number":"JOB_171019","tr_customer_id":171036,"tr_customer_product_id":171026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:28:09.000Z","modified_at":"2026-01-30T02:28:09.000Z","name":"Janice Torphy","mobile_number":"571-228-2003","email_id":"Talon.Smith@gmail.com","dop":"2025-12-10","serial_number":"117726331096685","imei1":"117726331096685","imei2":"117726331096685","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171020,"job_number":"JOB_171020","tr_customer_id":171037,"tr_customer_product_id":171027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:25:45.000Z","modified_at":"2026-01-30T03:25:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14828724578553","imei1":"14828724578553","imei2":"14828724578553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171022,"job_number":"JOB_171022","tr_customer_id":171039,"tr_customer_product_id":171029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:25:46.000Z","modified_at":"2026-01-30T03:25:46.000Z","name":"Chase Emmerich","mobile_number":"642-375-6447","email_id":"Wiley.Blick45@gmail.com","dop":"2025-04-06","serial_number":"18124366766046890","imei1":"18124366766046890","imei2":"18124366766046890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171023,"job_number":"JOB_171023","tr_customer_id":171040,"tr_customer_product_id":171030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:26:27.000Z","modified_at":"2026-01-30T03:26:27.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11712103852461","imei1":"11712103852461","imei2":"11712103852461","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:26:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171025,"job_number":"JOB_171025","tr_customer_id":171042,"tr_customer_product_id":171032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:26:29.000Z","modified_at":"2026-01-30T03:26:29.000Z","name":"Jovanny Bailey","mobile_number":"687-996-8546","email_id":"Audrey49@hotmail.com","dop":"2025-04-06","serial_number":"13938562338247316","imei1":"13938562338247316","imei2":"13938562338247316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:26:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171026,"job_number":"JOB_171026","tr_customer_id":171043,"tr_customer_product_id":171033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:26:57.000Z","modified_at":"2026-01-30T03:26:57.000Z","name":"Ankit Ojha","mobile_number":"8634214986","email_id":"jhsdhf@gmail.con","dop":"2025-05-01","serial_number":"35594500302521","imei1":"35594500302521","imei2":"35594500302521","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171027,"job_number":"JOB_171027","tr_customer_id":171044,"tr_customer_product_id":171034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:27:10.000Z","modified_at":"2026-01-30T03:27:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19492302188959","imei1":"19492302188959","imei2":"19492302188959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171029,"job_number":"JOB_171029","tr_customer_id":171046,"tr_customer_product_id":171036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:27:12.000Z","modified_at":"2026-01-30T03:27:12.000Z","name":"Fatima Rippin","mobile_number":"264-758-2084","email_id":"Celestino.VonRueden43@hotmail.com","dop":"2025-04-06","serial_number":"16797938487163444","imei1":"16797938487163444","imei2":"16797938487163444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171031,"job_number":"JOB_171031","tr_customer_id":171048,"tr_customer_product_id":171038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:10:20.000Z","modified_at":"2026-01-30T04:10:20.000Z","name":"Arch Kovacek","mobile_number":"304-507-3700","email_id":"Zack_Turcotte@gmail.com","dop":"2025-02-13","serial_number":"10073825861569468","imei1":"10073825861569468","imei2":"10073825861569468","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171034,"job_number":"JOB_171034","tr_customer_id":171051,"tr_customer_product_id":171041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:14.000Z","modified_at":"2026-01-30T04:19:14.000Z","name":"Selmer Quigley","mobile_number":"254-476-2438","email_id":"Jeromy67@gmail.com","dop":"2025-04-06","serial_number":"19324883517627600","imei1":"19324883517627600","imei2":"19324883517627600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171036,"job_number":"JOB_171036","tr_customer_id":171053,"tr_customer_product_id":171043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:25.000Z","modified_at":"2026-01-30T04:19:25.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19789140132324","imei1":"19789140132324","imei2":"19789140132324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171038,"job_number":"JOB_171038","tr_customer_id":171055,"tr_customer_product_id":171045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:26.000Z","modified_at":"2026-01-30T04:19:26.000Z","name":"Consuelo Moore","mobile_number":"637-560-8329","email_id":"Hassie.Lowe@hotmail.com","dop":"2025-04-06","serial_number":"13610658128047988","imei1":"13610658128047988","imei2":"13610658128047988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171039,"job_number":"JOB_171039","tr_customer_id":171056,"tr_customer_product_id":171046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:33.000Z","modified_at":"2026-01-30T04:19:33.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10895109330855","imei1":"10895109330855","imei2":"10895109330855","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171041,"job_number":"JOB_171041","tr_customer_id":171058,"tr_customer_product_id":171048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:34.000Z","modified_at":"2026-01-30T04:19:34.000Z","name":"Austyn Russel","mobile_number":"919-445-3056","email_id":"Gabriel.Renner83@yahoo.com","dop":"2025-06-18","serial_number":"1028878109725905","imei1":"1028878109725905","imei2":"1028878109725905","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171045,"job_number":"JOB_171045","tr_customer_id":171062,"tr_customer_product_id":171052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:42.000Z","modified_at":"2026-01-30T04:19:42.000Z","name":"Blaze Windler","mobile_number":"741-455-9643","email_id":"Tessie.Fritsch@hotmail.com","dop":"2025-04-06","serial_number":"13721468474703484","imei1":"13721468474703484","imei2":"13721468474703484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171046,"job_number":"JOB_171046","tr_customer_id":171063,"tr_customer_product_id":171053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:42.000Z","modified_at":"2026-01-30T04:19:42.000Z","name":"Aileen Kerluke","mobile_number":"380-643-6119","email_id":"Myrtle21@hotmail.com","dop":"2025-04-06","serial_number":"18918815693009616","imei1":"18918815693009616","imei2":"18918815693009616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171047,"job_number":"JOB_171047","tr_customer_id":171064,"tr_customer_product_id":171054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:43.000Z","modified_at":"2026-01-30T04:19:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12361457027404","imei1":"12361457027404","imei2":"12361457027404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171049,"job_number":"JOB_171049","tr_customer_id":171066,"tr_customer_product_id":171056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:45.000Z","modified_at":"2026-01-30T04:19:45.000Z","name":"Caroline Corwin","mobile_number":"997-792-6900","email_id":"Tyrese58@yahoo.com","dop":"2025-04-06","serial_number":"16565555822994826","imei1":"16565555822994826","imei2":"16565555822994826","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171052,"job_number":"JOB_171052","tr_customer_id":171069,"tr_customer_product_id":171059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:50.000Z","modified_at":"2026-01-30T04:19:50.000Z","name":"Maye Rohan","mobile_number":"320-938-6204","email_id":"Fermin51@hotmail.com","dop":"2025-04-06","serial_number":"12352156315327056","imei1":"12352156315327056","imei2":"12352156315327056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171053,"job_number":"JOB_171053","tr_customer_id":171070,"tr_customer_product_id":171060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:51.000Z","modified_at":"2026-01-30T04:19:51.000Z","name":"Crystal Olson","mobile_number":"651-231-8343","email_id":"Dallin.OKon@yahoo.com","dop":"2025-04-06","serial_number":"19996123819039590","imei1":"19996123819039590","imei2":"19996123819039590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171054,"job_number":"JOB_171054","tr_customer_id":171071,"tr_customer_product_id":171061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:51.000Z","modified_at":"2026-01-30T04:19:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14941485891064","imei1":"14941485891064","imei2":"14941485891064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171057,"job_number":"JOB_171057","tr_customer_id":171074,"tr_customer_product_id":171064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:53.000Z","modified_at":"2026-01-30T04:19:53.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14715515236301","imei2":"14715515236301","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171059,"job_number":"JOB_171059","tr_customer_id":171076,"tr_customer_product_id":171066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:53.000Z","modified_at":"2026-01-30T04:19:53.000Z","name":"Damon Reilly","mobile_number":"323-725-6001","email_id":"Mozelle_Becker@gmail.com","dop":"2025-04-06","serial_number":"14380205583874442","imei1":"14380205583874442","imei2":"14380205583874442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171060,"job_number":"JOB_171060","tr_customer_id":171077,"tr_customer_product_id":171067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:54.000Z","modified_at":"2026-01-30T04:19:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15025752619292","imei1":"15025752619292","imei2":"15025752619292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171062,"job_number":"JOB_171062","tr_customer_id":171079,"tr_customer_product_id":171069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:55.000Z","modified_at":"2026-01-30T04:19:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13950459776442","imei1":"13950459776442","imei2":"13950459776442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171064,"job_number":"JOB_171064","tr_customer_id":171081,"tr_customer_product_id":171071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:56.000Z","modified_at":"2026-01-30T04:19:56.000Z","name":"Theo Adams","mobile_number":"251-783-3186","email_id":"Octavia93@yahoo.com","dop":"2025-04-06","serial_number":"19255699621840360","imei1":"19255699621840360","imei2":"19255699621840360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171065,"job_number":"JOB_171065","tr_customer_id":171082,"tr_customer_product_id":171072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:56.000Z","modified_at":"2026-01-30T04:19:56.000Z","name":"Antonio Batz","mobile_number":"412-591-7678","email_id":"Elmo58@gmail.com","dop":"2025-04-06","serial_number":"13191342567792734","imei1":"13191342567792734","imei2":"13191342567792734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171067,"job_number":"JOB_171067","tr_customer_id":171084,"tr_customer_product_id":171074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:00.000Z","modified_at":"2026-01-30T04:20:00.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12808128533471","imei1":"12808128533471","imei2":"12808128533471","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171069,"job_number":"JOB_171069","tr_customer_id":171086,"tr_customer_product_id":171076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:02.000Z","modified_at":"2026-01-30T04:20:02.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13392800680756","imei1":"13392800680756","imei2":"13392800680756","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171072,"job_number":"JOB_171072","tr_customer_id":171089,"tr_customer_product_id":171079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:04.000Z","modified_at":"2026-01-30T04:20:04.000Z","name":"Vince Wyman","mobile_number":"318-735-4395","email_id":"Fannie.Harris48@yahoo.com","dop":"2025-04-06","serial_number":"17750201884445860","imei1":"17750201884445860","imei2":"17750201884445860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171073,"job_number":"JOB_171073","tr_customer_id":171090,"tr_customer_product_id":171080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:05.000Z","modified_at":"2026-01-30T04:20:05.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16190084846242","imei1":"16190084846242","imei2":"16190084846242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171074,"job_number":"JOB_171074","tr_customer_id":171091,"tr_customer_product_id":171081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:05.000Z","modified_at":"2026-01-30T04:20:05.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12747800943565","imei2":"12747800943565","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171077,"job_number":"JOB_171077","tr_customer_id":171094,"tr_customer_product_id":171084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:07.000Z","modified_at":"2026-01-30T04:20:07.000Z","name":"Delbert Kulas","mobile_number":"251-629-9477","email_id":"Kari_Bergstrom@hotmail.com","dop":"2025-04-06","serial_number":"17054645167231580","imei1":"17054645167231580","imei2":"17054645167231580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171080,"job_number":"JOB_171080","tr_customer_id":171097,"tr_customer_product_id":171087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:18.000Z","modified_at":"2026-01-30T04:20:18.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15365346248782","imei2":"15365346248782","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171082,"job_number":"JOB_171082","tr_customer_id":171099,"tr_customer_product_id":171089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:19.000Z","modified_at":"2026-01-30T04:20:19.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10330165628596","imei1":"10330165628596","imei2":"10330165628596","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171086,"job_number":"JOB_171086","tr_customer_id":171103,"tr_customer_product_id":171093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:20.000Z","modified_at":"2026-01-30T04:20:20.000Z","name":"Albin Abshire","mobile_number":"668-514-4248","email_id":"Brianne80@hotmail.com","dop":"2025-06-18","serial_number":"1013847395482759","imei1":"1013847395482759","imei2":"1013847395482759","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171088,"job_number":"JOB_171088","tr_customer_id":171105,"tr_customer_product_id":171095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:28.000Z","modified_at":"2026-01-30T04:20:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10581874528646","imei1":"10581874528646","imei2":"10581874528646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171090,"job_number":"JOB_171090","tr_customer_id":171107,"tr_customer_product_id":171097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:30.000Z","modified_at":"2026-01-30T04:20:30.000Z","name":"Eliseo Barton","mobile_number":"915-373-8311","email_id":"Jordan_Hilll44@yahoo.com","dop":"2025-04-06","serial_number":"15977513941612628","imei1":"15977513941612628","imei2":"15977513941612628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171091,"job_number":"JOB_171091","tr_customer_id":171108,"tr_customer_product_id":171098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:34.000Z","modified_at":"2026-01-30T04:20:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11415388515443","imei1":"11415388515443","imei2":"11415388515443","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171093,"job_number":"JOB_171093","tr_customer_id":171110,"tr_customer_product_id":171100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:36.000Z","modified_at":"2026-01-30T04:20:36.000Z","name":"Benton Grimes","mobile_number":"721-746-1293","email_id":"Ivy28@yahoo.com","dop":"2025-04-06","serial_number":"16799141910559824","imei1":"16799141910559824","imei2":"16799141910559824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171094,"job_number":"JOB_171094","tr_customer_id":171111,"tr_customer_product_id":171101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:38.000Z","modified_at":"2026-01-30T04:20:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12632828275217","imei1":"12632828275217","imei2":"12632828275217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171096,"job_number":"JOB_171096","tr_customer_id":171113,"tr_customer_product_id":171103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:40.000Z","modified_at":"2026-01-30T04:20:40.000Z","name":"Rafaela Robel","mobile_number":"606-473-1412","email_id":"Niko_Cremin41@yahoo.com","dop":"2025-04-06","serial_number":"14855586315233018","imei1":"14855586315233018","imei2":"14855586315233018","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171097,"job_number":"JOB_171097","tr_customer_id":171114,"tr_customer_product_id":171104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:40.000Z","modified_at":"2026-01-30T04:20:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10494375396360","imei1":"10494375396360","imei2":"10494375396360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171098,"job_number":"JOB_171098","tr_customer_id":171115,"tr_customer_product_id":171105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:40.000Z","modified_at":"2026-01-30T04:20:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18571171140244","imei1":"18571171140244","imei2":"18571171140244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171101,"job_number":"JOB_171101","tr_customer_id":171118,"tr_customer_product_id":171108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:42.000Z","modified_at":"2026-01-30T04:20:42.000Z","name":"Sydnee Becker","mobile_number":"569-792-1918","email_id":"Valentina_Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11952295467953676","imei1":"11952295467953676","imei2":"11952295467953676","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171102,"job_number":"JOB_171102","tr_customer_id":171119,"tr_customer_product_id":171109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:42.000Z","modified_at":"2026-01-30T04:20:42.000Z","name":"Myrtice Schuster","mobile_number":"923-364-7912","email_id":"Rashawn.Tromp@gmail.com","dop":"2025-04-06","serial_number":"12395316043665006","imei1":"12395316043665006","imei2":"12395316043665006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171103,"job_number":"JOB_171103","tr_customer_id":171120,"tr_customer_product_id":171110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:42.000Z","modified_at":"2026-01-30T04:20:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19002422177703","imei1":"19002422177703","imei2":"19002422177703","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171105,"job_number":"JOB_171105","tr_customer_id":171122,"tr_customer_product_id":171112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:44.000Z","modified_at":"2026-01-30T04:20:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"80711761283779","imei1":"80711761283779","imei2":"80711761283779","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171106,"job_number":"JOB_171106","tr_customer_id":171123,"tr_customer_product_id":171113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:46.000Z","modified_at":"2026-01-30T04:20:46.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"18197846890188","imei1":"18197846890188","imei2":"18197846890188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171108,"job_number":"JOB_171108","tr_customer_id":171125,"tr_customer_product_id":171115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:47.000Z","modified_at":"2026-01-30T04:20:47.000Z","name":"Oran Nienow","mobile_number":"397-941-2205","email_id":"Abdul94@yahoo.com","dop":"2025-04-06","serial_number":"14063647880324328","imei1":"14063647880324328","imei2":"14063647880324328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171110,"job_number":"JOB_171110","tr_customer_id":171127,"tr_customer_product_id":171117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:48.000Z","modified_at":"2026-01-30T04:20:48.000Z","name":"Aurore Conroy","mobile_number":"288-596-5512","email_id":"Gabriella_Ratke@hotmail.com","dop":"2025-05-30","serial_number":"10089821720810","imei1":"10089821720810","imei2":"10089821720810","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171111,"job_number":"JOB_171111","tr_customer_id":171128,"tr_customer_product_id":171118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"Anibal Nikolaus","mobile_number":"478-758-5801","email_id":"Meaghan.Abernathy@hotmail.com","dop":"2025-05-30","serial_number":"1813197567218586","imei1":"1813197567218586","imei2":"1813197567218586","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171112,"job_number":"JOB_171112","tr_customer_id":171129,"tr_customer_product_id":171119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13047304828854","imei1":"13047304828854","imei2":"13047304828854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171118,"job_number":"JOB_171118","tr_customer_id":171135,"tr_customer_product_id":171125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:52.000Z","modified_at":"2026-01-30T04:20:52.000Z","name":"Hailee Stracke","mobile_number":"825-612-5890","email_id":"Mac67@hotmail.com","dop":"2025-04-06","serial_number":"18361725382543070","imei1":"18361725382543070","imei2":"18361725382543070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171119,"job_number":"JOB_171119","tr_customer_id":171136,"tr_customer_product_id":171126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:00.000Z","modified_at":"2026-01-30T04:21:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10184379292826","imei1":"10184379292826","imei2":"10184379292826","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171122,"job_number":"JOB_171122","tr_customer_id":171139,"tr_customer_product_id":171129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:01.000Z","modified_at":"2026-01-30T04:21:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13335602592566","imei1":"13335602592566","imei2":"13335602592566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171123,"job_number":"JOB_171123","tr_customer_id":171140,"tr_customer_product_id":171130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:02.000Z","modified_at":"2026-01-30T04:21:02.000Z","name":"Violette Barrows","mobile_number":"452-733-4096","email_id":"Augustus_Lehner6@yahoo.com","dop":"2025-04-06","serial_number":"11656714429718438","imei1":"11656714429718438","imei2":"11656714429718438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171127,"job_number":"JOB_171127","tr_customer_id":171144,"tr_customer_product_id":171134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Kyle Spinka","mobile_number":"565-657-5062","email_id":"Janiya_Rath4@yahoo.com","dop":"2025-04-06","serial_number":"17482730694206884","imei1":"17482730694206884","imei2":"17482730694206884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171132,"job_number":"JOB_171132","tr_customer_id":171149,"tr_customer_product_id":171139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:05.000Z","modified_at":"2026-01-30T04:21:05.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10336441282836","imei1":"10336441282836","imei2":"10336441282836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171135,"job_number":"JOB_171135","tr_customer_id":171152,"tr_customer_product_id":171142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:07.000Z","modified_at":"2026-01-30T04:21:07.000Z","name":"Lexus Boehm","mobile_number":"361-387-7956","email_id":"Kailee.Hills16@gmail.com","dop":"2025-04-06","serial_number":"12756185417395368","imei1":"12756185417395368","imei2":"12756185417395368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171136,"job_number":"JOB_171136","tr_customer_id":171153,"tr_customer_product_id":171143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:10.000Z","modified_at":"2026-01-30T04:21:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12725752505415","imei1":"12725752505415","imei2":"12725752505415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171137,"job_number":"JOB_171137","tr_customer_id":171154,"tr_customer_product_id":171144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:10.000Z","modified_at":"2026-01-30T04:21:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13714293502617","imei1":"13714293502617","imei2":"13714293502617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171140,"job_number":"JOB_171140","tr_customer_id":171157,"tr_customer_product_id":171147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:12.000Z","modified_at":"2026-01-30T04:21:12.000Z","name":"Aurore Flatley","mobile_number":"563-354-8191","email_id":"Brook22@yahoo.com","dop":"2025-04-06","serial_number":"19090094799952550","imei1":"19090094799952550","imei2":"19090094799952550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171141,"job_number":"JOB_171141","tr_customer_id":171158,"tr_customer_product_id":171148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:12.000Z","modified_at":"2026-01-30T04:21:12.000Z","name":"Karen Klein","mobile_number":"258-217-4678","email_id":"Estell_Nolan26@yahoo.com","dop":"2025-04-06","serial_number":"14398215357247750","imei1":"14398215357247750","imei2":"14398215357247750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171142,"job_number":"JOB_171142","tr_customer_id":171159,"tr_customer_product_id":171149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:13.000Z","modified_at":"2026-01-30T04:21:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18176245766075","imei1":"18176245766075","imei2":"18176245766075","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171146,"job_number":"JOB_171146","tr_customer_id":171163,"tr_customer_product_id":171153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:15.000Z","modified_at":"2026-01-30T04:21:15.000Z","name":"Erin Wunsch","mobile_number":"500-861-9769","email_id":"Marjory.Schmidt@gmail.com","dop":"2025-04-06","serial_number":"15846851874623872","imei1":"15846851874623872","imei2":"15846851874623872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171147,"job_number":"JOB_171147","tr_customer_id":171164,"tr_customer_product_id":171154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:20.000Z","modified_at":"2026-01-30T04:21:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11643954952817","imei1":"11643954952817","imei2":"11643954952817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171149,"job_number":"JOB_171149","tr_customer_id":171166,"tr_customer_product_id":171156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:22.000Z","modified_at":"2026-01-30T04:21:22.000Z","name":"Grayce Steuber","mobile_number":"433-929-2924","email_id":"Aurelia42@yahoo.com","dop":"2025-04-06","serial_number":"10050657199825186","imei1":"10050657199825186","imei2":"10050657199825186","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171151,"job_number":"JOB_171151","tr_customer_id":171168,"tr_customer_product_id":171158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:23.000Z","modified_at":"2026-01-30T04:21:23.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13975514375578","imei1":"13975514375578","imei2":"13975514375578","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171153,"job_number":"JOB_171153","tr_customer_id":171170,"tr_customer_product_id":171160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:24.000Z","modified_at":"2026-01-30T04:21:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12572575665778","imei1":"12572575665778","imei2":"12572575665778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171155,"job_number":"JOB_171155","tr_customer_id":171172,"tr_customer_product_id":171162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:25.000Z","modified_at":"2026-01-30T04:21:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"79939252957262","imei1":"79939252957262","imei2":"79939252957262","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171156,"job_number":"JOB_171156","tr_customer_id":171173,"tr_customer_product_id":171163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:25.000Z","modified_at":"2026-01-30T04:21:25.000Z","name":"Aniya Murazik","mobile_number":"322-627-0002","email_id":"Winfield_Vandervort@gmail.com","dop":"2025-04-06","serial_number":"16659236109275940","imei1":"16659236109275940","imei2":"16659236109275940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171157,"job_number":"JOB_171157","tr_customer_id":171174,"tr_customer_product_id":171164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:26.000Z","modified_at":"2026-01-30T04:21:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15910569634426","imei1":"15910569634426","imei2":"15910569634426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171158,"job_number":"JOB_171158","tr_customer_id":171175,"tr_customer_product_id":171165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:26.000Z","modified_at":"2026-01-30T04:21:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16872699326375","imei1":"16872699326375","imei2":"16872699326375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171161,"job_number":"JOB_171161","tr_customer_id":171178,"tr_customer_product_id":171168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:27.000Z","modified_at":"2026-01-30T04:21:27.000Z","name":"Mustafa Kuhn","mobile_number":"912-493-1338","email_id":"Malinda_Corkery@yahoo.com","dop":"2025-04-06","serial_number":"14035183049595468","imei1":"14035183049595468","imei2":"14035183049595468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171162,"job_number":"JOB_171162","tr_customer_id":171179,"tr_customer_product_id":171169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:28.000Z","modified_at":"2026-01-30T04:21:28.000Z","name":"Janet Wisozk","mobile_number":"451-478-0380","email_id":"Zachery.Trantow@hotmail.com","dop":"2025-04-06","serial_number":"17314327491275152","imei1":"17314327491275152","imei2":"17314327491275152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171167,"job_number":"JOB_171167","tr_customer_id":171184,"tr_customer_product_id":171174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:36.000Z","modified_at":"2026-01-30T04:21:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19349527487445","imei1":"19349527487445","imei2":"19349527487445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171169,"job_number":"JOB_171169","tr_customer_id":171186,"tr_customer_product_id":171176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:37.000Z","modified_at":"2026-01-30T04:21:37.000Z","name":"Tristin Rice","mobile_number":"964-441-2429","email_id":"Casimer1@yahoo.com","dop":"2025-04-06","serial_number":"11065823219439082","imei1":"11065823219439082","imei2":"11065823219439082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171170,"job_number":"JOB_171170","tr_customer_id":171187,"tr_customer_product_id":171177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:41.000Z","modified_at":"2026-01-30T04:21:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11013865804194","imei1":"11013865804194","imei2":"11013865804194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171172,"job_number":"JOB_171172","tr_customer_id":171189,"tr_customer_product_id":171179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:43.000Z","modified_at":"2026-01-30T04:21:43.000Z","name":"Mose Cole","mobile_number":"294-329-7352","email_id":"Antone36@gmail.com","dop":"2025-04-06","serial_number":"10074333549551858","imei1":"10074333549551858","imei2":"10074333549551858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171173,"job_number":"JOB_171173","tr_customer_id":171190,"tr_customer_product_id":171180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:46.000Z","modified_at":"2026-01-30T04:21:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11456612834737","imei1":"11456612834737","imei2":"11456612834737","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171178,"job_number":"JOB_171178","tr_customer_id":171195,"tr_customer_product_id":171185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:48.000Z","modified_at":"2026-01-30T04:21:48.000Z","name":"Ashlee Feest","mobile_number":"238-405-9120","email_id":"Anjali_Steuber63@gmail.com","dop":"2025-04-06","serial_number":"15591575254436972","imei1":"15591575254436972","imei2":"15591575254436972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171182,"job_number":"JOB_171182","tr_customer_id":171199,"tr_customer_product_id":171189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:49.000Z","modified_at":"2026-01-30T04:21:49.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"19182914204528","imei1":"19182914204528","imei2":"19182914204528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171185,"job_number":"JOB_171185","tr_customer_id":171202,"tr_customer_product_id":171192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:51.000Z","modified_at":"2026-01-30T04:21:51.000Z","name":"Forest Bernhard","mobile_number":"588-635-6685","email_id":"Justine.Trantow@gmail.com","dop":"2025-04-06","serial_number":"19613373375737250","imei1":"19613373375737250","imei2":"19613373375737250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171186,"job_number":"JOB_171186","tr_customer_id":171203,"tr_customer_product_id":171193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:53.000Z","modified_at":"2026-01-30T04:21:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19045978191441","imei1":"19045978191441","imei2":"19045978191441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171188,"job_number":"JOB_171188","tr_customer_id":171205,"tr_customer_product_id":171195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:54.000Z","modified_at":"2026-01-30T04:21:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18107180046001","imei1":"18107180046001","imei2":"18107180046001","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171190,"job_number":"JOB_171190","tr_customer_id":171207,"tr_customer_product_id":171197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:55.000Z","modified_at":"2026-01-30T04:21:55.000Z","name":"Neva Ruecker","mobile_number":"865-843-6317","email_id":"Manuel0@gmail.com","dop":"2025-04-06","serial_number":"14774233739138378","imei1":"14774233739138378","imei2":"14774233739138378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171191,"job_number":"JOB_171191","tr_customer_id":171208,"tr_customer_product_id":171198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:55.000Z","modified_at":"2026-01-30T04:21:56.000Z","name":"Abigale Schowalter","mobile_number":"426-725-5354","email_id":"Cullen69@gmail.com","dop":"2025-04-06","serial_number":"19622860221436948","imei1":"19622860221436948","imei2":"19622860221436948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171195,"job_number":"JOB_171195","tr_customer_id":171212,"tr_customer_product_id":171202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:05.000Z","modified_at":"2026-01-30T04:22:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10791529943008","imei1":"10791529943008","imei2":"10791529943008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171197,"job_number":"JOB_171197","tr_customer_id":171214,"tr_customer_product_id":171204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:07.000Z","modified_at":"2026-01-30T04:22:07.000Z","name":"Benny Sporer","mobile_number":"497-543-1503","email_id":"Vinnie_Frami@hotmail.com","dop":"2025-04-06","serial_number":"14909847439509902","imei1":"14909847439509902","imei2":"14909847439509902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171198,"job_number":"JOB_171198","tr_customer_id":171215,"tr_customer_product_id":171205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:21.000Z","modified_at":"2026-01-30T04:22:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19486982035805","imei1":"19486982035805","imei2":"19486982035805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171200,"job_number":"JOB_171200","tr_customer_id":171217,"tr_customer_product_id":171207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:23.000Z","modified_at":"2026-01-30T04:22:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18092013293194","imei1":"18092013293194","imei2":"18092013293194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171201,"job_number":"JOB_171201","tr_customer_id":171218,"tr_customer_product_id":171208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:23.000Z","modified_at":"2026-01-30T04:22:23.000Z","name":"Yasmin Stiedemann","mobile_number":"637-956-7788","email_id":"Jovany_Dare71@gmail.com","dop":"2025-04-06","serial_number":"18322374918490020","imei1":"18322374918490020","imei2":"18322374918490020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171203,"job_number":"JOB_171203","tr_customer_id":171220,"tr_customer_product_id":171210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:24.000Z","modified_at":"2026-01-30T04:22:24.000Z","name":"Shanny Langosh","mobile_number":"479-821-8901","email_id":"Lelah.Frami51@hotmail.com","dop":"2025-04-06","serial_number":"15749746972984424","imei1":"15749746972984424","imei2":"15749746972984424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171204,"job_number":"JOB_171204","tr_customer_id":171221,"tr_customer_product_id":171211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:31.000Z","modified_at":"2026-01-30T04:22:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10399943841144","imei1":"10399943841144","imei2":"10399943841144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171206,"job_number":"JOB_171206","tr_customer_id":171223,"tr_customer_product_id":171213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:32.000Z","modified_at":"2026-01-30T04:22:32.000Z","name":"Amalia Mills","mobile_number":"324-681-8598","email_id":"Ron28@yahoo.com","dop":"2025-04-06","serial_number":"15970487449770618","imei1":"15970487449770618","imei2":"15970487449770618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171210,"job_number":"JOB_171210","tr_customer_id":171227,"tr_customer_product_id":171217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:36.000Z","modified_at":"2026-01-30T04:22:36.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15597096697630","imei1":"15597096697630","imei2":"15597096697630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171212,"job_number":"JOB_171212","tr_customer_id":171229,"tr_customer_product_id":171219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:37.000Z","modified_at":"2026-01-30T04:22:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10438647031695","imei1":"10438647031695","imei2":"10438647031695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171213,"job_number":"JOB_171213","tr_customer_id":171230,"tr_customer_product_id":171220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:37.000Z","modified_at":"2026-01-30T04:22:37.000Z","name":"Madelyn Crona","mobile_number":"617-893-3283","email_id":"Connie_Metz87@gmail.com","dop":"2025-04-06","serial_number":"15166292613630514","imei1":"15166292613630514","imei2":"15166292613630514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171215,"job_number":"JOB_171215","tr_customer_id":171232,"tr_customer_product_id":171222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:39.000Z","modified_at":"2026-01-30T04:22:39.000Z","name":"Stanford Hermiston","mobile_number":"309-949-8683","email_id":"Monte55@hotmail.com","dop":"2025-04-06","serial_number":"16523640268083688","imei1":"16523640268083688","imei2":"16523640268083688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171216,"job_number":"JOB_171216","tr_customer_id":171233,"tr_customer_product_id":171223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:24.000Z","modified_at":"2026-01-30T04:26:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68165893365844","imei1":"68165893365844","imei2":"68165893365844","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171217,"job_number":"JOB_171217","tr_customer_id":171234,"tr_customer_product_id":171224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:25.000Z","modified_at":"2026-01-30T04:26:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50230575454873","imei1":"50230575454873","imei2":"50230575454873","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171218,"job_number":"JOB_171218","tr_customer_id":171235,"tr_customer_product_id":171225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:25.000Z","modified_at":"2026-01-30T04:26:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45516248057217","imei1":"45516248057217","imei2":"45516248057217","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171219,"job_number":"JOB_171219","tr_customer_id":171236,"tr_customer_product_id":171226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:25.000Z","modified_at":"2026-01-30T04:26:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97918493716764","imei1":"97918493716764","imei2":"97918493716764","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171220,"job_number":"JOB_171220","tr_customer_id":171237,"tr_customer_product_id":171227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:26.000Z","modified_at":"2026-01-30T04:26:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42590853375783","imei1":"42590853375783","imei2":"42590853375783","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171221,"job_number":"JOB_171221","tr_customer_id":171238,"tr_customer_product_id":171228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:26.000Z","modified_at":"2026-01-30T04:26:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50111375755706","imei1":"50111375755706","imei2":"50111375755706","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171223,"job_number":"JOB_171223","tr_customer_id":171240,"tr_customer_product_id":171230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:58.000Z","modified_at":"2026-01-30T04:26:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32360882111424","imei1":"32360882111424","imei2":"32360882111424","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171224,"job_number":"JOB_171224","tr_customer_id":171241,"tr_customer_product_id":171231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:58.000Z","modified_at":"2026-01-30T04:26:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36696771861835","imei1":"36696771861835","imei2":"36696771861835","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171225,"job_number":"JOB_171225","tr_customer_id":171242,"tr_customer_product_id":171232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:58.000Z","modified_at":"2026-01-30T04:26:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"77356460039342","imei1":"77356460039342","imei2":"77356460039342","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171226,"job_number":"JOB_171226","tr_customer_id":171243,"tr_customer_product_id":171233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:59.000Z","modified_at":"2026-01-30T04:26:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"44813251435698","imei1":"44813251435698","imei2":"44813251435698","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171227,"job_number":"JOB_171227","tr_customer_id":171244,"tr_customer_product_id":171234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:59.000Z","modified_at":"2026-01-30T04:26:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40196297666119","imei1":"40196297666119","imei2":"40196297666119","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171228,"job_number":"JOB_171228","tr_customer_id":171245,"tr_customer_product_id":171235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:59.000Z","modified_at":"2026-01-30T04:26:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34266284520785","imei1":"34266284520785","imei2":"34266284520785","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171230,"job_number":"JOB_171230","tr_customer_id":171247,"tr_customer_product_id":171237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:30.000Z","modified_at":"2026-01-30T04:27:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69066471103613","imei1":"69066471103613","imei2":"69066471103613","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171231,"job_number":"JOB_171231","tr_customer_id":171248,"tr_customer_product_id":171238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:31.000Z","modified_at":"2026-01-30T04:27:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41548994759976","imei1":"41548994759976","imei2":"41548994759976","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171232,"job_number":"JOB_171232","tr_customer_id":171249,"tr_customer_product_id":171239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:31.000Z","modified_at":"2026-01-30T04:27:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50398662904799","imei1":"50398662904799","imei2":"50398662904799","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171233,"job_number":"JOB_171233","tr_customer_id":171250,"tr_customer_product_id":171240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:31.000Z","modified_at":"2026-01-30T04:27:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92289060463279","imei1":"92289060463279","imei2":"92289060463279","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171234,"job_number":"JOB_171234","tr_customer_id":171251,"tr_customer_product_id":171241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:32.000Z","modified_at":"2026-01-30T04:27:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95043084725679","imei1":"95043084725679","imei2":"95043084725679","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171235,"job_number":"JOB_171235","tr_customer_id":171252,"tr_customer_product_id":171242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:32.000Z","modified_at":"2026-01-30T04:27:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40314052249079","imei1":"40314052249079","imei2":"40314052249079","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171239,"job_number":"JOB_171239","tr_customer_id":171256,"tr_customer_product_id":171246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:06:28.000Z","modified_at":"2026-01-30T05:06:28.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"44492326259131","imei1":"44492326259131","imei2":"44492326259131","popurl":"2026-01-20T05:06:28.238559035Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:06:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171240,"job_number":"JOB_171240","tr_customer_id":171257,"tr_customer_product_id":171247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:06:31.000Z","modified_at":"2026-01-30T05:06:31.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"94988867562782","imei1":"94988867562782","imei2":"94988867562782","popurl":"2026-01-20T05:06:30.816405359Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:06:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171241,"job_number":"JOB_171241","tr_customer_id":171258,"tr_customer_product_id":171248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:11:43.000Z","modified_at":"2026-01-30T05:11:43.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103654342872658","imei1":"103654342872658","imei2":"103654342872658","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:11:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171243,"job_number":"JOB_171243","tr_customer_id":171260,"tr_customer_product_id":171250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:11:56.000Z","modified_at":"2026-01-30T05:11:56.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109721411806758","imei1":"109721411806758","imei2":"109721411806758","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:11:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171246,"job_number":"JOB_171246","tr_customer_id":171263,"tr_customer_product_id":171253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:30:05.000Z","modified_at":"2026-01-30T05:30:06.000Z","name":"Hillary Huels","mobile_number":"440-720-2758","email_id":"Parker.Franecki52@hotmail.com","dop":"2025-04-06","serial_number":"13442540163156602","imei1":"13442540163156602","imei2":"13442540163156602","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:30:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171248,"job_number":"JOB_171248","tr_customer_id":171265,"tr_customer_product_id":171255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:30:34.000Z","modified_at":"2026-01-30T05:30:34.000Z","name":"Sadie Hills","mobile_number":"486-376-6669","email_id":"Adriana92@gmail.com","dop":"2025-04-06","serial_number":"10176398618220392","imei1":"10176398618220392","imei2":"10176398618220392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:30:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171250,"job_number":"JOB_171250","tr_customer_id":171267,"tr_customer_product_id":171257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:36:00.000Z","modified_at":"2026-01-30T05:36:00.000Z","name":"Cindy Weber","mobile_number":"793-436-1824","email_id":"Brisa.McLaughlin@gmail.com","dop":"2025-04-06","serial_number":"16464233850864918","imei1":"16464233850864918","imei2":"16464233850864918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171252,"job_number":"JOB_171252","tr_customer_id":171269,"tr_customer_product_id":171259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:36:45.000Z","modified_at":"2026-01-30T05:36:45.000Z","name":"Ruthie West","mobile_number":"936-777-9716","email_id":"Jaylan.Champlin@yahoo.com","dop":"2025-04-06","serial_number":"18938842716442600","imei1":"18938842716442600","imei2":"18938842716442600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171254,"job_number":"JOB_171254","tr_customer_id":171271,"tr_customer_product_id":171261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:37:30.000Z","modified_at":"2026-01-30T05:37:30.000Z","name":"Tyreek Miller","mobile_number":"262-217-5818","email_id":"Leanne.Kutch@gmail.com","dop":"2025-04-06","serial_number":"12247188256887778","imei1":"12247188256887778","imei2":"12247188256887778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:37:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171255,"job_number":"JOB_171255","tr_customer_id":171272,"tr_customer_product_id":171262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Mechelle Stracke","mobile_number":"7099314516","email_id":"windy.gleason@yahoo.com","dop":"2026-01-20","serial_number":"572666053020437","imei1":"498384250923512","imei2":"890435172846539","popurl":"www.leoma-swaniawski.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171256,"job_number":"JOB_171256","tr_customer_id":171273,"tr_customer_product_id":171263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Cedrick Franecki","mobile_number":"7078678597","email_id":"shelba.hessel@gmail.com","dop":"2026-01-20","serial_number":"238276324961790","imei1":"010576607716187","imei2":"163987280620345","popurl":"www.providencia-greenholt.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171257,"job_number":"JOB_171257","tr_customer_id":171274,"tr_customer_product_id":171264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Ceola Nitzsche","mobile_number":"7054427024","email_id":"claud.medhurst@gmail.com","dop":"2026-01-20","serial_number":"768356234766334","imei1":"452469915347785","imei2":"325373290351874","popurl":"www.kristian-ritchie.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171258,"job_number":"JOB_171258","tr_customer_id":171275,"tr_customer_product_id":171265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Clark Yost","mobile_number":"7036900967","email_id":"lyle.goodwin@hotmail.com","dop":"2026-01-20","serial_number":"491884467495444","imei1":"016174267256365","imei2":"912381369241386","popurl":"www.marco-swift.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171259,"job_number":"JOB_171259","tr_customer_id":171276,"tr_customer_product_id":171266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Margarette Lueilwitz","mobile_number":"7085478763","email_id":"julio.koch@yahoo.com","dop":"2026-01-20","serial_number":"412860258341152","imei1":"813171604214463","imei2":"485612585521118","popurl":"www.jonathon-wilkinson.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171260,"job_number":"JOB_171260","tr_customer_id":171277,"tr_customer_product_id":171267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Laronda Torphy","mobile_number":"7025021474","email_id":"william.stehr@gmail.com","dop":"2026-01-20","serial_number":"972441054471604","imei1":"686754197654528","imei2":"926554475411645","popurl":"www.abram-hansen.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171261,"job_number":"JOB_171261","tr_customer_id":171278,"tr_customer_product_id":171268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Chester Hayes","mobile_number":"7045727611","email_id":"luetta.waters@gmail.com","dop":"2026-01-20","serial_number":"838903341815602","imei1":"976467245767710","imei2":"795221116181019","popurl":"www.maryalice-prosacco.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171262,"job_number":"JOB_171262","tr_customer_id":171279,"tr_customer_product_id":171269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Sharmaine Morar","mobile_number":"7049135324","email_id":"norah.johnson@hotmail.com","dop":"2026-01-20","serial_number":"929996546076416","imei1":"573566954401823","imei2":"761359974709772","popurl":"www.fred-wisoky.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171263,"job_number":"JOB_171263","tr_customer_id":171280,"tr_customer_product_id":171270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Vi Harber","mobile_number":"7064000175","email_id":"leigh.bergnaum@hotmail.com","dop":"2026-01-20","serial_number":"616610043460910","imei1":"155654986123458","imei2":"310585677560027","popurl":"www.emilio-schoen.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171264,"job_number":"JOB_171264","tr_customer_id":171281,"tr_customer_product_id":171271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Mina Lesch","mobile_number":"7082372665","email_id":"suzie.marks@yahoo.com","dop":"2026-01-20","serial_number":"701044727612722","imei1":"376613410787939","imei2":"942991546876059","popurl":"www.joe-buckridge.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171265,"job_number":"JOB_171265","tr_customer_id":171282,"tr_customer_product_id":171272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Wilburn Bergstrom","mobile_number":"7013353968","email_id":"asa.ryan@gmail.com","dop":"2026-01-20","serial_number":"623635974871693","imei1":"242619460205683","imei2":"965083142035508","popurl":"www.megan-kuhic.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171266,"job_number":"JOB_171266","tr_customer_id":171284,"tr_customer_product_id":171273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Jacinto Kozey","mobile_number":"7022960780","email_id":"adan.kihn@yahoo.com","dop":"2026-01-20","serial_number":"573428908551433","imei1":"054924308963273","imei2":"284649389869029","popurl":"www.emmitt-schulist.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171267,"job_number":"JOB_171267","tr_customer_id":171283,"tr_customer_product_id":171274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Conception Mills","mobile_number":"7045496618","email_id":"daphne.mayer@gmail.com","dop":"2026-01-20","serial_number":"263444539501114","imei1":"164269333423350","imei2":"644376740033112","popurl":"www.nery-kuphal.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171268,"job_number":"JOB_171268","tr_customer_id":171285,"tr_customer_product_id":171275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Floyd Jaskolski","mobile_number":"7052180863","email_id":"latashia.beahan@yahoo.com","dop":"2026-01-20","serial_number":"380992307916679","imei1":"944089403776228","imei2":"617770173665034","popurl":"www.miquel-flatley.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171269,"job_number":"JOB_171269","tr_customer_id":171286,"tr_customer_product_id":171276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Shela Bashirian","mobile_number":"7054494394","email_id":"kittie.hettinger@gmail.com","dop":"2026-01-20","serial_number":"060213496186556","imei1":"289633814379277","imei2":"422413910083233","popurl":"www.humberto-hammes.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171270,"job_number":"JOB_171270","tr_customer_id":171287,"tr_customer_product_id":171277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Darius Anderson","mobile_number":"7097564929","email_id":"odette.keeling@yahoo.com","dop":"2026-01-20","serial_number":"758725336219691","imei1":"578129971270282","imei2":"900822568283921","popurl":"www.donnie-hirthe.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171271,"job_number":"JOB_171271","tr_customer_id":171288,"tr_customer_product_id":171278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Felisha Senger","mobile_number":"7002630667","email_id":"babara.hauck@gmail.com","dop":"2026-01-20","serial_number":"713857290800578","imei1":"498239871993302","imei2":"069643077108131","popurl":"www.patricia-glover.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171272,"job_number":"JOB_171272","tr_customer_id":171289,"tr_customer_product_id":171279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Martin Herzog","mobile_number":"7048489618","email_id":"stewart.boyle@yahoo.com","dop":"2026-01-20","serial_number":"642548287437421","imei1":"001494208315496","imei2":"220970376417477","popurl":"www.frederica-durgan.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171273,"job_number":"JOB_171273","tr_customer_id":171291,"tr_customer_product_id":171280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Charity Hagenes","mobile_number":"7056781630","email_id":"edwardo.schulist@yahoo.com","dop":"2026-01-20","serial_number":"207775557780019","imei1":"141317159035208","imei2":"770188941722539","popurl":"www.nikki-cassin.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171274,"job_number":"JOB_171274","tr_customer_id":171290,"tr_customer_product_id":171281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Margarito Purdy","mobile_number":"7049896781","email_id":"nelda.sauer@hotmail.com","dop":"2026-01-20","serial_number":"555087379422001","imei1":"781499275048964","imei2":"068666357976210","popurl":"www.dia-stokes.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171275,"job_number":"JOB_171275","tr_customer_id":171292,"tr_customer_product_id":171282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Eura Swift","mobile_number":"7001842203","email_id":"stewart.kuvalis@yahoo.com","dop":"2026-01-20","serial_number":"826652378492166","imei1":"677566223021085","imei2":"460924875045151","popurl":"www.gwyn-wiza.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171276,"job_number":"JOB_171276","tr_customer_id":171293,"tr_customer_product_id":171283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Patrick Hudson","mobile_number":"7018081216","email_id":"paul.waters@hotmail.com","dop":"2026-01-20","serial_number":"380785726166291","imei1":"500837556582087","imei2":"956176460929887","popurl":"www.robt-wunsch.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171277,"job_number":"JOB_171277","tr_customer_id":171294,"tr_customer_product_id":171284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Hai Jakubowski","mobile_number":"7036325365","email_id":"harry.becker@yahoo.com","dop":"2026-01-20","serial_number":"400672857448585","imei1":"906922527643994","imei2":"116140246894846","popurl":"www.chuck-powlowski.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171278,"job_number":"JOB_171278","tr_customer_id":171295,"tr_customer_product_id":171285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Rosetta MacGyver","mobile_number":"7001482526","email_id":"kurtis.dare@hotmail.com","dop":"2026-01-20","serial_number":"948980902782389","imei1":"110367369457101","imei2":"538514891420431","popurl":"www.toi-gutmann.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171279,"job_number":"JOB_171279","tr_customer_id":171296,"tr_customer_product_id":171286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Merrie Davis","mobile_number":"7070612816","email_id":"rey.armstrong@hotmail.com","dop":"2026-01-20","serial_number":"981135890916648","imei1":"432334546733783","imei2":"633851218106331","popurl":"www.galen-johnson.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171280,"job_number":"JOB_171280","tr_customer_id":171297,"tr_customer_product_id":171287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Rogelio Howell","mobile_number":"7047198962","email_id":"tama.bosco@hotmail.com","dop":"2026-01-20","serial_number":"620230799896431","imei1":"382577882871484","imei2":"651505170758353","popurl":"www.rocio-yost.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171281,"job_number":"JOB_171281","tr_customer_id":171298,"tr_customer_product_id":171288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Jerrold Hettinger","mobile_number":"7014609769","email_id":"alfonso.nitzsche@gmail.com","dop":"2026-01-20","serial_number":"298271036192099","imei1":"493301056721234","imei2":"806543001633283","popurl":"www.leif-leannon.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171282,"job_number":"JOB_171282","tr_customer_id":171299,"tr_customer_product_id":171289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Leia Wilderman","mobile_number":"7081764293","email_id":"charlie.kshlerin@yahoo.com","dop":"2026-01-20","serial_number":"847215224174939","imei1":"616657187339376","imei2":"790766060331074","popurl":"www.elroy-buckridge.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171283,"job_number":"JOB_171283","tr_customer_id":171300,"tr_customer_product_id":171290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Corina Keebler","mobile_number":"7012242008","email_id":"donte.armstrong@gmail.com","dop":"2026-01-20","serial_number":"254436800512874","imei1":"542141292010198","imei2":"677410120059873","popurl":"www.monte-douglas.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171284,"job_number":"JOB_171284","tr_customer_id":171301,"tr_customer_product_id":171291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Ping Williamson","mobile_number":"7019746611","email_id":"tommie.predovic@yahoo.com","dop":"2026-01-20","serial_number":"091790878881049","imei1":"177114594404262","imei2":"853646222958487","popurl":"www.olen-kuhn.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171285,"job_number":"JOB_171285","tr_customer_id":171302,"tr_customer_product_id":171292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Gertie Feil","mobile_number":"7053090139","email_id":"jimmie.borer@gmail.com","dop":"2026-01-20","serial_number":"606341795059464","imei1":"631296331161559","imei2":"941897190477117","popurl":"www.fermin-baumbach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171286,"job_number":"JOB_171286","tr_customer_id":171303,"tr_customer_product_id":171293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Heriberto Dare","mobile_number":"7050317234","email_id":"jonas.schneider@gmail.com","dop":"2026-01-20","serial_number":"521380277078461","imei1":"449668329731456","imei2":"542018027928858","popurl":"www.dave-beahan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171287,"job_number":"JOB_171287","tr_customer_id":171304,"tr_customer_product_id":171294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Marlyn Schiller","mobile_number":"7099628598","email_id":"val.barrows@yahoo.com","dop":"2026-01-20","serial_number":"916071023365421","imei1":"720851075151568","imei2":"400866920625810","popurl":"www.charlette-willms.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171288,"job_number":"JOB_171288","tr_customer_id":171305,"tr_customer_product_id":171295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Kirsten Senger","mobile_number":"7097079404","email_id":"dexter.gleason@hotmail.com","dop":"2026-01-20","serial_number":"563714483928251","imei1":"123991720083125","imei2":"002947736462201","popurl":"www.georgene-ullrich.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171289,"job_number":"JOB_171289","tr_customer_id":171306,"tr_customer_product_id":171296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Kam Lowe","mobile_number":"7001121305","email_id":"alyse.pacocha@hotmail.com","dop":"2026-01-20","serial_number":"688350530513191","imei1":"232348310637105","imei2":"687112166095974","popurl":"www.chrystal-bruen.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171290,"job_number":"JOB_171290","tr_customer_id":171307,"tr_customer_product_id":171297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Raymundo Lehner","mobile_number":"7026882957","email_id":"jackie.heaney@hotmail.com","dop":"2026-01-20","serial_number":"329196997117307","imei1":"315729494463659","imei2":"856215408405094","popurl":"www.monty-ernser.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171291,"job_number":"JOB_171291","tr_customer_id":171309,"tr_customer_product_id":171298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Angle Bosco","mobile_number":"7006739450","email_id":"taunya.hettinger@gmail.com","dop":"2026-01-20","serial_number":"756406649999859","imei1":"297677764704882","imei2":"923920695219972","popurl":"www.milagro-roob.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171292,"job_number":"JOB_171292","tr_customer_id":171308,"tr_customer_product_id":171299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Melanie Bode","mobile_number":"7082822385","email_id":"matthew.nitzsche@yahoo.com","dop":"2026-01-20","serial_number":"445282738789803","imei1":"137857908041800","imei2":"753072165846076","popurl":"www.elodia-green.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171293,"job_number":"JOB_171293","tr_customer_id":171310,"tr_customer_product_id":171300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Quinn Kreiger","mobile_number":"7009979625","email_id":"alexia.kuvalis@hotmail.com","dop":"2026-01-20","serial_number":"854318010154538","imei1":"861088907597622","imei2":"185817212957150","popurl":"www.ellan-muller.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171294,"job_number":"JOB_171294","tr_customer_id":171311,"tr_customer_product_id":171301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Darrel Corwin","mobile_number":"7057047003","email_id":"lyman.wiegand@hotmail.com","dop":"2026-01-20","serial_number":"237175470271655","imei1":"032486600368255","imei2":"446173791097521","popurl":"www.erin-runolfsson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171295,"job_number":"JOB_171295","tr_customer_id":171312,"tr_customer_product_id":171302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Mittie Barton","mobile_number":"7028648701","email_id":"emmie.schuster@gmail.com","dop":"2026-01-20","serial_number":"924393276295249","imei1":"309472988490565","imei2":"658495554469434","popurl":"www.tyler-goodwin.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171296,"job_number":"JOB_171296","tr_customer_id":171313,"tr_customer_product_id":171303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Williams Wilderman","mobile_number":"7004300651","email_id":"allena.lang@gmail.com","dop":"2026-01-20","serial_number":"713854897368234","imei1":"409939976558701","imei2":"735582385868358","popurl":"www.simona-altenwerth.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171297,"job_number":"JOB_171297","tr_customer_id":171314,"tr_customer_product_id":171304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Manie Schaefer","mobile_number":"7083348073","email_id":"katheleen.toy@yahoo.com","dop":"2026-01-20","serial_number":"947390877324960","imei1":"944637172852648","imei2":"144334355109576","popurl":"www.guadalupe-donnelly.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171298,"job_number":"JOB_171298","tr_customer_id":171315,"tr_customer_product_id":171305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Suzi Gutkowski","mobile_number":"7000348900","email_id":"tammi.ward@yahoo.com","dop":"2026-01-20","serial_number":"521796092686116","imei1":"895769951233287","imei2":"451086771861443","popurl":"www.bobby-howell.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171299,"job_number":"JOB_171299","tr_customer_id":171316,"tr_customer_product_id":171306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Rocky Becker","mobile_number":"7033551283","email_id":"alberto.powlowski@yahoo.com","dop":"2026-01-20","serial_number":"399236703668613","imei1":"338145194685861","imei2":"214652828394383","popurl":"www.helaine-lynch.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171300,"job_number":"JOB_171300","tr_customer_id":171317,"tr_customer_product_id":171307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Quinton Little","mobile_number":"7038957880","email_id":"anabel.price@yahoo.com","dop":"2026-01-20","serial_number":"630296100037005","imei1":"097816377351172","imei2":"904960290408004","popurl":"www.merlin-marks.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171301,"job_number":"JOB_171301","tr_customer_id":171318,"tr_customer_product_id":171308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Ophelia Rice","mobile_number":"7046698561","email_id":"merlin.hayes@gmail.com","dop":"2026-01-20","serial_number":"354178160521808","imei1":"455855935314235","imei2":"273275603966270","popurl":"www.dirk-bauch.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171302,"job_number":"JOB_171302","tr_customer_id":171319,"tr_customer_product_id":171309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Tom Hammes","mobile_number":"7000942450","email_id":"margarett.wisoky@yahoo.com","dop":"2026-01-20","serial_number":"752467710248004","imei1":"288185988413854","imei2":"299792988910928","popurl":"www.harris-volkman.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171303,"job_number":"JOB_171303","tr_customer_id":171320,"tr_customer_product_id":171310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Whitney Monahan","mobile_number":"7082537552","email_id":"nicola.effertz@gmail.com","dop":"2026-01-20","serial_number":"320853054357944","imei1":"854691824554205","imei2":"333310707553695","popurl":"www.philomena-cummings.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171304,"job_number":"JOB_171304","tr_customer_id":171322,"tr_customer_product_id":171311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Micheal Kuphal","mobile_number":"7053593462","email_id":"eula.yundt@hotmail.com","dop":"2026-01-20","serial_number":"781374517942592","imei1":"671122538259545","imei2":"180776559201212","popurl":"www.song-ortiz.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171305,"job_number":"JOB_171305","tr_customer_id":171321,"tr_customer_product_id":171312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Cyrus Kuhlman","mobile_number":"7058941188","email_id":"zachary.walter@hotmail.com","dop":"2026-01-20","serial_number":"828750392070931","imei1":"711725431974453","imei2":"121108258349178","popurl":"www.kortney-stehr.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171306,"job_number":"JOB_171306","tr_customer_id":171323,"tr_customer_product_id":171313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Caren Kozey","mobile_number":"7024358111","email_id":"morgan.harris@yahoo.com","dop":"2026-01-20","serial_number":"130268590698903","imei1":"762771362112646","imei2":"079198503697501","popurl":"www.cathie-fadel.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171307,"job_number":"JOB_171307","tr_customer_id":171324,"tr_customer_product_id":171314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Erasmo Jerde","mobile_number":"7077248713","email_id":"noelle.bednar@yahoo.com","dop":"2026-01-20","serial_number":"851784061286438","imei1":"990530413518809","imei2":"418220343943831","popurl":"www.christi-deckow.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171308,"job_number":"JOB_171308","tr_customer_id":171325,"tr_customer_product_id":171315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Charlie Reichel","mobile_number":"7019051130","email_id":"bethany.bayer@yahoo.com","dop":"2026-01-20","serial_number":"962454777702104","imei1":"330761018557061","imei2":"580522695193604","popurl":"www.jewell-brekke.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171309,"job_number":"JOB_171309","tr_customer_id":171326,"tr_customer_product_id":171316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Ashly Muller","mobile_number":"7033151416","email_id":"deshawn.deckow@hotmail.com","dop":"2026-01-20","serial_number":"467004973717725","imei1":"123728033258318","imei2":"398747741128254","popurl":"www.tobi-schmitt.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171310,"job_number":"JOB_171310","tr_customer_id":171327,"tr_customer_product_id":171317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:42.000Z","modified_at":"2026-01-30T05:55:42.000Z","name":"Eleanora Ward","mobile_number":"7028648988","email_id":"arnette.wiegand@gmail.com","dop":"2026-01-20","serial_number":"570528850340114","imei1":"320870487801078","imei2":"710620712670116","popurl":"www.erick-sawayn.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171311,"job_number":"JOB_171311","tr_customer_id":171328,"tr_customer_product_id":171318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:42.000Z","modified_at":"2026-01-30T05:55:42.000Z","name":"Karen Armstrong","mobile_number":"7068288941","email_id":"jude.durgan@yahoo.com","dop":"2026-01-20","serial_number":"939118111250160","imei1":"898008289804416","imei2":"458935161560606","popurl":"www.annelle-ratke.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171312,"job_number":"JOB_171312","tr_customer_id":171329,"tr_customer_product_id":171319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:42.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Delmar Kuhlman","mobile_number":"7076639014","email_id":"morris.champlin@hotmail.com","dop":"2026-01-20","serial_number":"359966718293181","imei1":"269850488109661","imei2":"086271321760063","popurl":"www.elisa-hickle.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171313,"job_number":"JOB_171313","tr_customer_id":171330,"tr_customer_product_id":171320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Alise Strosin","mobile_number":"7029822744","email_id":"miquel.hauck@gmail.com","dop":"2026-01-20","serial_number":"113476940717789","imei1":"826707803695069","imei2":"114528807275329","popurl":"www.daphne-orn.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171314,"job_number":"JOB_171314","tr_customer_id":171331,"tr_customer_product_id":171321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Kathaleen Nolan","mobile_number":"7034353648","email_id":"kelley.smitham@yahoo.com","dop":"2026-01-20","serial_number":"215758379552571","imei1":"071950585874522","imei2":"912099833654560","popurl":"www.beverly-hand.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171315,"job_number":"JOB_171315","tr_customer_id":171332,"tr_customer_product_id":171322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Ariel Cummings","mobile_number":"7038642287","email_id":"irving.waelchi@yahoo.com","dop":"2026-01-20","serial_number":"463492551678414","imei1":"648186731601765","imei2":"480006720646052","popurl":"www.stuart-legros.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171316,"job_number":"JOB_171316","tr_customer_id":171333,"tr_customer_product_id":171323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Carol Klein","mobile_number":"7015590816","email_id":"brice.roob@yahoo.com","dop":"2026-01-20","serial_number":"710983340271287","imei1":"733109760191233","imei2":"361240509090824","popurl":"www.merle-hahn.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171317,"job_number":"JOB_171317","tr_customer_id":171334,"tr_customer_product_id":171324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Kyle Douglas","mobile_number":"7015148888","email_id":"tyson.sporer@yahoo.com","dop":"2026-01-20","serial_number":"766541170764355","imei1":"565784542446208","imei2":"538816603970844","popurl":"www.mack-crooks.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171318,"job_number":"JOB_171318","tr_customer_id":171335,"tr_customer_product_id":171325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Rico Gleichner","mobile_number":"7029157150","email_id":"noe.nitzsche@hotmail.com","dop":"2026-01-20","serial_number":"491736804658628","imei1":"493575193136037","imei2":"646049109562879","popurl":"www.estrella-mohr.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171319,"job_number":"JOB_171319","tr_customer_id":171336,"tr_customer_product_id":171326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Jefferey Kris","mobile_number":"7099992313","email_id":"eldon.rau@hotmail.com","dop":"2026-01-20","serial_number":"383666994327856","imei1":"075128337433975","imei2":"655744289525468","popurl":"www.graham-konopelski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171320,"job_number":"JOB_171320","tr_customer_id":171337,"tr_customer_product_id":171327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Royal Klein","mobile_number":"7049889361","email_id":"linsey.feil@hotmail.com","dop":"2026-01-20","serial_number":"030365157241101","imei1":"841865954352253","imei2":"751180241466148","popurl":"www.keenan-goldner.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171321,"job_number":"JOB_171321","tr_customer_id":171338,"tr_customer_product_id":171328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Easter Baumbach","mobile_number":"7093036604","email_id":"kristopher.batz@hotmail.com","dop":"2026-01-20","serial_number":"914912160874195","imei1":"971588513580079","imei2":"736842994493543","popurl":"www.marilou-ferry.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171322,"job_number":"JOB_171322","tr_customer_id":171339,"tr_customer_product_id":171329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Otha Heathcote","mobile_number":"7022274597","email_id":"kasie.hyatt@yahoo.com","dop":"2026-01-20","serial_number":"051530957056078","imei1":"700307274917464","imei2":"381092289380151","popurl":"www.maggie-koepp.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171323,"job_number":"JOB_171323","tr_customer_id":171340,"tr_customer_product_id":171330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Yuk Walker","mobile_number":"7079057641","email_id":"idell.mcclure@gmail.com","dop":"2026-01-20","serial_number":"018953174275601","imei1":"197554091067559","imei2":"146793685141557","popurl":"www.chelsea-strosin.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171324,"job_number":"JOB_171324","tr_customer_id":171341,"tr_customer_product_id":171331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Lillie Spencer","mobile_number":"7048536157","email_id":"kasey.brown@gmail.com","dop":"2026-01-20","serial_number":"169151214653888","imei1":"606013340190024","imei2":"432370165611082","popurl":"www.erik-turcotte.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171325,"job_number":"JOB_171325","tr_customer_id":171342,"tr_customer_product_id":171332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Suzan Feil","mobile_number":"7017899097","email_id":"aron.mante@yahoo.com","dop":"2026-01-20","serial_number":"934554124274999","imei1":"643500244089838","imei2":"768905799936658","popurl":"www.elvis-walter.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171326,"job_number":"JOB_171326","tr_customer_id":171343,"tr_customer_product_id":171333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Vaughn Abshire","mobile_number":"7076898654","email_id":"sophia.beahan@gmail.com","dop":"2026-01-20","serial_number":"374887385152324","imei1":"236118919572179","imei2":"730551795153501","popurl":"www.cameron-labadie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171327,"job_number":"JOB_171327","tr_customer_id":171344,"tr_customer_product_id":171334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Darrick Schiller","mobile_number":"7007616646","email_id":"youlanda.waelchi@yahoo.com","dop":"2026-01-20","serial_number":"913360750542939","imei1":"044302794883510","imei2":"582414749359131","popurl":"www.damon-ohara.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171328,"job_number":"JOB_171328","tr_customer_id":171345,"tr_customer_product_id":171335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Andreas Kuhlman","mobile_number":"7080274718","email_id":"shawana.gutmann@yahoo.com","dop":"2026-01-20","serial_number":"833874154524629","imei1":"165684040934487","imei2":"312100825481361","popurl":"www.palmer-boyer.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171329,"job_number":"JOB_171329","tr_customer_id":171346,"tr_customer_product_id":171336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Horace McLaughlin","mobile_number":"7069779472","email_id":"clarita.gottlieb@gmail.com","dop":"2026-01-20","serial_number":"582099164941029","imei1":"227114044654142","imei2":"156221871043903","popurl":"www.frankie-trantow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171330,"job_number":"JOB_171330","tr_customer_id":171347,"tr_customer_product_id":171337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Keenan Lang","mobile_number":"7088968871","email_id":"julius.becker@yahoo.com","dop":"2026-01-20","serial_number":"209260180327899","imei1":"298211817981988","imei2":"369635061744510","popurl":"www.janell-lowe.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171331,"job_number":"JOB_171331","tr_customer_id":171348,"tr_customer_product_id":171338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Patrick Lemke","mobile_number":"7007403986","email_id":"lindsay.feest@gmail.com","dop":"2026-01-20","serial_number":"022307895346513","imei1":"135070715406277","imei2":"424391515834522","popurl":"www.buck-parker.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171332,"job_number":"JOB_171332","tr_customer_id":171349,"tr_customer_product_id":171339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Daryl Walter","mobile_number":"7054905836","email_id":"rosalba.little@gmail.com","dop":"2026-01-20","serial_number":"973331501090102","imei1":"687295614282327","imei2":"705856612819515","popurl":"www.dominique-bernhard.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171333,"job_number":"JOB_171333","tr_customer_id":171350,"tr_customer_product_id":171340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Betty Wolff","mobile_number":"7017370882","email_id":"marisela.purdy@hotmail.com","dop":"2026-01-20","serial_number":"853721744842080","imei1":"789305070249993","imei2":"975196809715704","popurl":"www.brittaney-okon.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171334,"job_number":"JOB_171334","tr_customer_id":171351,"tr_customer_product_id":171341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Monty Streich","mobile_number":"7064317989","email_id":"sterling.schmidt@yahoo.com","dop":"2026-01-20","serial_number":"492146951984773","imei1":"681843052321560","imei2":"676830187061196","popurl":"www.nia-hamill.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171335,"job_number":"JOB_171335","tr_customer_id":171352,"tr_customer_product_id":171342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Stephan Beier","mobile_number":"7028352644","email_id":"dusty.swift@gmail.com","dop":"2026-01-20","serial_number":"848429255648885","imei1":"640703781449972","imei2":"665248918196321","popurl":"www.alaine-olson.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171336,"job_number":"JOB_171336","tr_customer_id":171353,"tr_customer_product_id":171343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Mark Harris","mobile_number":"7019203537","email_id":"kerry.abbott@gmail.com","dop":"2026-01-20","serial_number":"158636126981963","imei1":"462749841897112","imei2":"371272028423057","popurl":"www.drema-bernier.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171337,"job_number":"JOB_171337","tr_customer_id":171354,"tr_customer_product_id":171344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Caryn Mraz","mobile_number":"7012286778","email_id":"mardell.damore@gmail.com","dop":"2026-01-20","serial_number":"492422236760717","imei1":"953879803448535","imei2":"203247308133498","popurl":"www.nigel-huels.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171338,"job_number":"JOB_171338","tr_customer_id":171355,"tr_customer_product_id":171345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Roxann Krajcik","mobile_number":"7083524756","email_id":"eddie.fisher@yahoo.com","dop":"2026-01-20","serial_number":"894665896733248","imei1":"159345806106229","imei2":"831415349417924","popurl":"www.daren-stiedemann.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171339,"job_number":"JOB_171339","tr_customer_id":171356,"tr_customer_product_id":171346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Marquis McKenzie","mobile_number":"7036712750","email_id":"neil.stroman@yahoo.com","dop":"2026-01-20","serial_number":"712805775036816","imei1":"462218474417448","imei2":"578419115520565","popurl":"www.catherina-johns.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171340,"job_number":"JOB_171340","tr_customer_id":171357,"tr_customer_product_id":171347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Shawana Bartell","mobile_number":"7039979523","email_id":"dortha.harris@gmail.com","dop":"2026-01-20","serial_number":"877536665877150","imei1":"364166343636287","imei2":"778855328820417","popurl":"www.leda-abbott.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171341,"job_number":"JOB_171341","tr_customer_id":171358,"tr_customer_product_id":171348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Shandi Schinner","mobile_number":"7065687824","email_id":"jessie.kertzmann@gmail.com","dop":"2026-01-20","serial_number":"850274205060159","imei1":"964112510529323","imei2":"315046121597884","popurl":"www.boris-morissette.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171342,"job_number":"JOB_171342","tr_customer_id":171359,"tr_customer_product_id":171349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Matthew Hudson","mobile_number":"7008094170","email_id":"andre.monahan@yahoo.com","dop":"2026-01-20","serial_number":"408659195680000","imei1":"133284790354959","imei2":"014125850736231","popurl":"www.corinne-abbott.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171343,"job_number":"JOB_171343","tr_customer_id":171360,"tr_customer_product_id":171350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Mohammad Howell","mobile_number":"7034161108","email_id":"willodean.torp@hotmail.com","dop":"2026-01-20","serial_number":"557393980105678","imei1":"865949135880345","imei2":"286310765529782","popurl":"www.shirlene-funk.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171344,"job_number":"JOB_171344","tr_customer_id":171361,"tr_customer_product_id":171351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Inocencia McCullough","mobile_number":"7070412863","email_id":"ouida.emard@yahoo.com","dop":"2026-01-20","serial_number":"689899434329349","imei1":"704458332138095","imei2":"330556491938086","popurl":"www.irving-ziemann.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171345,"job_number":"JOB_171345","tr_customer_id":171362,"tr_customer_product_id":171352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Tiara Berge","mobile_number":"7024572240","email_id":"marty.price@hotmail.com","dop":"2026-01-20","serial_number":"701976783804628","imei1":"127828047744783","imei2":"793942879768999","popurl":"www.sharen-stokes.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171346,"job_number":"JOB_171346","tr_customer_id":171363,"tr_customer_product_id":171353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Granville Baumbach","mobile_number":"7022356100","email_id":"delta.cormier@gmail.com","dop":"2026-01-20","serial_number":"996804375718733","imei1":"602551415911801","imei2":"930078855823199","popurl":"www.cierra-crona.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171347,"job_number":"JOB_171347","tr_customer_id":171364,"tr_customer_product_id":171354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Luisa Bogan","mobile_number":"7067333858","email_id":"orval.upton@hotmail.com","dop":"2026-01-20","serial_number":"854300526798627","imei1":"677953650731126","imei2":"431990791433519","popurl":"www.eleonor-gutkowski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171348,"job_number":"JOB_171348","tr_customer_id":171365,"tr_customer_product_id":171355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Tammera Metz","mobile_number":"7047053055","email_id":"marvin.schoen@gmail.com","dop":"2026-01-20","serial_number":"052515037263998","imei1":"138097395785825","imei2":"612058888985915","popurl":"www.reiko-haag.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171349,"job_number":"JOB_171349","tr_customer_id":171366,"tr_customer_product_id":171356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Damien Hegmann","mobile_number":"7090363996","email_id":"jerome.stamm@gmail.com","dop":"2026-01-20","serial_number":"246944316579449","imei1":"523090462055794","imei2":"779341923092163","popurl":"www.del-waters.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171350,"job_number":"JOB_171350","tr_customer_id":171367,"tr_customer_product_id":171357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Tuyet Hamill","mobile_number":"7096352010","email_id":"gabriele.kutch@hotmail.com","dop":"2026-01-20","serial_number":"153056128550413","imei1":"269012477768882","imei2":"094785500498281","popurl":"www.norbert-gusikowski.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171351,"job_number":"JOB_171351","tr_customer_id":171368,"tr_customer_product_id":171358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Darrick Berge","mobile_number":"7087668523","email_id":"arturo.davis@gmail.com","dop":"2026-01-20","serial_number":"647399180273864","imei1":"458357599291083","imei2":"782248925382212","popurl":"www.thomas-weber.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171352,"job_number":"JOB_171352","tr_customer_id":171369,"tr_customer_product_id":171359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Sherwood Fadel","mobile_number":"7011843943","email_id":"david.zieme@yahoo.com","dop":"2026-01-20","serial_number":"789671532689752","imei1":"563711768576478","imei2":"057048674402843","popurl":"www.gerri-sporer.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171353,"job_number":"JOB_171353","tr_customer_id":171370,"tr_customer_product_id":171360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Lashell O'Kon","mobile_number":"7025980012","email_id":"devon.roberts@gmail.com","dop":"2026-01-20","serial_number":"392770444299956","imei1":"872677543420725","imei2":"132521620430556","popurl":"www.fletcher-bartoletti.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171354,"job_number":"JOB_171354","tr_customer_id":171371,"tr_customer_product_id":171361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Vincenza Collins","mobile_number":"7024641008","email_id":"winston.kovacek@hotmail.com","dop":"2026-01-20","serial_number":"077138737656240","imei1":"591057248901506","imei2":"922573541826261","popurl":"www.keenan-considine.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171355,"job_number":"JOB_171355","tr_customer_id":171372,"tr_customer_product_id":171362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Silas Pfannerstill","mobile_number":"7073493299","email_id":"mary.kohler@yahoo.com","dop":"2026-01-20","serial_number":"180473901777230","imei1":"274046018039304","imei2":"750445337738417","popurl":"www.alex-lehner.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171356,"job_number":"JOB_171356","tr_customer_id":171373,"tr_customer_product_id":171363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Jayson Runolfsdottir","mobile_number":"7026287843","email_id":"victorina.rosenbaum@gmail.com","dop":"2026-01-20","serial_number":"433500023658491","imei1":"919582366314314","imei2":"987688736682843","popurl":"www.tracey-bednar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171357,"job_number":"JOB_171357","tr_customer_id":171374,"tr_customer_product_id":171364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Nelson Effertz","mobile_number":"7004819337","email_id":"blair.langosh@gmail.com","dop":"2026-01-20","serial_number":"086863821019413","imei1":"569844389665124","imei2":"659287618430977","popurl":"www.mirna-thiel.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171358,"job_number":"JOB_171358","tr_customer_id":171375,"tr_customer_product_id":171365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Edra McCullough","mobile_number":"7029803776","email_id":"tyesha.rohan@gmail.com","dop":"2026-01-20","serial_number":"554895809028652","imei1":"271641415297884","imei2":"181141491690381","popurl":"www.larhonda-dickens.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171359,"job_number":"JOB_171359","tr_customer_id":171376,"tr_customer_product_id":171366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Earnest Mosciski","mobile_number":"7050733721","email_id":"jonah.kshlerin@hotmail.com","dop":"2026-01-20","serial_number":"628122239004654","imei1":"790666948661741","imei2":"523170189550893","popurl":"www.jed-borer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171360,"job_number":"JOB_171360","tr_customer_id":171377,"tr_customer_product_id":171367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Anjelica Quigley","mobile_number":"7039464175","email_id":"sandi.douglas@yahoo.com","dop":"2026-01-20","serial_number":"209924863514387","imei1":"965618456286679","imei2":"137637902683452","popurl":"www.rayford-monahan.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171361,"job_number":"JOB_171361","tr_customer_id":171378,"tr_customer_product_id":171368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Mellissa Renner","mobile_number":"7012812846","email_id":"della.christiansen@hotmail.com","dop":"2026-01-20","serial_number":"334965998177931","imei1":"896258247342935","imei2":"206990280152004","popurl":"www.marcene-kuphal.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171362,"job_number":"JOB_171362","tr_customer_id":171379,"tr_customer_product_id":171369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Gay Stehr","mobile_number":"7028930896","email_id":"emilio.kihn@gmail.com","dop":"2026-01-20","serial_number":"276652164328144","imei1":"704063252220386","imei2":"676358511758511","popurl":"www.daren-monahan.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171363,"job_number":"JOB_171363","tr_customer_id":171380,"tr_customer_product_id":171370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Winfred Rutherford","mobile_number":"7082626872","email_id":"elvis.legros@yahoo.com","dop":"2026-01-20","serial_number":"535198958872526","imei1":"009468123294363","imei2":"683107385746280","popurl":"www.margaret-padberg.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171364,"job_number":"JOB_171364","tr_customer_id":171381,"tr_customer_product_id":171371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Vito Bartoletti","mobile_number":"7023011805","email_id":"jarred.huel@yahoo.com","dop":"2026-01-20","serial_number":"865907073943125","imei1":"284409225111989","imei2":"847129785658661","popurl":"www.barry-frami.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171365,"job_number":"JOB_171365","tr_customer_id":171382,"tr_customer_product_id":171372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Delbert Beahan","mobile_number":"7013791827","email_id":"daron.schmitt@hotmail.com","dop":"2026-01-20","serial_number":"398787265421065","imei1":"844581204535224","imei2":"000783084283936","popurl":"www.don-dach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171366,"job_number":"JOB_171366","tr_customer_id":171383,"tr_customer_product_id":171373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Chris O'Hara","mobile_number":"7009429192","email_id":"lane.daniel@hotmail.com","dop":"2026-01-20","serial_number":"489724662470955","imei1":"070797935103595","imei2":"137399432181127","popurl":"www.aron-kutch.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171367,"job_number":"JOB_171367","tr_customer_id":171384,"tr_customer_product_id":171374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Kathaleen Rowe","mobile_number":"7025976114","email_id":"rheba.price@yahoo.com","dop":"2026-01-20","serial_number":"888100521597937","imei1":"803079624000929","imei2":"262542431072815","popurl":"www.rosamond-gottlieb.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171368,"job_number":"JOB_171368","tr_customer_id":171385,"tr_customer_product_id":171375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Alexia Braun","mobile_number":"7063002503","email_id":"krysta.purdy@yahoo.com","dop":"2026-01-20","serial_number":"124915775912509","imei1":"733652276551877","imei2":"954582227126637","popurl":"www.paul-thompson.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171369,"job_number":"JOB_171369","tr_customer_id":171386,"tr_customer_product_id":171376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Lashanda Wiegand","mobile_number":"7022119534","email_id":"fernando.watsica@hotmail.com","dop":"2026-01-20","serial_number":"140776293579403","imei1":"650107745879882","imei2":"279690712386888","popurl":"www.mohammed-king.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171370,"job_number":"JOB_171370","tr_customer_id":171387,"tr_customer_product_id":171377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Kristine Lesch","mobile_number":"7082693168","email_id":"francie.mclaughlin@gmail.com","dop":"2026-01-20","serial_number":"802269429478002","imei1":"756818944361205","imei2":"374317467850168","popurl":"www.enid-koelpin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171371,"job_number":"JOB_171371","tr_customer_id":171389,"tr_customer_product_id":171379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Lewis Kuhn","mobile_number":"7040651561","email_id":"darla.smith@yahoo.com","dop":"2026-01-20","serial_number":"624134671347920","imei1":"957133621755988","imei2":"084689494059115","popurl":"www.jarod-franecki.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171372,"job_number":"JOB_171372","tr_customer_id":171388,"tr_customer_product_id":171378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Casey Schmitt","mobile_number":"7045253532","email_id":"dayna.oreilly@yahoo.com","dop":"2026-01-20","serial_number":"690748837428996","imei1":"319742204480953","imei2":"256691522843832","popurl":"www.jaimee-mayert.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171373,"job_number":"JOB_171373","tr_customer_id":171391,"tr_customer_product_id":171381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Apolonia Hermiston","mobile_number":"7020917903","email_id":"theresia.lueilwitz@gmail.com","dop":"2026-01-20","serial_number":"911139474859603","imei1":"860150548195086","imei2":"573836213873864","popurl":"www.edie-kihn.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171374,"job_number":"JOB_171374","tr_customer_id":171390,"tr_customer_product_id":171380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Raphael Jerde","mobile_number":"7097292673","email_id":"jocelyn.gerlach@hotmail.com","dop":"2026-01-20","serial_number":"607425780673038","imei1":"986739787958542","imei2":"478382875065103","popurl":"www.harriette-haley.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171375,"job_number":"JOB_171375","tr_customer_id":171392,"tr_customer_product_id":171382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Jatin Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"48394561160803","imei1":"48394561160803","imei2":"48394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171376,"job_number":"JOB_171376","tr_customer_id":171393,"tr_customer_product_id":171383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Chetan Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"35394561160803","imei1":"35394561160803","imei2":"35394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171377,"job_number":"JOB_171377","tr_customer_id":171394,"tr_customer_product_id":171384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Ritu Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"18394561160803","imei1":"18394561160803","imei2":"18394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171378,"job_number":"JOB_171378","tr_customer_id":171395,"tr_customer_product_id":171385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Ajinkya Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"45394561160803","imei1":"45394561160803","imei2":"45394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171379,"job_number":"JOB_171379","tr_customer_id":171396,"tr_customer_product_id":171386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Adi Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"19394561160803","imei1":"19394561160803","imei2":"19394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171380,"job_number":"JOB_171380","tr_customer_id":171397,"tr_customer_product_id":171387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Madelyn Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"25394561160803","imei1":"25394561160803","imei2":"25394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171381,"job_number":"JOB_171381","tr_customer_id":171398,"tr_customer_product_id":171388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:47.000Z","modified_at":"2026-01-30T06:11:47.000Z","name":"Dipesh Prajapat","mobile_number":"7044028444","email_id":"akshita.varman@hotmail.com","dop":"2026-01-20","serial_number":"971053117222051","imei1":"971053117222051","imei2":"971053117222051","popurl":"www.bhagwanti-pothuvaal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171382,"job_number":"JOB_171382","tr_customer_id":171399,"tr_customer_product_id":171389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:47.000Z","modified_at":"2026-01-30T06:11:47.000Z","name":"Ananda Chattopadhyay","mobile_number":"7019200987","email_id":"marut.malik@hotmail.com","dop":"2026-01-20","serial_number":"649093830287910","imei1":"649093830287910","imei2":"649093830287910","popurl":"www.somu-patil.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171383,"job_number":"JOB_171383","tr_customer_id":171400,"tr_customer_product_id":171390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:48.000Z","modified_at":"2026-01-30T06:11:48.000Z","name":"Vidhya Somayaji","mobile_number":"7080428552","email_id":"bodhan.gill@hotmail.com","dop":"2026-01-20","serial_number":"374942440272450","imei1":"374942440272450","imei2":"374942440272450","popurl":"www.bhaumik-sethi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171384,"job_number":"JOB_171384","tr_customer_id":171401,"tr_customer_product_id":171391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:48.000Z","modified_at":"2026-01-30T06:11:48.000Z","name":"Anish Varrier","mobile_number":"7055102891","email_id":"trilokesh.pillai@yahoo.co.in","dop":"2026-01-20","serial_number":"771620165515461","imei1":"771620165515461","imei2":"771620165515461","popurl":"www.subhasini-sethi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171385,"job_number":"JOB_171385","tr_customer_id":171402,"tr_customer_product_id":171392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:48.000Z","modified_at":"2026-01-30T06:11:48.000Z","name":"Aasa Saini","mobile_number":"7089486104","email_id":"dron.bandopadhyay@gmail.com","dop":"2026-01-20","serial_number":"317303768561109","imei1":"317303768561109","imei2":"317303768561109","popurl":"www.deeptimayee-iyengar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171386,"job_number":"JOB_171386","tr_customer_id":171403,"tr_customer_product_id":171393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:50.000Z","modified_at":"2026-01-30T06:11:50.000Z","name":"Brandt Mann","mobile_number":"622-691-0923","email_id":"Abigayle31@gmail.com","dop":"2025-08-24","serial_number":"53671279529214","imei1":"53671279529214","imei2":"53671279529214","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171387,"job_number":"JOB_171387","tr_customer_id":171404,"tr_customer_product_id":171394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:50.000Z","modified_at":"2026-01-30T06:11:50.000Z","name":"Brandt Mann","mobile_number":"622-691-0923","email_id":"Abigayle31@gmail.com","dop":"2025-08-24","serial_number":"35671279529214","imei1":"35671279529214","imei2":"35671279529214","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171388,"job_number":"JOB_171388","tr_customer_id":171405,"tr_customer_product_id":171395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:50.000Z","modified_at":"2026-01-30T06:11:50.000Z","name":"Brandt Mann","mobile_number":"622-691-0923","email_id":"Abigayle31@gmail.com","dop":"2025-08-24","serial_number":"64671279529214","imei1":"64671279529214","imei2":"64671279529214","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171389,"job_number":"JOB_171389","tr_customer_id":171406,"tr_customer_product_id":171396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Ritu Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"38290923182914","imei1":"38290923182914","imei2":"38290923182914","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171390,"job_number":"JOB_171390","tr_customer_id":171407,"tr_customer_product_id":171397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Chetan Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"36784938340803","imei1":"36784938340803","imei2":"36784938340803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171391,"job_number":"JOB_171391","tr_customer_id":171408,"tr_customer_product_id":171398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Adi Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"98272363473274","imei1":"98272363473274","imei2":"98272363473274","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171392,"job_number":"JOB_171392","tr_customer_id":171409,"tr_customer_product_id":171399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Madelyn Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"47894547389246","imei1":"47894547389246","imei2":"47894547389246","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171393,"job_number":"JOB_171393","tr_customer_id":171410,"tr_customer_product_id":171400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Jatin Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"48349583224463","imei1":"48349583224463","imei2":"48349583224463","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171394,"job_number":"JOB_171394","tr_customer_id":171411,"tr_customer_product_id":171401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Ajinkya Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"79394893208403","imei1":"79394893208403","imei2":"79394893208403","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171397,"job_number":"JOB_171397","tr_customer_id":171414,"tr_customer_product_id":171404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:33:03.000Z","modified_at":"2026-01-30T06:33:03.000Z","name":"Annetta Jerde","mobile_number":"957-447-5053","email_id":"Isidro30@gmail.com","dop":"2025-02-13","serial_number":"107317391673406","imei1":"107317391673406","imei2":"107317391673406","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:33:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171402,"job_number":"JOB_171402","tr_customer_id":171419,"tr_customer_product_id":171409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:29.000Z","modified_at":"2026-01-30T06:34:29.000Z","name":"John Doe","mobile_number":"9876543210","email_id":"test.user@example.com","dop":"2025-09-09","serial_number":"14549660389789","imei1":"14549660389789","imei2":"14549660389789","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171414,"job_number":"JOB_171414","tr_customer_id":171431,"tr_customer_product_id":171421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:18.000Z","modified_at":"2026-01-30T06:37:18.000Z","name":"Audie Wilkinson","mobile_number":"940-200-3652","email_id":"Mekhi_Pollich@gmail.com","dop":"2025-04-06","serial_number":"16599884165856758","imei1":"16599884165856758","imei2":"16599884165856758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:37:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171415,"job_number":"JOB_171415","tr_customer_id":171432,"tr_customer_product_id":171422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:23.000Z","modified_at":"2026-01-30T06:37:23.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10449886594967","imei1":"10449886594967","imei2":"10449886594967","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:37:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171417,"job_number":"JOB_171417","tr_customer_id":171434,"tr_customer_product_id":171424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:24.000Z","modified_at":"2026-01-30T06:37:24.000Z","name":"Pedro Feil","mobile_number":"581-343-8393","email_id":"Hank41@yahoo.com","dop":"2025-06-18","serial_number":"1055509162447858","imei1":"1055509162447858","imei2":"1055509162447858","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:37:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171418,"job_number":"JOB_171418","tr_customer_id":171435,"tr_customer_product_id":171425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:02.000Z","modified_at":"2026-01-30T06:38:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17035574083526","imei1":"17035574083526","imei2":"17035574083526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171420,"job_number":"JOB_171420","tr_customer_id":171437,"tr_customer_product_id":171427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:04.000Z","modified_at":"2026-01-30T06:38:04.000Z","name":"Arnoldo Rowe","mobile_number":"715-648-0517","email_id":"Misael82@gmail.com","dop":"2025-04-06","serial_number":"19453067720342332","imei1":"19453067720342332","imei2":"19453067720342332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171421,"job_number":"JOB_171421","tr_customer_id":171438,"tr_customer_product_id":171428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:06.000Z","modified_at":"2026-01-30T06:38:06.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10194295574346","imei1":"10194295574346","imei2":"10194295574346","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171423,"job_number":"JOB_171423","tr_customer_id":171440,"tr_customer_product_id":171430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:07.000Z","modified_at":"2026-01-30T06:38:07.000Z","name":"Alaina Bradtke","mobile_number":"946-876-1675","email_id":"Wade_Stiedemann16@hotmail.com","dop":"2025-06-18","serial_number":"1039100315912026","imei1":"1039100315912026","imei2":"1039100315912026","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171424,"job_number":"JOB_171424","tr_customer_id":171441,"tr_customer_product_id":171431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:49.000Z","modified_at":"2026-01-30T06:38:49.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-20","serial_number":"84620302988448","imei1":"84620302988448","imei2":"84620302988448","popurl":"2026-01-20T06:38:49.434423967Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171425,"job_number":"JOB_171425","tr_customer_id":171442,"tr_customer_product_id":171432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:50.000Z","modified_at":"2026-01-30T06:38:50.000Z","name":"Vidhur Bhat","mobile_number":"7018408778","email_id":"chandi.namboothiri@hotmail.com","dop":"2026-01-20","serial_number":"294726616218339","imei1":"294726616218339","imei2":"294726616218339","popurl":"www.chakravartee-iyengar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171426,"job_number":"JOB_171426","tr_customer_id":171443,"tr_customer_product_id":171433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:51.000Z","modified_at":"2026-01-30T06:38:51.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-20","serial_number":"78920578944937","imei1":"78920578944937","imei2":"78920578944937","popurl":"2026-01-20T06:38:51.000619749Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171427,"job_number":"JOB_171427","tr_customer_id":171444,"tr_customer_product_id":171434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:52.000Z","modified_at":"2026-01-30T06:38:52.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-20","serial_number":"78925764375486","imei1":"78925764375486","imei2":"78925764375486","popurl":"2026-01-20T06:38:51.644369888Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171428,"job_number":"JOB_171428","tr_customer_id":171445,"tr_customer_product_id":171435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:53.000Z","modified_at":"2026-01-30T06:38:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12250772332679","imei1":"12250772332679","imei2":"12250772332679","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171430,"job_number":"JOB_171430","tr_customer_id":171447,"tr_customer_product_id":171437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:54.000Z","modified_at":"2026-01-30T06:38:55.000Z","name":"Coralie Runolfsson","mobile_number":"858-305-4471","email_id":"Alden.Mills57@yahoo.com","dop":"2025-04-06","serial_number":"14197267669293620","imei1":"14197267669293620","imei2":"14197267669293620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171431,"job_number":"JOB_171431","tr_customer_id":171448,"tr_customer_product_id":171438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:39:42.000Z","modified_at":"2026-01-30T06:39:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18873266354982","imei1":"18873266354982","imei2":"18873266354982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171433,"job_number":"JOB_171433","tr_customer_id":171450,"tr_customer_product_id":171440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:39:44.000Z","modified_at":"2026-01-30T06:39:44.000Z","name":"Consuelo Kozey","mobile_number":"680-937-6254","email_id":"Wilhelmine67@hotmail.com","dop":"2025-04-06","serial_number":"19112996924905070","imei1":"19112996924905070","imei2":"19112996924905070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171434,"job_number":"JOB_171434","tr_customer_id":171451,"tr_customer_product_id":171441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:40:39.000Z","modified_at":"2026-01-30T06:40:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19786376169286","imei1":"19786376169286","imei2":"19786376169286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:40:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171436,"job_number":"JOB_171436","tr_customer_id":171453,"tr_customer_product_id":171443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:40:41.000Z","modified_at":"2026-01-30T06:40:41.000Z","name":"Anika Renner","mobile_number":"989-580-0127","email_id":"Teagan.Harber@hotmail.com","dop":"2025-04-06","serial_number":"17970059952303652","imei1":"17970059952303652","imei2":"17970059952303652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:40:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171437,"job_number":"JOB_171437","tr_customer_id":171454,"tr_customer_product_id":171444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:41:29.000Z","modified_at":"2026-01-30T06:41:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14600857956217","imei1":"14600857956217","imei2":"14600857956217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171439,"job_number":"JOB_171439","tr_customer_id":171456,"tr_customer_product_id":171446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:41:31.000Z","modified_at":"2026-01-30T06:41:31.000Z","name":"Augustus Gleason","mobile_number":"629-969-1104","email_id":"Adrain.Wintheiser@hotmail.com","dop":"2025-04-06","serial_number":"16909717749416220","imei1":"16909717749416220","imei2":"16909717749416220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:41:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171440,"job_number":"JOB_171440","tr_customer_id":171457,"tr_customer_product_id":171447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:41:54.000Z","modified_at":"2026-01-30T06:41:54.000Z","name":"Apsara Gill","mobile_number":"7042054772","email_id":"chandi.bhattacharya@gmail.com","dop":"2026-01-20","serial_number":"641881113147209","imei1":"641881113147209","imei2":"641881113147209","popurl":"www.dayaananda-rana.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:41:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171441,"job_number":"JOB_171441","tr_customer_id":171458,"tr_customer_product_id":171448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:19.000Z","modified_at":"2026-01-30T06:42:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10540855471555","imei1":"10540855471555","imei2":"10540855471555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171444,"job_number":"JOB_171444","tr_customer_id":171461,"tr_customer_product_id":171451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:21.000Z","modified_at":"2026-01-30T06:42:21.000Z","name":"Mia Hackett","mobile_number":"978-746-9888","email_id":"Kris_Ryan56@yahoo.com","dop":"2025-04-06","serial_number":"17010070198916548","imei1":"17010070198916548","imei2":"17010070198916548","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171447,"job_number":"JOB_171447","tr_customer_id":171464,"tr_customer_product_id":171454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:01.000Z","modified_at":"2026-01-30T06:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11286462949392","imei1":"11286462949392","imei2":"11286462949392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171449,"job_number":"JOB_171449","tr_customer_id":171466,"tr_customer_product_id":171456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:03.000Z","modified_at":"2026-01-30T06:43:03.000Z","name":"Chesley Waters","mobile_number":"308-932-3109","email_id":"Carmela.Carroll70@yahoo.com","dop":"2025-04-06","serial_number":"18587871383551744","imei1":"18587871383551744","imei2":"18587871383551744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171450,"job_number":"JOB_171450","tr_customer_id":171467,"tr_customer_product_id":171457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:44.000Z","modified_at":"2026-01-30T06:43:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16837989652693","imei1":"16837989652693","imei2":"16837989652693","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171452,"job_number":"JOB_171452","tr_customer_id":171469,"tr_customer_product_id":171459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:46.000Z","modified_at":"2026-01-30T06:43:46.000Z","name":"Oceane Balistreri","mobile_number":"982-609-2917","email_id":"Mckenna.MacGyver@yahoo.com","dop":"2025-04-06","serial_number":"10254914545826570","imei1":"10254914545826570","imei2":"10254914545826570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171453,"job_number":"JOB_171453","tr_customer_id":171470,"tr_customer_product_id":171460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:11.000Z","modified_at":"2026-01-30T06:44:11.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11354979510211","imei2":"11354979510211","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171455,"job_number":"JOB_171455","tr_customer_id":171472,"tr_customer_product_id":171462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:25.000Z","modified_at":"2026-01-30T06:44:25.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17276246388785","imei2":"17276246388785","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171457,"job_number":"JOB_171457","tr_customer_id":171474,"tr_customer_product_id":171464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:27.000Z","modified_at":"2026-01-30T06:44:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19454770736993","imei1":"19454770736993","imei2":"19454770736993","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171459,"job_number":"JOB_171459","tr_customer_id":171476,"tr_customer_product_id":171466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:29.000Z","modified_at":"2026-01-30T06:44:29.000Z","name":"Emerald Baumbach","mobile_number":"227-786-2981","email_id":"Clotilde.Weissnat55@gmail.com","dop":"2025-04-06","serial_number":"13439877704105120","imei1":"13439877704105120","imei2":"13439877704105120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171460,"job_number":"JOB_171460","tr_customer_id":171477,"tr_customer_product_id":171467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:38.000Z","modified_at":"2026-01-30T06:44:38.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14250175868810","imei2":"14250175868810","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171463,"job_number":"JOB_171463","tr_customer_id":171480,"tr_customer_product_id":171470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:48:02.000Z","modified_at":"2026-01-30T06:48:02.000Z","name":"Carroll Will","mobile_number":"884-569-5450","email_id":"Elva_Grimes20@yahoo.com","dop":"2025-04-06","serial_number":"11465550862617018","imei1":"11465550862617018","imei2":"11465550862617018","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171464,"job_number":"JOB_171464","tr_customer_id":171481,"tr_customer_product_id":171471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:53.000Z","modified_at":"2026-01-30T06:49:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16249148406513","imei1":"16249148406513","imei2":"16249148406513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171466,"job_number":"JOB_171466","tr_customer_id":171483,"tr_customer_product_id":171473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:55.000Z","modified_at":"2026-01-30T06:49:55.000Z","name":"Sam O'Keefe","mobile_number":"387-563-6363","email_id":"Ludwig_Wyman@hotmail.com","dop":"2025-04-06","serial_number":"15761893637363088","imei1":"15761893637363088","imei2":"15761893637363088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171470,"job_number":"JOB_171470","tr_customer_id":171487,"tr_customer_product_id":171477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:04.000Z","modified_at":"2026-01-30T06:50:04.000Z","name":"Miracle Blanda","mobile_number":"986-248-6169","email_id":"Freeda37@gmail.com","dop":"2025-09-09","serial_number":"16668035330546","imei1":"16668035330546","imei2":"16668035330546","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171471,"job_number":"JOB_171471","tr_customer_id":171488,"tr_customer_product_id":171478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:39.000Z","modified_at":"2026-01-30T06:50:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10169520905938","imei1":"10169520905938","imei2":"10169520905938","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171473,"job_number":"JOB_171473","tr_customer_id":171490,"tr_customer_product_id":171480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:40.000Z","modified_at":"2026-01-30T06:50:40.000Z","name":"Dorcas Green","mobile_number":"761-439-5288","email_id":"Jerrod.OKeefe@gmail.com","dop":"2025-04-06","serial_number":"12651465035248960","imei1":"12651465035248960","imei2":"12651465035248960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171477,"job_number":"JOB_171477","tr_customer_id":171494,"tr_customer_product_id":171484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:23.000Z","modified_at":"2026-01-30T06:51:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17548729132859","imei1":"17548729132859","imei2":"17548729132859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171479,"job_number":"JOB_171479","tr_customer_id":171496,"tr_customer_product_id":171486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:25.000Z","modified_at":"2026-01-30T06:51:25.000Z","name":"Roxane Feeney","mobile_number":"987-279-3107","email_id":"Nickolas_OKon@hotmail.com","dop":"2025-04-06","serial_number":"12697961695189620","imei1":"12697961695189620","imei2":"12697961695189620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171483,"job_number":"JOB_171483","tr_customer_id":171500,"tr_customer_product_id":171490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:32.000Z","modified_at":"2026-01-30T06:51:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11775548082085","imei1":"11775548082085","imei2":"11775548082085","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171485,"job_number":"JOB_171485","tr_customer_id":171502,"tr_customer_product_id":171492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:34.000Z","modified_at":"2026-01-30T06:51:34.000Z","name":"Lenora Ortiz","mobile_number":"745-612-2428","email_id":"Judge_Auer@gmail.com","dop":"2025-04-06","serial_number":"13798439907046462","imei1":"13798439907046462","imei2":"13798439907046462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171489,"job_number":"JOB_171489","tr_customer_id":171506,"tr_customer_product_id":171496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:24.000Z","modified_at":"2026-01-30T06:52:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16101568876220","imei1":"16101568876220","imei2":"16101568876220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171491,"job_number":"JOB_171491","tr_customer_id":171508,"tr_customer_product_id":171498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:25.000Z","modified_at":"2026-01-30T06:52:25.000Z","name":"Adrian Watsica","mobile_number":"724-989-7763","email_id":"Wilmer85@yahoo.com","dop":"2025-04-06","serial_number":"13603664094148922","imei1":"13603664094148922","imei2":"13603664094148922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171492,"job_number":"JOB_171492","tr_customer_id":171509,"tr_customer_product_id":171499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:53:15.000Z","modified_at":"2026-01-30T06:53:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18081540129974","imei1":"18081540129974","imei2":"18081540129974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:53:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171494,"job_number":"JOB_171494","tr_customer_id":171511,"tr_customer_product_id":171501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:53:17.000Z","modified_at":"2026-01-30T06:53:17.000Z","name":"Keagan Ruecker","mobile_number":"920-991-2092","email_id":"Demarco.Hodkiewicz37@hotmail.com","dop":"2025-04-06","serial_number":"15772399958179780","imei1":"15772399958179780","imei2":"15772399958179780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:53:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171495,"job_number":"JOB_171495","tr_customer_id":171512,"tr_customer_product_id":171502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:53:22.000Z","modified_at":"2026-01-30T06:53:22.000Z","name":"Angelica Runolfsson","mobile_number":"350-881-1158","email_id":"Chaya_Schuster@hotmail.com","dop":"2025-09-09","serial_number":"14454116015698","imei1":"14454116015698","imei2":"14454116015698","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171496,"job_number":"JOB_171496","tr_customer_id":171513,"tr_customer_product_id":171503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:55:04.000Z","modified_at":"2026-01-30T06:55:04.000Z","name":"Lurline Goodwin","mobile_number":"525-443-8103","email_id":"Jonathon42@hotmail.com","dop":"2025-09-09","serial_number":"15051964001163","imei1":"15051964001163","imei2":"15051964001163","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171497,"job_number":"JOB_171497","tr_customer_id":171514,"tr_customer_product_id":171504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:55:17.000Z","modified_at":"2026-01-30T06:55:17.000Z","name":"Skye Runolfsson","mobile_number":"225-345-3823","email_id":"Marquise_Larson@gmail.com","dop":"2025-09-09","serial_number":"12645485683199","imei1":"12645485683199","imei2":"12645485683199","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171498,"job_number":"JOB_171498","tr_customer_id":171515,"tr_customer_product_id":171505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:56:12.000Z","modified_at":"2026-01-30T06:56:12.000Z","name":"Kyla VonRueden","mobile_number":"952-649-7856","email_id":"Maudie.Wisozk0@hotmail.com","dop":"2025-09-09","serial_number":"10327867929275","imei1":"10327867929275","imei2":"10327867929275","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171499,"job_number":"JOB_171499","tr_customer_id":171516,"tr_customer_product_id":171506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:56:22.000Z","modified_at":"2026-01-30T06:56:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12193262939292","imei1":"12193262939292","imei2":"12193262939292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171501,"job_number":"JOB_171501","tr_customer_id":171518,"tr_customer_product_id":171508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:56:24.000Z","modified_at":"2026-01-30T06:56:24.000Z","name":"Armani Ward","mobile_number":"882-580-5671","email_id":"Freddie15@yahoo.com","dop":"2025-04-06","serial_number":"17374772680977526","imei1":"17374772680977526","imei2":"17374772680977526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171502,"job_number":"JOB_171502","tr_customer_id":171519,"tr_customer_product_id":171509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:06.000Z","modified_at":"2026-01-30T06:57:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10288515650281","imei1":"10288515650281","imei2":"10288515650281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171504,"job_number":"JOB_171504","tr_customer_id":171521,"tr_customer_product_id":171511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:08.000Z","modified_at":"2026-01-30T06:57:08.000Z","name":"Derek Brakus","mobile_number":"676-470-8305","email_id":"Eusebio12@yahoo.com","dop":"2025-04-06","serial_number":"15248174536099944","imei1":"15248174536099944","imei2":"15248174536099944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171505,"job_number":"JOB_171505","tr_customer_id":171522,"tr_customer_product_id":171512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:26.000Z","modified_at":"2026-01-30T06:57:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15751855527269","imei1":"15751855527269","imei2":"15751855527269","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171507,"job_number":"JOB_171507","tr_customer_id":171524,"tr_customer_product_id":171514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:28.000Z","modified_at":"2026-01-30T06:57:28.000Z","name":"Markus Funk","mobile_number":"661-936-2750","email_id":"Arvid79@yahoo.com","dop":"2025-04-06","serial_number":"16176404680002216","imei1":"16176404680002216","imei2":"16176404680002216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171508,"job_number":"JOB_171508","tr_customer_id":171525,"tr_customer_product_id":171515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:34.000Z","modified_at":"2026-01-30T06:57:34.000Z","name":"Imogene Brown","mobile_number":"988-800-4110","email_id":"Nicholas_Heathcote@hotmail.com","dop":"2025-09-09","serial_number":"17833147080997","imei1":"17833147080997","imei2":"17833147080997","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171510,"job_number":"JOB_171510","tr_customer_id":171527,"tr_customer_product_id":171517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:37.000Z","modified_at":"2026-01-30T06:57:37.000Z","name":"Matilda Kulas","mobile_number":"867-266-6207","email_id":"Will_Jakubowski@gmail.com","dop":"2025-04-06","serial_number":"19812028850368330","imei1":"19812028850368330","imei2":"19812028850368330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171511,"job_number":"JOB_171511","tr_customer_id":171528,"tr_customer_product_id":171518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:49.000Z","modified_at":"2026-01-30T06:57:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15313901353331","imei1":"15313901353331","imei2":"15313901353331","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171513,"job_number":"JOB_171513","tr_customer_id":171530,"tr_customer_product_id":171520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:51.000Z","modified_at":"2026-01-30T06:57:51.000Z","name":"Natalie Herman","mobile_number":"229-944-5627","email_id":"Freeman.Marquardt61@hotmail.com","dop":"2025-04-06","serial_number":"12333635859026370","imei1":"12333635859026370","imei2":"12333635859026370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171515,"job_number":"JOB_171515","tr_customer_id":171532,"tr_customer_product_id":171522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:59.000Z","modified_at":"2026-01-30T06:57:59.000Z","name":"Era DuBuque","mobile_number":"665-590-3835","email_id":"Patsy.Fisher@yahoo.com","dop":"2025-04-06","serial_number":"13545061129115658","imei1":"13545061129115658","imei2":"13545061129115658","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171516,"job_number":"JOB_171516","tr_customer_id":171533,"tr_customer_product_id":171523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:03.000Z","modified_at":"2026-01-30T06:58:03.000Z","name":"Tristin Willms","mobile_number":"345-708-1168","email_id":"Christophe27@gmail.com","dop":"2025-09-09","serial_number":"11106271964166","imei1":"11106271964166","imei2":"11106271964166","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171517,"job_number":"JOB_171517","tr_customer_id":171534,"tr_customer_product_id":171524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:08.000Z","modified_at":"2026-01-30T06:58:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10361754681296","imei1":"10361754681296","imei2":"10361754681296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171519,"job_number":"JOB_171519","tr_customer_id":171536,"tr_customer_product_id":171526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:10.000Z","modified_at":"2026-01-30T06:58:10.000Z","name":"Lew White","mobile_number":"370-372-0980","email_id":"Giles95@yahoo.com","dop":"2025-04-06","serial_number":"11398134508216808","imei1":"11398134508216808","imei2":"11398134508216808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171520,"job_number":"JOB_171520","tr_customer_id":171537,"tr_customer_product_id":171527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:45.000Z","modified_at":"2026-01-30T06:58:45.000Z","name":"Sterling Rau","mobile_number":"803-303-8082","email_id":"Rodolfo89@gmail.com","dop":"2025-09-09","serial_number":"16468926085081","imei1":"16468926085081","imei2":"16468926085081","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171521,"job_number":"JOB_171521","tr_customer_id":171538,"tr_customer_product_id":171528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:49.000Z","modified_at":"2026-01-30T06:58:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16592766373495","imei1":"16592766373495","imei2":"16592766373495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171523,"job_number":"JOB_171523","tr_customer_id":171540,"tr_customer_product_id":171530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:51.000Z","modified_at":"2026-01-30T06:58:51.000Z","name":"Neil Farrell","mobile_number":"869-464-6032","email_id":"Pearl47@gmail.com","dop":"2025-04-06","serial_number":"14717219945456170","imei1":"14717219945456170","imei2":"14717219945456170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171524,"job_number":"JOB_171524","tr_customer_id":171541,"tr_customer_product_id":171531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:59:02.000Z","modified_at":"2026-01-30T06:59:02.000Z","name":"Pearlie Prohaska","mobile_number":"525-592-5075","email_id":"Dominic_Skiles58@gmail.com","dop":"2025-09-09","serial_number":"12067535518042","imei1":"12067535518042","imei2":"12067535518042","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171526,"job_number":"JOB_171526","tr_customer_id":171543,"tr_customer_product_id":171533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:40.000Z","modified_at":"2026-01-30T07:01:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18723547504525","imei1":"18723547504525","imei2":"18723547504525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171528,"job_number":"JOB_171528","tr_customer_id":171545,"tr_customer_product_id":171535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:41.000Z","modified_at":"2026-01-30T07:01:41.000Z","name":"Dominique Schulist","mobile_number":"641-506-5536","email_id":"Agnes.Langosh6@gmail.com","dop":"2025-04-06","serial_number":"18569891496144810","imei1":"18569891496144810","imei2":"18569891496144810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171529,"job_number":"JOB_171529","tr_customer_id":171546,"tr_customer_product_id":171536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:42.000Z","modified_at":"2026-01-30T07:01:42.000Z","name":"Winston Leuschke","mobile_number":"524-917-9050","email_id":"Nicholaus.Padberg@hotmail.com","dop":"2025-04-06","serial_number":"11695114576255368","imei1":"11695114576255368","imei2":"11695114576255368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171530,"job_number":"JOB_171530","tr_customer_id":171547,"tr_customer_product_id":171537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:32.000Z","modified_at":"2026-01-30T07:02:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13121651044421","imei1":"13121651044421","imei2":"13121651044421","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171532,"job_number":"JOB_171532","tr_customer_id":171549,"tr_customer_product_id":171539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:34.000Z","modified_at":"2026-01-30T07:02:34.000Z","name":"Brett McClure","mobile_number":"455-262-6178","email_id":"Maxime84@hotmail.com","dop":"2025-04-06","serial_number":"14347449997241674","imei1":"14347449997241674","imei2":"14347449997241674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171533,"job_number":"JOB_171533","tr_customer_id":171550,"tr_customer_product_id":171540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:41.000Z","modified_at":"2026-01-30T07:02:41.000Z","name":"Graham Hammes","mobile_number":"783-764-9154","email_id":"Jillian.Ullrich@gmail.com","dop":"2025-09-09","serial_number":"16505345934610","imei1":"16505345934610","imei2":"16505345934610","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171534,"job_number":"JOB_171534","tr_customer_id":171551,"tr_customer_product_id":171541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:58.000Z","modified_at":"2026-01-30T07:02:58.000Z","name":"Keanu Haley","mobile_number":"421-716-5661","email_id":"Ally1@hotmail.com","dop":"2025-09-09","serial_number":"11259288924508","imei1":"11259288924508","imei2":"11259288924508","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171535,"job_number":"JOB_171535","tr_customer_id":171552,"tr_customer_product_id":171542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:03:22.000Z","modified_at":"2026-01-30T07:03:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14352760864327","imei1":"14352760864327","imei2":"14352760864327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:03:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171537,"job_number":"JOB_171537","tr_customer_id":171554,"tr_customer_product_id":171544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:03:24.000Z","modified_at":"2026-01-30T07:03:24.000Z","name":"Reymundo Mohr","mobile_number":"876-298-3930","email_id":"Ruby_Zulauf17@yahoo.com","dop":"2025-04-06","serial_number":"19316281534123830","imei1":"19316281534123830","imei2":"19316281534123830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171538,"job_number":"JOB_171538","tr_customer_id":171555,"tr_customer_product_id":171545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:07:47.000Z","modified_at":"2026-01-30T07:07:47.000Z","name":"Guido Zulauf","mobile_number":"784-302-0818","email_id":"Caitlyn.Quigley10@gmail.com","dop":"2025-09-09","serial_number":"10559669566701","imei1":"10559669566701","imei2":"10559669566701","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:07:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171539,"job_number":"JOB_171539","tr_customer_id":171556,"tr_customer_product_id":171546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:07:59.000Z","modified_at":"2026-01-30T07:07:59.000Z","name":"Leonora Hoppe","mobile_number":"483-457-4891","email_id":"Corrine.Hayes@gmail.com","dop":"2025-09-09","serial_number":"14104489288330","imei1":"14104489288330","imei2":"14104489288330","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:07:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171540,"job_number":"JOB_171540","tr_customer_id":171557,"tr_customer_product_id":171547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:08:07.000Z","modified_at":"2026-01-30T07:08:07.000Z","name":"Elvis Turcotte","mobile_number":"281-884-5495","email_id":"Ben19@gmail.com","dop":"2025-09-09","serial_number":"17527481920029","imei1":"17527481920029","imei2":"17527481920029","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171541,"job_number":"JOB_171541","tr_customer_id":171558,"tr_customer_product_id":171548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:08:15.000Z","modified_at":"2026-01-30T07:08:15.000Z","name":"Marcelina Crooks","mobile_number":"253-908-7134","email_id":"Assunta.Hackett@hotmail.com","dop":"2025-09-09","serial_number":"10723705659562","imei1":"10723705659562","imei2":"10723705659562","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:08:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171542,"job_number":"JOB_171542","tr_customer_id":171559,"tr_customer_product_id":171549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:11:47.000Z","modified_at":"2026-01-30T07:11:47.000Z","name":"Ashlee Gutmann","mobile_number":"508-472-4514","email_id":"Adell22@gmail.com","dop":"2025-09-09","serial_number":"19983866346710","imei1":"19983866346710","imei2":"19983866346710","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171543,"job_number":"JOB_171543","tr_customer_id":171560,"tr_customer_product_id":171550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:11:59.000Z","modified_at":"2026-01-30T07:11:59.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"12231391639422","imei1":"12231391639422","imei2":"12231391639422","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:11:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171545,"job_number":"JOB_171545","tr_customer_id":171562,"tr_customer_product_id":171552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:05.000Z","modified_at":"2026-01-30T07:12:05.000Z","name":"Waino Leuschke","mobile_number":"561-326-6019","email_id":"Abraham_Treutel89@hotmail.com","dop":"2025-09-09","serial_number":"15282738565681","imei1":"15282738565681","imei2":"15282738565681","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171546,"job_number":"JOB_171546","tr_customer_id":171563,"tr_customer_product_id":171553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:15.000Z","modified_at":"2026-01-30T07:12:15.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15562734371816","imei1":"15562734371816","imei2":"15562734371816","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171548,"job_number":"JOB_171548","tr_customer_id":171565,"tr_customer_product_id":171555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:31.000Z","modified_at":"2026-01-30T07:12:31.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"18902193482151","imei1":"18902193482151","imei2":"18902193482151","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171550,"job_number":"JOB_171550","tr_customer_id":171567,"tr_customer_product_id":171557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:57.000Z","modified_at":"2026-01-30T07:12:57.000Z","name":"Santiago Mayer","mobile_number":"304-279-5556","email_id":"Claudine.Pfeffer55@hotmail.com","dop":"2025-09-09","serial_number":"11947525262724","imei1":"11947525262724","imei2":"11947525262724","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171551,"job_number":"JOB_171551","tr_customer_id":171568,"tr_customer_product_id":171558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:19:18.000Z","modified_at":"2026-01-30T07:19:18.000Z","name":"Darlene Walsh","mobile_number":"208-874-3598","email_id":"Aurelio18@yahoo.com","dop":"2025-09-09","serial_number":"18968543355341","imei1":"18968543355341","imei2":"18968543355341","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171552,"job_number":"JOB_171552","tr_customer_id":171569,"tr_customer_product_id":171559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:19:38.000Z","modified_at":"2026-01-30T07:19:38.000Z","name":"Dillon Schneider","mobile_number":"893-967-3049","email_id":"Earlene5@gmail.com","dop":"2025-09-09","serial_number":"12483515662882","imei1":"12483515662882","imei2":"12483515662882","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171553,"job_number":"JOB_171553","tr_customer_id":171570,"tr_customer_product_id":171560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:20:15.000Z","modified_at":"2026-01-30T07:20:15.000Z","name":"Magdalen Heidenreich","mobile_number":"455-450-1143","email_id":"Gino.Jacobson@yahoo.com","dop":"2025-09-09","serial_number":"15814588098024","imei1":"15814588098024","imei2":"15814588098024","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171556,"job_number":"JOB_171556","tr_customer_id":171573,"tr_customer_product_id":171563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:00.000Z","modified_at":"2026-01-30T07:40:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11846664241594","imei1":"11846664241594","imei2":"11846664241594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:40:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171557,"job_number":"JOB_171557","tr_customer_id":171574,"tr_customer_product_id":171564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:00.000Z","modified_at":"2026-01-30T07:40:00.000Z","name":"Ryley Turner","mobile_number":"635-620-6350","email_id":"Petra.Runolfsdottir@yahoo.com","dop":"2025-04-06","serial_number":"10574124757543","imei1":"10574124757543","imei2":"10574124757543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:40:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171558,"job_number":"JOB_171558","tr_customer_id":171575,"tr_customer_product_id":171565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:01.000Z","modified_at":"2026-01-30T07:40:01.000Z","name":"Kenna Gulgowski","mobile_number":"751-892-2802","email_id":"Vicky_Christiansen@yahoo.com","dop":"2025-04-06","serial_number":"18567807307813350","imei1":"18567807307813350","imei2":"18567807307813350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:40:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170944,"job_number":"JOB_170944","tr_customer_id":170961,"tr_customer_product_id":170951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:48:26.000Z","modified_at":"2026-01-29T22:48:26.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Carolina_Kris@gmail.com","dop":"2025-07-02","serial_number":"15033876125735","imei1":"15033876125735","imei2":"15033876125735","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170961,"job_number":"JOB_170961","tr_customer_id":170978,"tr_customer_product_id":170968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:19:30.000Z","modified_at":"2026-01-29T23:19:30.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Esteban48@yahoo.com","dop":"2025-07-02","serial_number":"15853160446029","imei1":"15853160446029","imei2":"15853160446029","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:19:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171011,"job_number":"JOB_171011","tr_customer_id":171028,"tr_customer_product_id":171018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:25:50.000Z","modified_at":"2026-01-30T00:25:50.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Evans34@yahoo.com","dop":"2025-07-02","serial_number":"19932109751294","imei1":"19932109751294","imei2":"19932109751294","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171042,"job_number":"JOB_171042","tr_customer_id":171059,"tr_customer_product_id":171049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:40.000Z","modified_at":"2026-01-30T04:19:40.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Alessandro7@hotmail.com","dop":"2025-07-02","serial_number":"13676074499380","imei1":"13676074499380","imei2":"13676074499380","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171066,"job_number":"JOB_171066","tr_customer_id":171083,"tr_customer_product_id":171073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:57.000Z","modified_at":"2026-01-30T04:19:57.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Darrell.Padberg59@yahoo.com","dop":"2025-07-02","serial_number":"17791908953968","imei1":"17791908953968","imei2":"17791908953968","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171079,"job_number":"JOB_171079","tr_customer_id":171096,"tr_customer_product_id":171086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:15.000Z","modified_at":"2026-01-30T04:20:15.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Tremayne.Dietrich10@yahoo.com","dop":"2025-07-02","serial_number":"18910356990296","imei1":"18910356990296","imei2":"18910356990296","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171113,"job_number":"JOB_171113","tr_customer_id":171130,"tr_customer_product_id":171120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"122455350657810","imei1":"122455350657810","imei2":"122455350657810","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171114,"job_number":"JOB_171114","tr_customer_id":171131,"tr_customer_product_id":171121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"Gerson Mohr","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"178710514467794","imei1":"178710514467794","imei2":"178710514467794","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171116,"job_number":"JOB_171116","tr_customer_id":171133,"tr_customer_product_id":171123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:51.000Z","modified_at":"2026-01-30T04:20:51.000Z","name":"Estel Schultz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139288142978844","imei1":"139288142978844","imei2":"139288142978844","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171117,"job_number":"JOB_171117","tr_customer_id":171134,"tr_customer_product_id":171124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:51.000Z","modified_at":"2026-01-30T04:20:51.000Z","name":"Kira Bergstrom","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"105363578635133","imei1":"105363578635133","imei2":"105363578635133","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171125,"job_number":"JOB_171125","tr_customer_id":171142,"tr_customer_product_id":171132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:02.000Z","modified_at":"2026-01-30T04:21:02.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"129629439596705","imei1":"129629439596705","imei2":"129629439596705","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171126,"job_number":"JOB_171126","tr_customer_id":171143,"tr_customer_product_id":171133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Arielle Wunsch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"152104315893585","imei1":"152104315893585","imei2":"152104315893585","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171128,"job_number":"JOB_171128","tr_customer_id":171145,"tr_customer_product_id":171135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Viva Stoltenberg","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"190137399588755","imei1":"190137399588755","imei2":"190137399588755","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171129,"job_number":"JOB_171129","tr_customer_id":171146,"tr_customer_product_id":171136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Letha Hudson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128053550904077","imei1":"128053550904077","imei2":"128053550904077","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171145,"job_number":"JOB_171145","tr_customer_id":171162,"tr_customer_product_id":171152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:14.000Z","modified_at":"2026-01-30T04:21:14.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15705041186083","imei1":"15705041186083","imei2":"15705041186083","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171163,"job_number":"JOB_171163","tr_customer_id":171180,"tr_customer_product_id":171170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:32.000Z","modified_at":"2026-01-30T04:21:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105151120147789","imei1":"105151120147789","imei2":"105151120147789","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171165,"job_number":"JOB_171165","tr_customer_id":171182,"tr_customer_product_id":171172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:32.000Z","modified_at":"2026-01-30T04:21:32.000Z","name":"Cathryn Bernhard","mobile_number":"679-770-2832","email_id":"Clay_Upton5@gmail.com","dop":"2025-06-09","serial_number":"107986472211083","imei1":"107986472211083","imei2":"107986472211083","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171175,"job_number":"JOB_171175","tr_customer_id":171192,"tr_customer_product_id":171182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:47.000Z","modified_at":"2026-01-30T04:21:47.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"109483218155169","imei1":"109483218155169","imei2":"109483218155169","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171177,"job_number":"JOB_171177","tr_customer_id":171194,"tr_customer_product_id":171184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:47.000Z","modified_at":"2026-01-30T04:21:47.000Z","name":"Verda Goldner","mobile_number":"960-443-2362","email_id":"Jennifer42@hotmail.com","dop":"2025-06-09","serial_number":"102955799153965","imei1":"102955799153965","imei2":"102955799153965","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171192,"job_number":"JOB_171192","tr_customer_id":171209,"tr_customer_product_id":171199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:02.000Z","modified_at":"2026-01-30T04:22:02.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100677291391295","imei1":"100677291391295","imei2":"100677291391295","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171194,"job_number":"JOB_171194","tr_customer_id":171211,"tr_customer_product_id":171201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:03.000Z","modified_at":"2026-01-30T04:22:03.000Z","name":"Kim Thompson","mobile_number":"614-340-0814","email_id":"Cyrus.Goyette29@yahoo.com","dop":"2025-06-09","serial_number":"109720569545754","imei1":"109720569545754","imei2":"109720569545754","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171238,"job_number":"JOB_171238","tr_customer_id":171255,"tr_customer_product_id":171245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:04:03.000Z","modified_at":"2026-01-30T05:04:03.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"12599775730300","imei1":"12599775730300","imei2":"12599775730300","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171399,"job_number":"JOB_171399","tr_customer_id":171416,"tr_customer_product_id":171406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:27.000Z","modified_at":"2026-01-30T06:34:27.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109299978776517","imei1":"109299978776517","imei2":"109299978776517","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171401,"job_number":"JOB_171401","tr_customer_id":171418,"tr_customer_product_id":171408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:27.000Z","modified_at":"2026-01-30T06:34:27.000Z","name":"Lulu Donnelly","mobile_number":"238-424-2510","email_id":"Estefania.Keebler24@gmail.com","dop":"2025-06-09","serial_number":"108814377152572","imei1":"108814377152572","imei2":"108814377152572","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171403,"job_number":"JOB_171403","tr_customer_id":171420,"tr_customer_product_id":171410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:44.000Z","modified_at":"2026-01-30T06:34:44.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108853740222209","imei1":"108853740222209","imei2":"108853740222209","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171405,"job_number":"JOB_171405","tr_customer_id":171422,"tr_customer_product_id":171412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:45.000Z","modified_at":"2026-01-30T06:34:45.000Z","name":"Erica Mante","mobile_number":"690-212-8778","email_id":"Hoyt83@gmail.com","dop":"2025-06-09","serial_number":"103857774331542","imei1":"103857774331542","imei2":"103857774331542","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171406,"job_number":"JOB_171406","tr_customer_id":171423,"tr_customer_product_id":171413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:46.000Z","modified_at":"2026-01-30T06:34:46.000Z","name":"Marina Wiza","mobile_number":"439-492-2032","email_id":"Robyn_Bechtelar@yahoo.com","dop":"2025-06-09","serial_number":"39589560771344800","imei1":"39589560771344800","imei2":"39589560771344800","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171407,"job_number":"JOB_171407","tr_customer_id":171424,"tr_customer_product_id":171414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:35:01.000Z","modified_at":"2026-01-30T06:35:01.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100332632151671","imei1":"100332632151671","imei2":"100332632151671","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171409,"job_number":"JOB_171409","tr_customer_id":171426,"tr_customer_product_id":171416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:35:02.000Z","modified_at":"2026-01-30T06:35:02.000Z","name":"Mariah Cronin","mobile_number":"577-623-5754","email_id":"Mina.Zboncak61@gmail.com","dop":"2025-06-09","serial_number":"104486877785998","imei1":"104486877785998","imei2":"104486877785998","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:35:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 279ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bca41b2a-cfc9-46d9-84ca-0d00584dcb0b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-1rK8xCn7KSR4xT20iFO81gTVJNE"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTB9.LwNSVj8O4CARzsm2Pwxuqu3CTc3FShw5o9ApKZInRN0"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTB9.LwNSVj8O4CARzsm2Pwxuqu3CTc3FShw5o9ApKZInRN0
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 653004b4-e9d2-43dd-946b-54fac6060422
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 290ms
Mean size per request: 164B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTB9.LwNSVj8O4CARzsm2Pwxuqu3CTc3FShw5o9ApKZInRN0
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 22e79500-f390-4f68-a92a-e9465fe3c019
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 164
ETag W/"a4-7lpQ8TVhWk8cyhILIrg3a14B9cU"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":5},{"label":"Repair completed","key":"repair_completed","count":136}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 290ms
Mean size per request: 4.83KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTB9.LwNSVj8O4CARzsm2Pwxuqu3CTc3FShw5o9ApKZInRN0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0873d20e-a6bc-4c4a-8887-5ed4466a7556
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1352-Bx1N/2TRVK/AI0AQkFr8JwE5SQs"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 30 Jan 2026 07:40:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":170953,"job_number":"JOB_170953","tr_customer_id":170970,"tr_customer_product_id":170960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:31.000Z","modified_at":"2026-01-29T23:14:37.000Z","name":"Everett Ratke","mobile_number":"484-771-9955","email_id":"Era.Schneider71@hotmail.com","dop":"2025-04-06","serial_number":"19826957408662","imei1":"19826957408662","imei2":"19826957408662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T23:14:37.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":170956,"job_number":"JOB_170956","tr_customer_id":170973,"tr_customer_product_id":170963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:39.000Z","modified_at":"2026-01-29T23:14:44.000Z","name":"Dortha Bahringer","mobile_number":"496-350-9738","email_id":"Wilson.Mills@yahoo.com","dop":"2025-04-06","serial_number":"10253062509701","imei1":"10253062509701","imei2":"10253062509701","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T23:14:44.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":170959,"job_number":"JOB_170959","tr_customer_id":170976,"tr_customer_product_id":170966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:47.000Z","modified_at":"2026-01-29T23:14:53.000Z","name":"Reece Kihn","mobile_number":"757-368-9648","email_id":"Marcelino2@hotmail.com","dop":"2025-04-06","serial_number":"10077374062001","imei1":"10077374062001","imei2":"10077374062001","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T23:14:53.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":171554,"job_number":"JOB_171554","tr_customer_id":171571,"tr_customer_product_id":171561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:25:45.000Z","modified_at":"2026-01-30T07:25:58.000Z","name":"Pascale Pfannerstill","mobile_number":"662-376-4125","email_id":"Christiana3@yahoo.com","dop":"2025-02-01","serial_number":"68057889683595","imei1":"68057889683595","imei2":"68057889683595","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-30T07:25:58.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":171559,"job_number":"JOB_171559","tr_customer_id":171576,"tr_customer_product_id":171566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:04.000Z","modified_at":"2026-01-30T07:40:09.000Z","name":"Laurine Rodriguez","mobile_number":"486-650-1624","email_id":"Beulah66@gmail.com","dop":"2025-11-04","serial_number":"43020844351253","imei1":"43020844351253","imei2":"43020844351253","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-30T07:40:09.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 289ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTB9.LwNSVj8O4CARzsm2Pwxuqu3CTc3FShw5o9ApKZInRN0
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f7eb4273-2967-4043-ba36-d4f7d641c266
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 355ms
Mean size per request: 5.82KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTB9.LwNSVj8O4CARzsm2Pwxuqu3CTc3FShw5o9ApKZInRN0
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 14339ba2-523c-4f4d-a49b-16233ee023dc
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1746-3+RYGY69fg6DTpMc7NxoZjg8TD0"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 30 Jan 2026 07:40:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":171559,"job_number":"JOB_171559","tr_customer_id":171576,"tr_customer_product_id":171566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:04.000Z","modified_at":"2026-01-30T07:40:09.000Z","name":"Laurine Rodriguez","mobile_number":"486-650-1624","email_id":"Beulah66@gmail.com","dop":"2025-11-04","serial_number":"43020844351253","imei1":"43020844351253","imei2":"43020844351253","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-30T07:40:09.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":171559,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-30T07:40:04.000Z"}],"quatations":[]},{"id":171554,"job_number":"JOB_171554","tr_customer_id":171571,"tr_customer_product_id":171561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:25:45.000Z","modified_at":"2026-01-30T07:25:58.000Z","name":"Pascale Pfannerstill","mobile_number":"662-376-4125","email_id":"Christiana3@yahoo.com","dop":"2025-02-01","serial_number":"68057889683595","imei1":"68057889683595","imei2":"68057889683595","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-30T07:25:58.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":171554,"remark":"Battery Issue ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-30T07:25:45.000Z"}],"quatations":[]},{"id":170959,"job_number":"JOB_170959","tr_customer_id":170976,"tr_customer_product_id":170966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:47.000Z","modified_at":"2026-01-29T23:14:53.000Z","name":"Reece Kihn","mobile_number":"757-368-9648","email_id":"Marcelino2@hotmail.com","dop":"2025-04-06","serial_number":"10077374062001","imei1":"10077374062001","imei2":"10077374062001","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T23:14:53.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":170959,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-29T23:14:47.000Z"}],"quatations":[]},{"id":170956,"job_number":"JOB_170956","tr_customer_id":170973,"tr_customer_product_id":170963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:39.000Z","modified_at":"2026-01-29T23:14:44.000Z","name":"Dortha Bahringer","mobile_number":"496-350-9738","email_id":"Wilson.Mills@yahoo.com","dop":"2025-04-06","serial_number":"10253062509701","imei1":"10253062509701","imei2":"10253062509701","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T23:14:44.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":170956,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-29T23:14:39.000Z"}],"quatations":[]},{"id":170953,"job_number":"JOB_170953","tr_customer_id":170970,"tr_customer_product_id":170960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:31.000Z","modified_at":"2026-01-29T23:14:37.000Z","name":"Everett Ratke","mobile_number":"484-771-9955","email_id":"Era.Schneider71@hotmail.com","dop":"2025-04-06","serial_number":"19826957408662","imei1":"19826957408662","imei2":"19826957408662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T23:14:37.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":170953,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-29T23:14:31.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 286ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTB9.LwNSVj8O4CARzsm2Pwxuqu3CTc3FShw5o9ApKZInRN0
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a88f1003-b6b4-49fa-855d-cdeed0297a6e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 30 Jan 2026 07:40:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 285ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTB9.LwNSVj8O4CARzsm2Pwxuqu3CTc3FShw5o9ApKZInRN0
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token de9e3ca3-d5ad-4a29-9f8a-ddbdfd8dd0c6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":171559,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f0968801-2108-416a-8cfe-38a523dc3651
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-YAUIAxSDdrsG9b4NF7x6xbMuTEk"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTc1ODgxMn0.-54ql-M4lV_r_TtzOeXvcrX__7PrDvVbI3hH3WC2BOo"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTc1ODgxMn0.-54ql-M4lV_r_TtzOeXvcrX__7PrDvVbI3hH3WC2BOo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2d2b302a-23bd-413d-8c99-003fb80479f4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 293ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTc1ODgxMn0.-54ql-M4lV_r_TtzOeXvcrX__7PrDvVbI3hH3WC2BOo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 06c5e5e7-c6fe-4e57-bc5c-d0086809d41f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-ai4fqgmZkpsuq+BqCPQjywbWRMQ"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":136},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 280ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTc1ODgxMn0.-54ql-M4lV_r_TtzOeXvcrX__7PrDvVbI3hH3WC2BOo
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c17e740e-13fa-47e4-b12a-37c4f26dea53
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 317ms
Mean size per request: 131.39KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTc1ODgxMn0.-54ql-M4lV_r_TtzOeXvcrX__7PrDvVbI3hH3WC2BOo
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 28b55d14-6dd6-49dc-9b79-35fc8342c0fa
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"20d90-3s0EX6bRX6JjERqrh8W3LwLZOuY"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 30 Jan 2026 07:40:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":171446,"job_number":"JOB_171446","tr_customer_id":171463,"tr_customer_product_id":171453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:52.000Z","modified_at":"2026-01-30T06:43:03.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"49556311244532","imei1":"49556311244532","imei2":"49556311244532","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171445,"job_number":"JOB_171445","tr_customer_id":171462,"tr_customer_product_id":171452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:36.000Z","modified_at":"2026-01-30T06:42:48.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"71313155988867","imei1":"71313155988867","imei2":"71313155988867","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171443,"job_number":"JOB_171443","tr_customer_id":171460,"tr_customer_product_id":171450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:21.000Z","modified_at":"2026-01-30T06:42:32.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"75130182262291","imei1":"75130182262291","imei2":"75130182262291","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:42:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171412,"job_number":"JOB_171412","tr_customer_id":171429,"tr_customer_product_id":171419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:36:50.000Z","modified_at":"2026-01-30T06:37:01.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"33805923846679","imei1":"33805923846679","imei2":"33805923846679","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:37:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171411,"job_number":"JOB_171411","tr_customer_id":171428,"tr_customer_product_id":171418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:36:36.000Z","modified_at":"2026-01-30T06:36:46.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"74688819890946","imei1":"74688819890946","imei2":"74688819890946","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:36:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171410,"job_number":"JOB_171410","tr_customer_id":171427,"tr_customer_product_id":171417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:36:21.000Z","modified_at":"2026-01-30T06:36:32.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"86875593560582","imei1":"86875593560582","imei2":"86875593560582","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171408,"job_number":"JOB_171408","tr_customer_id":171425,"tr_customer_product_id":171415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:35:02.000Z","modified_at":"2026-01-30T06:35:14.000Z","name":"Alfonzo Aufderhar","mobile_number":"859-497-6737","email_id":"Caroline.Mann88@yahoo.com","dop":"2025-06-09","serial_number":"108640233809142","imei1":"108640233809142","imei2":"108640233809142","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:35:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171404,"job_number":"JOB_171404","tr_customer_id":171421,"tr_customer_product_id":171411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:45.000Z","modified_at":"2026-01-30T06:34:57.000Z","name":"Louisa Heidenreich","mobile_number":"570-602-4155","email_id":"Jessyca.Schoen55@gmail.com","dop":"2025-06-09","serial_number":"109195166041348","imei1":"109195166041348","imei2":"109195166041348","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171400,"job_number":"JOB_171400","tr_customer_id":171417,"tr_customer_product_id":171407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:27.000Z","modified_at":"2026-01-30T06:34:40.000Z","name":"Verlie Fisher","mobile_number":"628-728-1017","email_id":"Zechariah99@yahoo.com","dop":"2025-06-09","serial_number":"101784256900985","imei1":"101784256900985","imei2":"101784256900985","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:34:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171398,"job_number":"JOB_171398","tr_customer_id":171415,"tr_customer_product_id":171405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:33:05.000Z","modified_at":"2026-01-30T06:33:30.000Z","name":"Daphney Gerhold","mobile_number":"745-935-5291","email_id":"Betsy.Schumm57@gmail.com","dop":"2025-10-01","serial_number":"18150350360797","imei1":"18150350360797","imei2":"18150350360797","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:33:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171396,"job_number":"JOB_171396","tr_customer_id":171413,"tr_customer_product_id":171403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:32:11.000Z","modified_at":"2026-01-30T06:32:21.000Z","name":"Santina Donnelly","mobile_number":"370-551-8089","email_id":"Michale_Kulas@gmail.com","dop":"2025-11-04","serial_number":"14929507918204","imei1":"14929507918204","imei2":"14929507918204","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:32:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171395,"job_number":"JOB_171395","tr_customer_id":171412,"tr_customer_product_id":171402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:31:44.000Z","modified_at":"2026-01-30T06:32:08.000Z","name":"Kimberly Balistreri","mobile_number":"220-568-7720","email_id":"Halie_Kreiger@hotmail.com","dop":"2025-11-04","serial_number":"52629867262072","imei1":"52629867262072","imei2":"52629867262072","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:32:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171237,"job_number":"JOB_171237","tr_customer_id":171254,"tr_customer_product_id":171244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:04:02.000Z","modified_at":"2026-01-30T05:04:11.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"14675267707102","imei1":"14675267707102","imei2":"14675267707102","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:04:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171193,"job_number":"JOB_171193","tr_customer_id":171210,"tr_customer_product_id":171200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:02.000Z","modified_at":"2026-01-30T04:22:13.000Z","name":"Gladyce Funk","mobile_number":"370-260-7945","email_id":"Christina_Wiegand@gmail.com","dop":"2025-06-09","serial_number":"106462706880483","imei1":"106462706880483","imei2":"106462706880483","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171179,"job_number":"JOB_171179","tr_customer_id":171196,"tr_customer_product_id":171186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:48.000Z","modified_at":"2026-01-30T04:21:57.000Z","name":"Geo Kutch","mobile_number":"761-429-2341","email_id":"Armani.Macejkovic@yahoo.com","dop":"2025-12-31","serial_number":"10316074031672","imei1":"10316074031672","imei2":"10316074031672","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171176,"job_number":"JOB_171176","tr_customer_id":171193,"tr_customer_product_id":171183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:47.000Z","modified_at":"2026-01-30T04:21:58.000Z","name":"Joanne Hyatt","mobile_number":"988-275-5806","email_id":"Catharine80@gmail.com","dop":"2025-06-09","serial_number":"103849274999724","imei1":"103849274999724","imei2":"103849274999724","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171166,"job_number":"JOB_171166","tr_customer_id":171183,"tr_customer_product_id":171173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:35.000Z","modified_at":"2026-01-30T04:21:44.000Z","name":"Elva Murray","mobile_number":"960-297-9268","email_id":"Cesar40@yahoo.com","dop":"2025-12-31","serial_number":"10453680492317","imei1":"10453680492317","imei2":"10453680492317","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171164,"job_number":"JOB_171164","tr_customer_id":171181,"tr_customer_product_id":171171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:32.000Z","modified_at":"2026-01-30T04:21:42.000Z","name":"Felipa Krajcik","mobile_number":"647-911-9598","email_id":"Dusty.Ward@gmail.com","dop":"2025-06-09","serial_number":"102433739642713","imei1":"102433739642713","imei2":"102433739642713","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171150,"job_number":"JOB_171150","tr_customer_id":171167,"tr_customer_product_id":171157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:22.000Z","modified_at":"2026-01-30T04:21:31.000Z","name":"Haskell Lueilwitz","mobile_number":"203-887-4896","email_id":"Emerson.Gerlach@yahoo.com","dop":"2025-12-31","serial_number":"10377871921348","imei1":"10377871921348","imei2":"10377871921348","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171144,"job_number":"JOB_171144","tr_customer_id":171161,"tr_customer_product_id":171151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:14.000Z","modified_at":"2026-01-30T04:21:23.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"17874404590567","imei1":"17874404590567","imei2":"17874404590567","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171121,"job_number":"JOB_171121","tr_customer_id":171138,"tr_customer_product_id":171128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:01.000Z","modified_at":"2026-01-30T04:21:25.000Z","name":"Cesar West","mobile_number":"353-412-0901","email_id":"Jarod_Walker@gmail.com","dop":"2025-10-01","serial_number":"15643793779925","imei1":"15643793779925","imei2":"15643793779925","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171078,"job_number":"JOB_171078","tr_customer_id":171095,"tr_customer_product_id":171085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:15.000Z","modified_at":"2026-01-30T04:20:24.000Z","name":"giyu tomiaka","mobile_number":"335-514-5381","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"36494606195662","imei1":"36494606195662","imei2":"36494606195662","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171071,"job_number":"JOB_171071","tr_customer_id":171088,"tr_customer_product_id":171078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:03.000Z","modified_at":"2026-01-30T04:20:12.000Z","name":"tanjiro kamado","mobile_number":"374-832-8564","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"949483204884179","imei1":"949483204884179","imei2":"949483204884179","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171055,"job_number":"JOB_171055","tr_customer_id":171072,"tr_customer_product_id":171062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:51.000Z","modified_at":"2026-01-30T04:20:01.000Z","name":"saitama sensei","mobile_number":"915-507-6957","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"164503681414844","imei1":"164503681414844","imei2":"164503681414844","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171555,"job_number":"JOB_171555","tr_customer_id":171572,"tr_customer_product_id":171562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:28:02.000Z","modified_at":"2026-01-30T07:30:12.000Z","name":"Edwina Heller","mobile_number":"816-680-0220","email_id":"Kari84@hotmail.com","dop":"2025-02-01","serial_number":"102405652641513","imei1":"102405652641513","imei2":"102405652641513","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:30:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171549,"job_number":"JOB_171549","tr_customer_id":171566,"tr_customer_product_id":171556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:32.000Z","modified_at":"2026-01-30T07:12:43.000Z","name":"Terrell Satterfield","mobile_number":"430-605-4024","email_id":"Jaiden_Walsh@yahoo.com","dop":"2025-12-01","serial_number":"13053838673310","imei1":"13053838673310","imei2":"13053838673310","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:12:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171547,"job_number":"JOB_171547","tr_customer_id":171564,"tr_customer_product_id":171554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:16.000Z","modified_at":"2026-01-30T07:12:27.000Z","name":"Rosemarie Kub","mobile_number":"849-855-7101","email_id":"Orrin.Leannon67@yahoo.com","dop":"2025-12-01","serial_number":"19308097848604","imei1":"19308097848604","imei2":"19308097848604","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:12:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171544,"job_number":"JOB_171544","tr_customer_id":171561,"tr_customer_product_id":171551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:00.000Z","modified_at":"2026-01-30T07:12:11.000Z","name":"Reed Pfannerstill","mobile_number":"468-910-8021","email_id":"Ashlynn.Cartwright63@hotmail.com","dop":"2025-12-01","serial_number":"11799949595717","imei1":"11799949595717","imei2":"11799949595717","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:12:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171536,"job_number":"JOB_171536","tr_customer_id":171553,"tr_customer_product_id":171543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:03:23.000Z","modified_at":"2026-01-30T07:04:26.000Z","name":"Kaylin Wisozk","mobile_number":"469-902-9439","email_id":"Margarete.Mueller50@gmail.com","dop":"2025-04-06","serial_number":"17636839238460","imei1":"17636839238460","imei2":"17636839238460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:04:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171531,"job_number":"JOB_171531","tr_customer_id":171548,"tr_customer_product_id":171538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:32.000Z","modified_at":"2026-01-30T07:03:14.000Z","name":"Wilber Jacobi","mobile_number":"992-552-7723","email_id":"Jillian_Rosenbaum@hotmail.com","dop":"2025-04-06","serial_number":"10488205111150","imei1":"10488205111150","imei2":"10488205111150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:03:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171527,"job_number":"JOB_171527","tr_customer_id":171544,"tr_customer_product_id":171534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:40.000Z","modified_at":"2026-01-30T07:02:24.000Z","name":"Connie Schuppe","mobile_number":"584-955-6634","email_id":"Merlin_Kub@yahoo.com","dop":"2025-04-06","serial_number":"10591221565016","imei1":"10591221565016","imei2":"10591221565016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:02:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171525,"job_number":"JOB_171525","tr_customer_id":171542,"tr_customer_product_id":171532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:39.000Z","modified_at":"2026-01-30T07:02:17.000Z","name":"Joanie Powlowski","mobile_number":"802-335-6312","email_id":"Barton_Lebsack@gmail.com","dop":"2025-04-06","serial_number":"14376072532521","imei1":"14376072532521","imei2":"14376072532521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:02:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171522,"job_number":"JOB_171522","tr_customer_id":171539,"tr_customer_product_id":171529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:49.000Z","modified_at":"2026-01-30T06:59:24.000Z","name":"Hubert Von","mobile_number":"240-905-8545","email_id":"Leone35@gmail.com","dop":"2025-04-06","serial_number":"14082966664898","imei1":"14082966664898","imei2":"14082966664898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171518,"job_number":"JOB_171518","tr_customer_id":171535,"tr_customer_product_id":171525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:08.000Z","modified_at":"2026-01-30T06:58:43.000Z","name":"Abigayle Kris","mobile_number":"761-332-8215","email_id":"Cecile97@hotmail.com","dop":"2025-04-06","serial_number":"15965980938106","imei1":"15965980938106","imei2":"15965980938106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171514,"job_number":"JOB_171514","tr_customer_id":171531,"tr_customer_product_id":171521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:58.000Z","modified_at":"2026-01-30T06:58:36.000Z","name":"Sadie Prohaska","mobile_number":"579-300-9292","email_id":"Jordy_Barton50@hotmail.com","dop":"2025-04-06","serial_number":"14908243225646","imei1":"14908243225646","imei2":"14908243225646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:58:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171512,"job_number":"JOB_171512","tr_customer_id":171529,"tr_customer_product_id":171519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:50.000Z","modified_at":"2026-01-30T06:58:25.000Z","name":"Haven O'Keefe","mobile_number":"453-269-6038","email_id":"Mariam.Kertzmann56@yahoo.com","dop":"2025-04-06","serial_number":"13018620907147","imei1":"13018620907147","imei2":"13018620907147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171509,"job_number":"JOB_171509","tr_customer_id":171526,"tr_customer_product_id":171516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:36.000Z","modified_at":"2026-01-30T06:58:13.000Z","name":"Bill Macejkovic","mobile_number":"344-961-8646","email_id":"Helen_Connelly96@yahoo.com","dop":"2025-04-06","serial_number":"11128181693624","imei1":"11128181693624","imei2":"11128181693624","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171506,"job_number":"JOB_171506","tr_customer_id":171523,"tr_customer_product_id":171513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:26.000Z","modified_at":"2026-01-30T06:58:01.000Z","name":"Orin Gerhold","mobile_number":"788-701-3787","email_id":"Christop_Blanda57@gmail.com","dop":"2025-04-06","serial_number":"16617832952417","imei1":"16617832952417","imei2":"16617832952417","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171503,"job_number":"JOB_171503","tr_customer_id":171520,"tr_customer_product_id":171510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:06.000Z","modified_at":"2026-01-30T06:57:43.000Z","name":"Dewitt Herzog","mobile_number":"704-535-4877","email_id":"Ericka.Willms1@hotmail.com","dop":"2025-04-06","serial_number":"13948918409698","imei1":"13948918409698","imei2":"13948918409698","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171500,"job_number":"JOB_171500","tr_customer_id":171517,"tr_customer_product_id":171507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:56:23.000Z","modified_at":"2026-01-30T06:56:59.000Z","name":"Minnie O'Connell","mobile_number":"503-908-6287","email_id":"Angelo_Schuppe25@gmail.com","dop":"2025-04-06","serial_number":"18929316598505","imei1":"18929316598505","imei2":"18929316598505","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171493,"job_number":"JOB_171493","tr_customer_id":171510,"tr_customer_product_id":171500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:53:15.000Z","modified_at":"2026-01-30T06:53:58.000Z","name":"Charlene Shields","mobile_number":"603-379-4684","email_id":"Tyree_Lang@yahoo.com","dop":"2025-04-06","serial_number":"12230021042897","imei1":"12230021042897","imei2":"12230021042897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:53:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171490,"job_number":"JOB_171490","tr_customer_id":171507,"tr_customer_product_id":171497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:24.000Z","modified_at":"2026-01-30T06:53:07.000Z","name":"Toy Von","mobile_number":"820-878-0914","email_id":"Fleta.Ritchie@hotmail.com","dop":"2025-04-06","serial_number":"12895160614008","imei1":"12895160614008","imei2":"12895160614008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:53:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171487,"job_number":"JOB_171487","tr_customer_id":171504,"tr_customer_product_id":171494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:16.000Z","modified_at":"2026-01-30T06:52:54.000Z","name":"Palma Oberbrunner","mobile_number":"538-629-5570","email_id":"Ian56@gmail.com","dop":"2000-01-31","serial_number":"10592997565497","imei1":"10592997565497","imei2":"10592997565497","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:52:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171484,"job_number":"JOB_171484","tr_customer_id":171501,"tr_customer_product_id":171491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:32.000Z","modified_at":"2026-01-30T06:52:15.000Z","name":"Esmeralda Hilll","mobile_number":"370-515-7377","email_id":"Thalia31@yahoo.com","dop":"2025-04-06","serial_number":"15009687982338","imei1":"15009687982338","imei2":"15009687982338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171481,"job_number":"JOB_171481","tr_customer_id":171498,"tr_customer_product_id":171488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:30.000Z","modified_at":"2026-01-30T06:52:09.000Z","name":"Lula Satterfield","mobile_number":"953-755-0711","email_id":"Osbaldo.Rutherford15@hotmail.com","dop":"2000-01-31","serial_number":"10794771181519","imei1":"10794771181519","imei2":"10794771181519","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:52:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171478,"job_number":"JOB_171478","tr_customer_id":171495,"tr_customer_product_id":171485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:23.000Z","modified_at":"2026-01-30T06:52:00.000Z","name":"Ena Reynolds","mobile_number":"710-692-4832","email_id":"Casper_Zemlak@yahoo.com","dop":"2025-04-06","serial_number":"13290862438213","imei1":"13290862438213","imei2":"13290862438213","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:52:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171475,"job_number":"JOB_171475","tr_customer_id":171492,"tr_customer_product_id":171482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:44.000Z","modified_at":"2026-01-30T06:51:22.000Z","name":"Sandrine Ankunding","mobile_number":"266-338-8420","email_id":"Delta.Kihn87@yahoo.com","dop":"2000-01-31","serial_number":"10872509323159","imei1":"10872509323159","imei2":"10872509323159","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171472,"job_number":"JOB_171472","tr_customer_id":171489,"tr_customer_product_id":171479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:39.000Z","modified_at":"2026-01-30T06:51:16.000Z","name":"Nicole Koch","mobile_number":"675-794-8383","email_id":"Ansley_Cassin13@hotmail.com","dop":"2025-04-06","serial_number":"10088242667168","imei1":"10088242667168","imei2":"10088242667168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171468,"job_number":"JOB_171468","tr_customer_id":171485,"tr_customer_product_id":171475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:57.000Z","modified_at":"2026-01-30T06:50:36.000Z","name":"Karl Hermann","mobile_number":"290-777-9104","email_id":"Roxanne.Crooks@hotmail.com","dop":"2000-01-31","serial_number":"10652864214019","imei1":"10652864214019","imei2":"10652864214019","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171465,"job_number":"JOB_171465","tr_customer_id":171482,"tr_customer_product_id":171472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:54.000Z","modified_at":"2026-01-30T06:50:31.000Z","name":"Jon Murray","mobile_number":"381-202-9885","email_id":"Hayley15@gmail.com","dop":"2025-04-06","serial_number":"18840942941616","imei1":"18840942941616","imei2":"18840942941616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171462,"job_number":"JOB_171462","tr_customer_id":171479,"tr_customer_product_id":171469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:48:01.000Z","modified_at":"2026-01-30T06:48:37.000Z","name":"Ally Christiansen","mobile_number":"410-987-7376","email_id":"Marina54@yahoo.com","dop":"2025-04-06","serial_number":"14337740333569","imei1":"14337740333569","imei2":"14337740333569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171461,"job_number":"JOB_171461","tr_customer_id":171478,"tr_customer_product_id":171468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:38.000Z","modified_at":"2026-01-30T06:44:48.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15543156432259","imei2":"15543156432259","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:44:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171458,"job_number":"JOB_171458","tr_customer_id":171475,"tr_customer_product_id":171465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:27.000Z","modified_at":"2026-01-30T06:45:03.000Z","name":"Rodolfo Rohan","mobile_number":"458-992-1210","email_id":"Eloise90@hotmail.com","dop":"2025-04-06","serial_number":"12791608737944","imei1":"12791608737944","imei2":"12791608737944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:45:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171456,"job_number":"JOB_171456","tr_customer_id":171473,"tr_customer_product_id":171463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:25.000Z","modified_at":"2026-01-30T06:44:35.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10140036009857","imei2":"10140036009857","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171454,"job_number":"JOB_171454","tr_customer_id":171471,"tr_customer_product_id":171461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:12.000Z","modified_at":"2026-01-30T06:44:21.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10384620595500","imei2":"10384620595500","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:44:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171451,"job_number":"JOB_171451","tr_customer_id":171468,"tr_customer_product_id":171458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:45.000Z","modified_at":"2026-01-30T06:44:20.000Z","name":"Jaida Ferry","mobile_number":"451-775-2328","email_id":"Faye.Cruickshank@gmail.com","dop":"2025-04-06","serial_number":"11447686334437","imei1":"11447686334437","imei2":"11447686334437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:44:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171448,"job_number":"JOB_171448","tr_customer_id":171465,"tr_customer_product_id":171455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:01.000Z","modified_at":"2026-01-30T06:43:38.000Z","name":"Donald White","mobile_number":"933-961-6682","email_id":"Janice74@yahoo.com","dop":"2025-04-06","serial_number":"13866586605913","imei1":"13866586605913","imei2":"13866586605913","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:43:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171442,"job_number":"JOB_171442","tr_customer_id":171459,"tr_customer_product_id":171449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:20.000Z","modified_at":"2026-01-30T06:43:02.000Z","name":"Lelia Williamson","mobile_number":"624-703-3457","email_id":"Daniela.Dibbert@gmail.com","dop":"2025-04-06","serial_number":"15708596892660","imei1":"15708596892660","imei2":"15708596892660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:43:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171438,"job_number":"JOB_171438","tr_customer_id":171455,"tr_customer_product_id":171445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:41:30.000Z","modified_at":"2026-01-30T06:42:11.000Z","name":"Carol Orn","mobile_number":"443-207-0123","email_id":"Dusty71@hotmail.com","dop":"2025-04-06","serial_number":"10098863898328","imei1":"10098863898328","imei2":"10098863898328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171435,"job_number":"JOB_171435","tr_customer_id":171452,"tr_customer_product_id":171442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:40:39.000Z","modified_at":"2026-01-30T06:41:21.000Z","name":"Eloise Bernier","mobile_number":"843-219-6957","email_id":"Astrid85@yahoo.com","dop":"2025-04-06","serial_number":"18188436078581","imei1":"18188436078581","imei2":"18188436078581","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171432,"job_number":"JOB_171432","tr_customer_id":171449,"tr_customer_product_id":171439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:39:43.000Z","modified_at":"2026-01-30T06:40:41.000Z","name":"Flossie Gislason","mobile_number":"771-490-3579","email_id":"Aurore.Bosco44@hotmail.com","dop":"2025-04-06","serial_number":"11925292084606","imei1":"11925292084606","imei2":"11925292084606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:40:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171429,"job_number":"JOB_171429","tr_customer_id":171446,"tr_customer_product_id":171436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:53.000Z","modified_at":"2026-01-30T06:39:34.000Z","name":"Angelica Mueller","mobile_number":"409-922-1138","email_id":"Schuyler79@hotmail.com","dop":"2025-04-06","serial_number":"17754698422174","imei1":"17754698422174","imei2":"17754698422174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:39:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171422,"job_number":"JOB_171422","tr_customer_id":171439,"tr_customer_product_id":171429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:06.000Z","modified_at":"2026-01-30T06:38:41.000Z","name":"Tanya Muller","mobile_number":"499-863-5591","email_id":"Jerrell.Shanahan@gmail.com","dop":"2025-06-18","serial_number":"10767366403962","imei1":"10767366403962","imei2":"10767366403962","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:38:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171419,"job_number":"JOB_171419","tr_customer_id":171436,"tr_customer_product_id":171426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:03.000Z","modified_at":"2026-01-30T06:38:45.000Z","name":"Emory Hills","mobile_number":"449-516-7006","email_id":"Beverly72@hotmail.com","dop":"2025-04-06","serial_number":"17377993774340","imei1":"17377993774340","imei2":"17377993774340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:38:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171416,"job_number":"JOB_171416","tr_customer_id":171433,"tr_customer_product_id":171423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:23.000Z","modified_at":"2026-01-30T06:37:59.000Z","name":"Monique Metz","mobile_number":"784-353-6279","email_id":"Randall_Kihn71@hotmail.com","dop":"2025-06-18","serial_number":"10233704225337","imei1":"10233704225337","imei2":"10233704225337","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171413,"job_number":"JOB_171413","tr_customer_id":171430,"tr_customer_product_id":171420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:17.000Z","modified_at":"2026-01-30T06:37:53.000Z","name":"Alyce Braun","mobile_number":"514-278-6826","email_id":"Bianka_Bradtke@hotmail.com","dop":"2025-04-06","serial_number":"14063792866555","imei1":"14063792866555","imei2":"14063792866555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171253,"job_number":"JOB_171253","tr_customer_id":171270,"tr_customer_product_id":171260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:37:29.000Z","modified_at":"2026-01-30T05:38:06.000Z","name":"Haylie Senger","mobile_number":"480-490-2595","email_id":"Alfonso_Pollich@hotmail.com","dop":"2025-04-06","serial_number":"10418918173318","imei1":"10418918173318","imei2":"10418918173318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:38:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171251,"job_number":"JOB_171251","tr_customer_id":171268,"tr_customer_product_id":171258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:36:44.000Z","modified_at":"2026-01-30T05:37:21.000Z","name":"Nathanael Kling","mobile_number":"232-876-6308","email_id":"Lenny_Bailey@gmail.com","dop":"2025-04-06","serial_number":"19556357849730","imei1":"19556357849730","imei2":"19556357849730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171249,"job_number":"JOB_171249","tr_customer_id":171266,"tr_customer_product_id":171256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:35:58.000Z","modified_at":"2026-01-30T05:36:37.000Z","name":"Ocie Macejkovic","mobile_number":"246-663-0168","email_id":"Reyes.Becker@yahoo.com","dop":"2025-04-06","serial_number":"14449900881203","imei1":"14449900881203","imei2":"14449900881203","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171247,"job_number":"JOB_171247","tr_customer_id":171264,"tr_customer_product_id":171254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:30:32.000Z","modified_at":"2026-01-30T05:31:11.000Z","name":"Felipe Mraz","mobile_number":"517-967-8522","email_id":"Jamil_Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"19187218117301","imei1":"19187218117301","imei2":"19187218117301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:31:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171245,"job_number":"JOB_171245","tr_customer_id":171262,"tr_customer_product_id":171252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:30:04.000Z","modified_at":"2026-01-30T05:30:43.000Z","name":"Dominic Cormier","mobile_number":"958-552-7914","email_id":"Wanda46@yahoo.com","dop":"2025-04-06","serial_number":"12926045766059","imei1":"12926045766059","imei2":"12926045766059","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:30:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171244,"job_number":"JOB_171244","tr_customer_id":171261,"tr_customer_product_id":171251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:11:56.000Z","modified_at":"2026-01-30T05:12:05.000Z","name":"Mozell Gaylord","mobile_number":"812-893-0658","email_id":"Annie81@yahoo.com","dop":"2025-07-01","serial_number":"102650484924225","imei1":"102650484924225","imei2":"102650484924225","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:12:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171242,"job_number":"JOB_171242","tr_customer_id":171259,"tr_customer_product_id":171249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:11:44.000Z","modified_at":"2026-01-30T05:11:54.000Z","name":"Napoleon Medhurst","mobile_number":"288-457-4406","email_id":"Vada.Stiedemann@hotmail.com","dop":"2025-07-01","serial_number":"104587700088120","imei1":"104587700088120","imei2":"104587700088120","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:11:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171236,"job_number":"JOB_171236","tr_customer_id":171253,"tr_customer_product_id":171243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:32.000Z","modified_at":"2026-01-30T04:27:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"98426724134357","imei1":"98426724134357","imei2":"98426724134357","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171229,"job_number":"JOB_171229","tr_customer_id":171246,"tr_customer_product_id":171236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:59.000Z","modified_at":"2026-01-30T04:27:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21805108621548","imei1":"21805108621548","imei2":"21805108621548","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171222,"job_number":"JOB_171222","tr_customer_id":171239,"tr_customer_product_id":171229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:26.000Z","modified_at":"2026-01-30T04:26:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27371656251453","imei1":"27371656251453","imei2":"27371656251453","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171214,"job_number":"JOB_171214","tr_customer_id":171231,"tr_customer_product_id":171221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:37.000Z","modified_at":"2026-01-30T04:23:13.000Z","name":"Virginie Medhurst","mobile_number":"275-955-1770","email_id":"Tess.Thompson26@yahoo.com","dop":"2025-04-06","serial_number":"13313639510003","imei1":"13313639510003","imei2":"13313639510003","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:23:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171211,"job_number":"JOB_171211","tr_customer_id":171228,"tr_customer_product_id":171218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:36.000Z","modified_at":"2026-01-30T04:23:12.000Z","name":"Elizabeth Dare","mobile_number":"396-361-8990","email_id":"Trisha39@gmail.com","dop":"2025-04-06","serial_number":"15798089842437","imei1":"15798089842437","imei2":"15798089842437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:23:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171208,"job_number":"JOB_171208","tr_customer_id":171225,"tr_customer_product_id":171215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:33.000Z","modified_at":"2026-01-30T04:23:09.000Z","name":"Guy Osinski","mobile_number":"294-570-2929","email_id":"Effie73@hotmail.com","dop":"2000-01-31","serial_number":"10976746520661","imei1":"10976746520661","imei2":"10976746520661","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:23:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171205,"job_number":"JOB_171205","tr_customer_id":171222,"tr_customer_product_id":171212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:31.000Z","modified_at":"2026-01-30T04:23:08.000Z","name":"Mathilde Muller","mobile_number":"542-704-4554","email_id":"Kennedi_Miller@yahoo.com","dop":"2025-04-06","serial_number":"18419473111100","imei1":"18419473111100","imei2":"18419473111100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:23:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171202,"job_number":"JOB_171202","tr_customer_id":171219,"tr_customer_product_id":171209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:23.000Z","modified_at":"2026-01-30T04:22:57.000Z","name":"Christina Kuhic","mobile_number":"272-552-6195","email_id":"Oleta.Crooks94@hotmail.com","dop":"2025-04-06","serial_number":"15715587399687","imei1":"15715587399687","imei2":"15715587399687","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171199,"job_number":"JOB_171199","tr_customer_id":171216,"tr_customer_product_id":171206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:21.000Z","modified_at":"2026-01-30T04:22:59.000Z","name":"Asha Nader","mobile_number":"557-676-3762","email_id":"Alek.Luettgen81@gmail.com","dop":"2025-04-06","serial_number":"12014634608051","imei1":"12014634608051","imei2":"12014634608051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171196,"job_number":"JOB_171196","tr_customer_id":171213,"tr_customer_product_id":171203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:06.000Z","modified_at":"2026-01-30T04:22:43.000Z","name":"Gladys Walter","mobile_number":"437-327-1858","email_id":"Jaren.Hirthe@yahoo.com","dop":"2025-04-06","serial_number":"18442219829468","imei1":"18442219829468","imei2":"18442219829468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171189,"job_number":"JOB_171189","tr_customer_id":171206,"tr_customer_product_id":171196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:54.000Z","modified_at":"2026-01-30T04:22:30.000Z","name":"Houston Conn","mobile_number":"473-975-4728","email_id":"Teagan20@gmail.com","dop":"2025-04-06","serial_number":"13522069771161","imei1":"13522069771161","imei2":"13522069771161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171187,"job_number":"JOB_171187","tr_customer_id":171204,"tr_customer_product_id":171194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:53.000Z","modified_at":"2026-01-30T04:22:29.000Z","name":"Juliet Homenick","mobile_number":"770-526-6194","email_id":"Herbert_Thompson@yahoo.com","dop":"2025-04-06","serial_number":"12528902898954","imei1":"12528902898954","imei2":"12528902898954","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171183,"job_number":"JOB_171183","tr_customer_id":171200,"tr_customer_product_id":171190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:49.000Z","modified_at":"2026-01-30T04:22:26.000Z","name":"Amir Friesen","mobile_number":"579-551-9763","email_id":"Krystal.Abshire24@gmail.com","dop":"2025-04-06","serial_number":"10639585643163","imei1":"10639585643163","imei2":"10639585643163","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171181,"job_number":"JOB_171181","tr_customer_id":171198,"tr_customer_product_id":171188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:49.000Z","modified_at":"2026-01-30T04:22:26.000Z","name":"Lorna Fisher","mobile_number":"396-317-3645","email_id":"Kamille69@gmail.com","dop":"2000-01-31","serial_number":"10484380230968","imei1":"10484380230968","imei2":"10484380230968","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171174,"job_number":"JOB_171174","tr_customer_id":171191,"tr_customer_product_id":171181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:46.000Z","modified_at":"2026-01-30T04:22:23.000Z","name":"Vesta Rowe","mobile_number":"610-866-4392","email_id":"Oran44@hotmail.com","dop":"2025-04-06","serial_number":"12663260551347","imei1":"12663260551347","imei2":"12663260551347","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171171,"job_number":"JOB_171171","tr_customer_id":171188,"tr_customer_product_id":171178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:42.000Z","modified_at":"2026-01-30T04:22:16.000Z","name":"Myriam Mills","mobile_number":"842-398-0364","email_id":"Elfrieda.Stroman15@gmail.com","dop":"2025-04-06","serial_number":"10248037553103","imei1":"10248037553103","imei2":"10248037553103","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171168,"job_number":"JOB_171168","tr_customer_id":171185,"tr_customer_product_id":171175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:36.000Z","modified_at":"2026-01-30T04:22:14.000Z","name":"Johan Gutkowski","mobile_number":"737-821-7603","email_id":"Maryam.Durgan@hotmail.com","dop":"2025-04-06","serial_number":"18367755607802","imei1":"18367755607802","imei2":"18367755607802","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171160,"job_number":"JOB_171160","tr_customer_id":171177,"tr_customer_product_id":171167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:26.000Z","modified_at":"2026-01-30T04:22:04.000Z","name":"Deangelo Fritsch","mobile_number":"599-399-7360","email_id":"Easter.Pagac@gmail.com","dop":"2025-04-06","serial_number":"14191736993844","imei1":"14191736993844","imei2":"14191736993844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171159,"job_number":"JOB_171159","tr_customer_id":171176,"tr_customer_product_id":171166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:26.000Z","modified_at":"2026-01-30T04:22:04.000Z","name":"Dallin Prohaska","mobile_number":"890-959-6148","email_id":"Casper46@gmail.com","dop":"2025-04-06","serial_number":"18274643615592","imei1":"18274643615592","imei2":"18274643615592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171154,"job_number":"JOB_171154","tr_customer_id":171171,"tr_customer_product_id":171161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:24.000Z","modified_at":"2026-01-30T04:22:02.000Z","name":"Larry Stokes","mobile_number":"668-306-6003","email_id":"Britney.Cartwright35@gmail.com","dop":"2025-04-06","serial_number":"13932811352491","imei1":"13932811352491","imei2":"13932811352491","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171152,"job_number":"JOB_171152","tr_customer_id":171169,"tr_customer_product_id":171159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:23.000Z","modified_at":"2026-01-30T04:21:57.000Z","name":"Antone Zboncak","mobile_number":"859-970-5724","email_id":"Tess52@yahoo.com","dop":"2026-01-04","serial_number":"11066365737946","imei1":"11066365737946","imei2":"11066365737946","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171148,"job_number":"JOB_171148","tr_customer_id":171165,"tr_customer_product_id":171155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:20.000Z","modified_at":"2026-01-30T04:21:58.000Z","name":"Jermaine Wiza","mobile_number":"603-396-7869","email_id":"Alysha_Bruen53@yahoo.com","dop":"2025-04-06","serial_number":"12802137908437","imei1":"12802137908437","imei2":"12802137908437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171143,"job_number":"JOB_171143","tr_customer_id":171160,"tr_customer_product_id":171150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:13.000Z","modified_at":"2026-01-30T04:21:50.000Z","name":"Lawrence Bauch","mobile_number":"468-679-6235","email_id":"Hulda.Leuschke@gmail.com","dop":"2025-04-06","serial_number":"18537360446847","imei1":"18537360446847","imei2":"18537360446847","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171139,"job_number":"JOB_171139","tr_customer_id":171156,"tr_customer_product_id":171146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:10.000Z","modified_at":"2026-01-30T04:21:46.000Z","name":"Isabell Weber","mobile_number":"939-761-0899","email_id":"Pat.Krajcik51@hotmail.com","dop":"2025-04-06","serial_number":"13309268464703","imei1":"13309268464703","imei2":"13309268464703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171138,"job_number":"JOB_171138","tr_customer_id":171155,"tr_customer_product_id":171145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:10.000Z","modified_at":"2026-01-30T04:21:47.000Z","name":"Madaline McLaughlin","mobile_number":"675-566-0745","email_id":"Pattie_Boyer88@yahoo.com","dop":"2025-04-06","serial_number":"18598134568134","imei1":"18598134568134","imei2":"18598134568134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171133,"job_number":"JOB_171133","tr_customer_id":171150,"tr_customer_product_id":171140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:06.000Z","modified_at":"2026-01-30T04:21:42.000Z","name":"Doug Bernhard","mobile_number":"977-435-7303","email_id":"Ben.Reinger60@gmail.com","dop":"2025-04-06","serial_number":"13341872673650","imei1":"13341872673650","imei2":"13341872673650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171131,"job_number":"JOB_171131","tr_customer_id":171148,"tr_customer_product_id":171138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:05.000Z","modified_at":"2026-01-30T04:21:41.000Z","name":"Dexter Lueilwitz","mobile_number":"857-214-8261","email_id":"Eleonore.Runte81@yahoo.com","dop":"2000-01-31","serial_number":"10353225356391","imei1":"10353225356391","imei2":"10353225356391","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171124,"job_number":"JOB_171124","tr_customer_id":171141,"tr_customer_product_id":171131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:02.000Z","modified_at":"2026-01-30T04:21:39.000Z","name":"Genesis Borer","mobile_number":"673-984-1481","email_id":"Shad_Moen36@yahoo.com","dop":"2025-04-06","serial_number":"12377950389371","imei1":"12377950389371","imei2":"12377950389371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171120,"job_number":"JOB_171120","tr_customer_id":171137,"tr_customer_product_id":171127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:00.000Z","modified_at":"2026-01-30T04:21:35.000Z","name":"Buck Bednar","mobile_number":"672-631-5214","email_id":"Enola.Aufderhar45@gmail.com","dop":"2025-04-06","serial_number":"17789959272786","imei1":"17789959272786","imei2":"17789959272786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171115,"job_number":"JOB_171115","tr_customer_id":171132,"tr_customer_product_id":171122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:21:28.000Z","name":"Martin Considine","mobile_number":"770-332-9003","email_id":"Lucinda_Watsica@yahoo.com","dop":"2025-04-06","serial_number":"13161329373235","imei1":"13161329373235","imei2":"13161329373235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171109,"job_number":"JOB_171109","tr_customer_id":171126,"tr_customer_product_id":171116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:48.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Karley Haley","mobile_number":"800-498-2930","email_id":"Bartholome_Marvin43@gmail.com","dop":"2025-05-30","serial_number":"13798031396521","imei1":"13798031396521","imei2":"13798031396521","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171107,"job_number":"JOB_171107","tr_customer_id":171124,"tr_customer_product_id":171114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:46.000Z","modified_at":"2026-01-30T04:21:20.000Z","name":"Caroline Smitham","mobile_number":"582-364-1825","email_id":"Meagan.Kreiger@hotmail.com","dop":"2025-04-06","serial_number":"17067560025590","imei1":"17067560025590","imei2":"17067560025590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171104,"job_number":"JOB_171104","tr_customer_id":171121,"tr_customer_product_id":171111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:42.000Z","modified_at":"2026-01-30T04:21:16.000Z","name":"Elias Stiedemann","mobile_number":"394-451-3619","email_id":"Julian.Bosco@gmail.com","dop":"2026-01-04","serial_number":"13402030649829","imei1":"13402030649829","imei2":"13402030649829","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171100,"job_number":"JOB_171100","tr_customer_id":171117,"tr_customer_product_id":171107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:41.000Z","modified_at":"2026-01-30T04:21:18.000Z","name":"Gregg Lemke","mobile_number":"385-400-3306","email_id":"Rosella8@hotmail.com","dop":"2025-04-06","serial_number":"13118294014917","imei1":"13118294014917","imei2":"13118294014917","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171099,"job_number":"JOB_171099","tr_customer_id":171116,"tr_customer_product_id":171106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:41.000Z","modified_at":"2026-01-30T04:21:19.000Z","name":"Yessenia Kuvalis","mobile_number":"284-357-7039","email_id":"Cordie.Koepp14@hotmail.com","dop":"2025-04-06","serial_number":"15379390528804","imei1":"15379390528804","imei2":"15379390528804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171095,"job_number":"JOB_171095","tr_customer_id":171112,"tr_customer_product_id":171102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:38.000Z","modified_at":"2026-01-30T04:21:16.000Z","name":"Caterina Donnelly","mobile_number":"906-510-7730","email_id":"Orrin25@gmail.com","dop":"2025-04-06","serial_number":"12139798991850","imei1":"12139798991850","imei2":"12139798991850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171092,"job_number":"JOB_171092","tr_customer_id":171109,"tr_customer_product_id":171099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:35.000Z","modified_at":"2026-01-30T04:21:13.000Z","name":"Arjun Hermiston","mobile_number":"625-552-5534","email_id":"Reuben_Friesen83@yahoo.com","dop":"2025-04-06","serial_number":"11022105328189","imei1":"11022105328189","imei2":"11022105328189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171089,"job_number":"JOB_171089","tr_customer_id":171106,"tr_customer_product_id":171096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:29.000Z","modified_at":"2026-01-30T04:21:06.000Z","name":"Gertrude Davis","mobile_number":"563-893-9197","email_id":"Jazlyn_Volkman@hotmail.com","dop":"2025-04-06","serial_number":"17779717239771","imei1":"17779717239771","imei2":"17779717239771","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171085,"job_number":"JOB_171085","tr_customer_id":171102,"tr_customer_product_id":171092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:19.000Z","modified_at":"2026-01-30T04:20:57.000Z","name":"Gus Monahan","mobile_number":"395-637-3214","email_id":"Rachelle.Corkery94@yahoo.com","dop":"2000-01-31","serial_number":"10910203971223","imei1":"10910203971223","imei2":"10910203971223","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171083,"job_number":"JOB_171083","tr_customer_id":171100,"tr_customer_product_id":171090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:19.000Z","modified_at":"2026-01-30T04:20:57.000Z","name":"Dorris Moore","mobile_number":"394-290-2319","email_id":"Rhiannon.Veum58@gmail.com","dop":"2025-06-18","serial_number":"10324009690518","imei1":"10324009690518","imei2":"10324009690518","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171081,"job_number":"JOB_171081","tr_customer_id":171098,"tr_customer_product_id":171088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:18.000Z","modified_at":"2026-01-30T04:20:28.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18356008075648","imei2":"18356008075648","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171076,"job_number":"JOB_171076","tr_customer_id":171093,"tr_customer_product_id":171083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:06.000Z","modified_at":"2026-01-30T04:20:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15443812201604","imei2":"15443812201604","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171075,"job_number":"JOB_171075","tr_customer_id":171092,"tr_customer_product_id":171082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:05.000Z","modified_at":"2026-01-30T04:20:39.000Z","name":"Gonzalo Kris","mobile_number":"469-231-6928","email_id":"Cierra.Emmerich@gmail.com","dop":"2025-04-06","serial_number":"13553554451999","imei1":"13553554451999","imei2":"13553554451999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171070,"job_number":"JOB_171070","tr_customer_id":171087,"tr_customer_product_id":171077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:02.000Z","modified_at":"2026-01-30T04:20:38.000Z","name":"Arlene Keeling","mobile_number":"720-669-0454","email_id":"Leone.Hudson@yahoo.com","dop":"2025-04-06","serial_number":"12024300634335","imei1":"12024300634335","imei2":"12024300634335","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171068,"job_number":"JOB_171068","tr_customer_id":171085,"tr_customer_product_id":171075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:01.000Z","modified_at":"2026-01-30T04:20:35.000Z","name":"Manuel Kerluke","mobile_number":"933-896-3873","email_id":"Rey.Hammes88@gmail.com","dop":"2026-01-04","serial_number":"11452172762469","imei1":"11452172762469","imei2":"11452172762469","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171063,"job_number":"JOB_171063","tr_customer_id":171080,"tr_customer_product_id":171070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:55.000Z","modified_at":"2026-01-30T04:20:33.000Z","name":"Imani Wiegand","mobile_number":"255-348-0787","email_id":"Kaela.Thiel13@yahoo.com","dop":"2025-04-06","serial_number":"16527384772213","imei1":"16527384772213","imei2":"16527384772213","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171061,"job_number":"JOB_171061","tr_customer_id":171078,"tr_customer_product_id":171068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:54.000Z","modified_at":"2026-01-30T04:20:33.000Z","name":"Gus Skiles","mobile_number":"369-842-6353","email_id":"Amy49@yahoo.com","dop":"2025-04-06","serial_number":"14053429176612","imei1":"14053429176612","imei2":"14053429176612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171058,"job_number":"JOB_171058","tr_customer_id":171075,"tr_customer_product_id":171065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:53.000Z","modified_at":"2026-01-30T04:20:02.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16951735746673","imei2":"16951735746673","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171056,"job_number":"JOB_171056","tr_customer_id":171073,"tr_customer_product_id":171063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:51.000Z","modified_at":"2026-01-30T04:20:30.000Z","name":"Casandra Zieme","mobile_number":"603-407-3164","email_id":"Humberto8@yahoo.com","dop":"2025-04-06","serial_number":"15488038453546","imei1":"15488038453546","imei2":"15488038453546","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171051,"job_number":"JOB_171051","tr_customer_id":171068,"tr_customer_product_id":171058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:49.000Z","modified_at":"2026-01-30T04:20:27.000Z","name":"Colten Veum","mobile_number":"259-638-4517","email_id":"Mohamed.Robel11@yahoo.com","dop":"2025-04-06","serial_number":"13769763754010","imei1":"13769763754010","imei2":"13769763754010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171050,"job_number":"JOB_171050","tr_customer_id":171067,"tr_customer_product_id":171057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:49.000Z","modified_at":"2026-01-30T04:20:26.000Z","name":"Sophia Bayer","mobile_number":"631-812-1489","email_id":"Wade85@hotmail.com","dop":"2025-04-06","serial_number":"10938561197115","imei1":"10938561197115","imei2":"10938561197115","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171048,"job_number":"JOB_171048","tr_customer_id":171065,"tr_customer_product_id":171055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:43.000Z","modified_at":"2026-01-30T04:20:21.000Z","name":"Twila Harris","mobile_number":"398-772-1581","email_id":"Jude66@yahoo.com","dop":"2025-04-06","serial_number":"12140445877097","imei1":"12140445877097","imei2":"12140445877097","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171044,"job_number":"JOB_171044","tr_customer_id":171061,"tr_customer_product_id":171051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:41.000Z","modified_at":"2026-01-30T04:20:19.000Z","name":"Valerie Morissette","mobile_number":"256-501-6797","email_id":"Oswaldo.Zieme@gmail.com","dop":"2025-04-06","serial_number":"14706055168054","imei1":"14706055168054","imei2":"14706055168054","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171043,"job_number":"JOB_171043","tr_customer_id":171060,"tr_customer_product_id":171050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:41.000Z","modified_at":"2026-01-30T04:20:17.000Z","name":"Elenora Cruickshank","mobile_number":"865-710-8339","email_id":"Cloyd.Ferry15@gmail.com","dop":"2025-04-06","serial_number":"14775289901635","imei1":"14775289901635","imei2":"14775289901635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171040,"job_number":"JOB_171040","tr_customer_id":171057,"tr_customer_product_id":171047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:34.000Z","modified_at":"2026-01-30T04:20:11.000Z","name":"Earline Larson","mobile_number":"345-300-6962","email_id":"Emmie.Treutel39@yahoo.com","dop":"2025-06-18","serial_number":"10364753533255","imei1":"10364753533255","imei2":"10364753533255","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171037,"job_number":"JOB_171037","tr_customer_id":171054,"tr_customer_product_id":171044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:25.000Z","modified_at":"2026-01-30T04:19:59.000Z","name":"Wiley Ullrich","mobile_number":"640-431-6531","email_id":"Eli_Gaylord@gmail.com","dop":"2025-04-06","serial_number":"10023726703379","imei1":"10023726703379","imei2":"10023726703379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:19:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171035,"job_number":"JOB_171035","tr_customer_id":171052,"tr_customer_product_id":171042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:23.000Z","modified_at":"2026-01-30T04:19:32.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"74556418560223","imei1":"74556418560223","imei2":"74556418560223","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171033,"job_number":"JOB_171033","tr_customer_id":171050,"tr_customer_product_id":171040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:13.000Z","modified_at":"2026-01-30T04:19:49.000Z","name":"Fidel Olson","mobile_number":"340-753-4064","email_id":"Savannah.Beier@yahoo.com","dop":"2025-04-06","serial_number":"19460900184875","imei1":"19460900184875","imei2":"19460900184875","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171032,"job_number":"JOB_171032","tr_customer_id":171049,"tr_customer_product_id":171039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:11.000Z","modified_at":"2026-01-30T04:19:20.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"80496478248637","imei1":"80496478248637","imei2":"80496478248637","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:19:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171030,"job_number":"JOB_171030","tr_customer_id":171047,"tr_customer_product_id":171037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:10:20.000Z","modified_at":"2026-01-30T04:10:25.000Z","name":"Rosalind White","mobile_number":"337-508-4439","email_id":"Jaime11@gmail.com","dop":"2025-02-13","serial_number":"100789085580119","imei1":"100789085580119","imei2":"100789085580119","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:10:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171028,"job_number":"JOB_171028","tr_customer_id":171045,"tr_customer_product_id":171035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:27:10.000Z","modified_at":"2026-01-30T03:27:46.000Z","name":"Emmett Price","mobile_number":"605-665-2676","email_id":"Nat1@yahoo.com","dop":"2025-04-06","serial_number":"19727064882509","imei1":"19727064882509","imei2":"19727064882509","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T03:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171024,"job_number":"JOB_171024","tr_customer_id":171041,"tr_customer_product_id":171031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:26:28.000Z","modified_at":"2026-01-30T03:27:03.000Z","name":"Bettie Gottlieb","mobile_number":"672-999-8147","email_id":"Berenice.Witting68@hotmail.com","dop":"2025-04-06","serial_number":"17227610582223","imei1":"17227610582223","imei2":"17227610582223","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T03:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171021,"job_number":"JOB_171021","tr_customer_id":171038,"tr_customer_product_id":171028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:25:45.000Z","modified_at":"2026-01-30T03:26:20.000Z","name":"Iliana Ratke","mobile_number":"465-864-8207","email_id":"Jaquelin.Lehner68@yahoo.com","dop":"2025-04-06","serial_number":"12328006768547","imei1":"12328006768547","imei2":"12328006768547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T03:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 366ms
Mean size per request: 1021B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTc1ODgxMn0.-54ql-M4lV_r_TtzOeXvcrX__7PrDvVbI3hH3WC2BOo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3a92a686-eef0-48ec-a853-5b93dea27fae
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1021
ETag W/"3fd-dP7kOQly7bqah1/jCsGUYVlgWMA"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":171559,"job_number":"JOB_171559","tr_customer_id":171576,"tr_customer_product_id":171566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:04.000Z","modified_at":"2026-01-30T07:40:12.000Z","name":"Laurine Rodriguez","mobile_number":"486-650-1624","email_id":"Beulah66@gmail.com","dop":"2025-11-04","serial_number":"43020844351253","imei1":"43020844351253","imei2":"43020844351253","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-30T07:40:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 283ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTc1ODgxMn0.-54ql-M4lV_r_TtzOeXvcrX__7PrDvVbI3hH3WC2BOo
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7054c5dd-9a88-4a8c-9ccf-f742c3d11703
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 171559
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 352ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTc1ODgxMn0.-54ql-M4lV_r_TtzOeXvcrX__7PrDvVbI3hH3WC2BOo
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e2a6d1ec-46d0-4277-9a85-a3abe5e11de9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 277ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 877691e9-9a26-4e73-999c-eadd74bae41a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-/vEfw+G3Vnmd6PJJUBkJH96kIUI"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTV9.lH0jujsm3n4fRtR7Nt-7GuzwFdQrGeYl2t4w7fUQeAM"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MDB9.tH56JAVPd01hN30F4csqPUKhv0p2po3JwLE_azc_o5o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d146289a-7aa8-4842-bbc9-b47665b68aa2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 294ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MDB9.tH56JAVPd01hN30F4csqPUKhv0p2po3JwLE_azc_o5o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 44fe73c6-980f-49e5-817a-5c8aeafa6be9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-FrkISraBcXrgOwS+CS+lO0vHq7E"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":551},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 292ms
Mean size per request: 1012B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MDB9.tH56JAVPd01hN30F4csqPUKhv0p2po3JwLE_azc_o5o
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1dd8f5fa-a976-46ed-96cc-742ecc1807b2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1012
ETag W/"3f4-MVJ27lw4J9UC5jKT263h4euXkh8"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":171559,"job_number":"JOB_171559","tr_customer_id":171576,"tr_customer_product_id":171566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:04.000Z","modified_at":"2026-01-30T07:40:14.000Z","name":"Laurine Rodriguez","mobile_number":"486-650-1624","email_id":"Beulah66@gmail.com","dop":"2025-11-04","serial_number":"43020844351253","imei1":"43020844351253","imei2":"43020844351253","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-30T07:40:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 290ms
Mean size per request: 1012B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MDB9.tH56JAVPd01hN30F4csqPUKhv0p2po3JwLE_azc_o5o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2cb42e25-1f1b-46d5-9177-32d718bfdd3b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1012
ETag W/"3f4-MVJ27lw4J9UC5jKT263h4euXkh8"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":171559,"job_number":"JOB_171559","tr_customer_id":171576,"tr_customer_product_id":171566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:04.000Z","modified_at":"2026-01-30T07:40:14.000Z","name":"Laurine Rodriguez","mobile_number":"486-650-1624","email_id":"Beulah66@gmail.com","dop":"2025-11-04","serial_number":"43020844351253","imei1":"43020844351253","imei2":"43020844351253","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-30T07:40:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 286ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MDB9.tH56JAVPd01hN30F4csqPUKhv0p2po3JwLE_azc_o5o
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9378bfb9-38d4-49f0-94a5-69b43760e685
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 171559
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 295ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MDB9.tH56JAVPd01hN30F4csqPUKhv0p2po3JwLE_azc_o5o
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token de69222d-314c-49fe-a45c-4ec916935cfa
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/171559
Response Information
Response Code: 200 - OK
Mean time per request: 291ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MDB9.tH56JAVPd01hN30F4csqPUKhv0p2po3JwLE_azc_o5o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2f177aa5-5c85-4bdd-b426-47d55ca9457b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 279ms
Mean size per request: 690B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b228a711-1762-455b-ad89-4d3f88caaaee
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-f7J9jDaRpj3UG4YdvTmQnePnraQ"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTd9.kSgx0WIqBsQ2pxv-YmPvFzlDMiaLteXEyr9qms_OQQs"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 279ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7e6bdcaf-07f2-4bd2-b858-75055774d4e0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 277ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fed30ff7-201e-4881-b07e-79d9f59f16d0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTd9.kSgx0WIqBsQ2pxv-YmPvFzlDMiaLteXEyr9qms_OQQs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c2149998-5f0c-4014-bc85-4b3d05a280b5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTd9.kSgx0WIqBsQ2pxv-YmPvFzlDMiaLteXEyr9qms_OQQs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a56d99d8-13bf-40cd-a9a3-9f02c9d61b7f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 275ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTd9.kSgx0WIqBsQ2pxv-YmPvFzlDMiaLteXEyr9qms_OQQs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c03d3b86-1730-45dd-aa04-f907fac136a8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 299ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTd9.kSgx0WIqBsQ2pxv-YmPvFzlDMiaLteXEyr9qms_OQQs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 53545099-a796-4af1-99ea-f8d658c89d6c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-BFQKhUKEZOtkPZ0YbHkvCsYU/m4"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":551},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 276ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTd9.kSgx0WIqBsQ2pxv-YmPvFzlDMiaLteXEyr9qms_OQQs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8bff4ba7-33b4-42e1-8dce-9d21d38f731d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 293ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTd9.kSgx0WIqBsQ2pxv-YmPvFzlDMiaLteXEyr9qms_OQQs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b2e09682-fa5e-4e5d-b003-5b10b72a7835
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-BFQKhUKEZOtkPZ0YbHkvCsYU/m4"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":551},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 283ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTd9.kSgx0WIqBsQ2pxv-YmPvFzlDMiaLteXEyr9qms_OQQs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 61e36d14-82f6-49fb-b2b5-676e5a787e38
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 30 Jan 2026 07:40:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 276ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTd9.kSgx0WIqBsQ2pxv-YmPvFzlDMiaLteXEyr9qms_OQQs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ee4641f2-c080-41ff-b8d1-e3f92d838aa2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 288ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTd9.kSgx0WIqBsQ2pxv-YmPvFzlDMiaLteXEyr9qms_OQQs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e1cc296d-cfaf-41d2-8373-5d4f89cf3377
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 30 Jan 2026 07:40:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 324ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTd9.kSgx0WIqBsQ2pxv-YmPvFzlDMiaLteXEyr9qms_OQQs
randomnumber 331
randomFirstName Oscar
randomLastName Langworth
randomEmail Nia_Collier52@hotmail.com
randomPhone 332-959-4830
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 16dedb07-dc18-4dd6-ad2c-9510f8616021
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1054
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Devin",
                "last_name": "Bartoletti",
                "mobile_number": "278-430-3473",
                "mobile_number_alt": "",
                "email_id": "Maynard35@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"87938765345437",
                "imei1": "87938765345437",
                "imei2": "87938765345437",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-CKP53IrYGeDfrpJdyPVacIJdpNo"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":171560,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":171577,"tr_customer_product_id":171567,"job_number":"JOB_171560"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 275ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTd9.kSgx0WIqBsQ2pxv-YmPvFzlDMiaLteXEyr9qms_OQQs
randomnumber 425
randomFirstName Alaina
randomLastName Hyatt
randomEmail Dusty46@hotmail.com
randomPhone 269-349-9709
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ba7854ff-0c30-4073-8d1c-acf1f0103848
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1056
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Blair",
                "last_name": "Halvorson",
                "mobile_number": "980-655-9001",
                "mobile_number_alt": "",
                "email_id": "Jeffrey.Nienow@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"20814905529624",
                "imei1": "20814905529624",
                "imei2": "20814905529624",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 403 - Forbidden
Mean time per request: 286ms
Mean size per request: 100B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MDh9.kByYencBWbjGoi57jtcZTty5uAAJxPwohGHulriOKtk
randomnumber 699
randomFirstName Hassan
randomLastName Graham
randomEmail Carol.Larson@yahoo.com
randomPhone 913-796-8542
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9e75a26a-46b7-48c7-af2f-172dabfb50b5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1055
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Jimmie",
                "last_name": "Jaskolski",
                "mobile_number": "400-770-2456",
                "mobile_number_alt": "",
                "email_id": "Guiseppe70@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"70646546424161",
                "imei1": "70646546424161",
                "imei2": "70646546424161",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 100
ETag W/"64-Xjpp+ImmLdm0l7V0Jeu5bjN/7P4"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":403,"message":"Permission denied","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 275ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTd9.kSgx0WIqBsQ2pxv-YmPvFzlDMiaLteXEyr9qms_OQQs
randomnumber 469
randomFirstName Junius
randomLastName Kemmer
randomEmail Helmer36@yahoo.com
randomPhone 650-743-2748
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6ea73507-2adb-489a-b811-1c806ac8fa8c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 276ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTd9.kSgx0WIqBsQ2pxv-YmPvFzlDMiaLteXEyr9qms_OQQs
randomnumber 520
randomFirstName Johnathon
randomLastName Casper
randomEmail Estevan11@yahoo.com
randomPhone 291-537-4171
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 13f6a2b2-13ac-418e-a6d3-00021c7481e4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1038
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Tina",
                "last_name": "Witting",
                "mobile_number": "224-913-0633",
                "mobile_number_alt": "",
                "email_id": "Georgette_Will@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000017",
                "imei1": "100000017",
                "imei2": "100000017",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 276ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTd9.kSgx0WIqBsQ2pxv-YmPvFzlDMiaLteXEyr9qms_OQQs
randomnumber 322
randomFirstName Emmitt
randomLastName Ondricka
randomEmail Marjorie.Breitenberg4@yahoo.com
randomPhone 396-912-1715
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 07ceb549-7013-4cbc-a1af-bba4ecd12d71
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 298ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTd9.kSgx0WIqBsQ2pxv-YmPvFzlDMiaLteXEyr9qms_OQQs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9583c71f-5d66-4f5b-ac2f-b6dccf652ce5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-NojxbVKK0rHbNaINF346lV7PTio"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":552},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 393ms
Mean size per request: 535.85KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTd9.kSgx0WIqBsQ2pxv-YmPvFzlDMiaLteXEyr9qms_OQQs
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9a1089d3-95c4-4d55-be93-797e2214edba
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"85f62-jIpH193bwFBC7DN3HrdUx7FyOkQ"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 30 Jan 2026 07:40:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":171084,"job_number":"JOB_171084","tr_customer_id":171101,"tr_customer_product_id":171091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:19.000Z","modified_at":"2026-01-30T04:20:19.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10334439849599","imei1":"10334439849599","imei2":"10334439849599","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171087,"job_number":"JOB_171087","tr_customer_id":171104,"tr_customer_product_id":171094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:21.000Z","modified_at":"2026-01-30T04:20:21.000Z","name":"Thea Kilback","mobile_number":"352-427-6834","email_id":"Micaela_Greenfelder55@gmail.com","dop":"2000-01-31","serial_number":"1057508121111206","imei1":"1057508121111206","imei2":"1057508121111206","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171130,"job_number":"JOB_171130","tr_customer_id":171147,"tr_customer_product_id":171137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:04.000Z","modified_at":"2026-01-30T04:21:04.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10661726422848","imei1":"10661726422848","imei2":"10661726422848","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171134,"job_number":"JOB_171134","tr_customer_id":171151,"tr_customer_product_id":171141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:06.000Z","modified_at":"2026-01-30T04:21:06.000Z","name":"Daron Weimann","mobile_number":"669-861-4502","email_id":"Maya.Olson@hotmail.com","dop":"2000-01-31","serial_number":"1089050112890730","imei1":"1089050112890730","imei2":"1089050112890730","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171180,"job_number":"JOB_171180","tr_customer_id":171197,"tr_customer_product_id":171187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:49.000Z","modified_at":"2026-01-30T04:21:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10684632463129","imei1":"10684632463129","imei2":"10684632463129","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171184,"job_number":"JOB_171184","tr_customer_id":171201,"tr_customer_product_id":171191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:50.000Z","modified_at":"2026-01-30T04:21:50.000Z","name":"Lillie Tromp","mobile_number":"781-701-0318","email_id":"Devonte98@gmail.com","dop":"2000-01-31","serial_number":"1032149972052196","imei1":"1032149972052196","imei2":"1032149972052196","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171207,"job_number":"JOB_171207","tr_customer_id":171224,"tr_customer_product_id":171214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:33.000Z","modified_at":"2026-01-30T04:22:33.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10486566917712","imei1":"10486566917712","imei2":"10486566917712","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171209,"job_number":"JOB_171209","tr_customer_id":171226,"tr_customer_product_id":171216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:34.000Z","modified_at":"2026-01-30T04:22:34.000Z","name":"Marianne Mayert","mobile_number":"699-633-4366","email_id":"Reyna18@hotmail.com","dop":"2000-01-31","serial_number":"1081188012489991","imei1":"1081188012489991","imei2":"1081188012489991","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171467,"job_number":"JOB_171467","tr_customer_id":171484,"tr_customer_product_id":171474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:57.000Z","modified_at":"2026-01-30T06:49:57.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10885059418353","imei1":"10885059418353","imei2":"10885059418353","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171469,"job_number":"JOB_171469","tr_customer_id":171486,"tr_customer_product_id":171476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:59.000Z","modified_at":"2026-01-30T06:49:59.000Z","name":"Geo Kulas","mobile_number":"677-564-2868","email_id":"Rowena.Beier@gmail.com","dop":"2000-01-31","serial_number":"1038309113358548","imei1":"1038309113358548","imei2":"1038309113358548","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171474,"job_number":"JOB_171474","tr_customer_id":171491,"tr_customer_product_id":171481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:44.000Z","modified_at":"2026-01-30T06:50:44.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10138717050619","imei1":"10138717050619","imei2":"10138717050619","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171476,"job_number":"JOB_171476","tr_customer_id":171493,"tr_customer_product_id":171483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:46.000Z","modified_at":"2026-01-30T06:50:46.000Z","name":"Ariel Huels","mobile_number":"535-999-2215","email_id":"Meta.Schaden83@yahoo.com","dop":"2000-01-31","serial_number":"1007358706824285","imei1":"1007358706824285","imei2":"1007358706824285","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171480,"job_number":"JOB_171480","tr_customer_id":171497,"tr_customer_product_id":171487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:30.000Z","modified_at":"2026-01-30T06:51:30.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10078460753366","imei1":"10078460753366","imei2":"10078460753366","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171482,"job_number":"JOB_171482","tr_customer_id":171499,"tr_customer_product_id":171489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:32.000Z","modified_at":"2026-01-30T06:51:32.000Z","name":"Adele Hyatt","mobile_number":"318-668-1034","email_id":"Kameron62@yahoo.com","dop":"2000-01-31","serial_number":"1038689945006620","imei1":"1038689945006620","imei2":"1038689945006620","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:32.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171486,"job_number":"JOB_171486","tr_customer_id":171503,"tr_customer_product_id":171493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:16.000Z","modified_at":"2026-01-30T06:52:16.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10895912519873","imei1":"10895912519873","imei2":"10895912519873","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171488,"job_number":"JOB_171488","tr_customer_id":171505,"tr_customer_product_id":171495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:18.000Z","modified_at":"2026-01-30T06:52:18.000Z","name":"Augustine King","mobile_number":"516-270-9722","email_id":"Juston_Kling68@hotmail.com","dop":"2000-01-31","serial_number":"1004032210903606","imei1":"1004032210903606","imei2":"1004032210903606","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:18.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171009,"job_number":"JOB_171009","tr_customer_id":171026,"tr_customer_product_id":171016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:08:27.000Z","modified_at":"2026-01-30T00:08:27.000Z","name":"Alexandra Emmerich","mobile_number":"541-804-6888","email_id":"Hayden_Ebert@gmail.com","dop":"2025-12-10","serial_number":"192618610756540","imei1":"192618610756540","imei2":"192618610756540","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:08:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171010,"job_number":"JOB_171010","tr_customer_id":171027,"tr_customer_product_id":171017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:10:08.000Z","modified_at":"2026-01-30T00:10:08.000Z","name":"Marcus Batz","mobile_number":"815-586-3143","email_id":"Anne.Mertz@hotmail.com","dop":"2025-12-10","serial_number":"196747128061158","imei1":"196747128061158","imei2":"196747128061158","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:10:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171012,"job_number":"JOB_171012","tr_customer_id":171029,"tr_customer_product_id":171019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:46:04.000Z","modified_at":"2026-01-30T00:46:04.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"69077551366337","imei1":"69077551366337","imei2":"69077551366337","popurl":"2026-01-20T00:46:05.360110400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171013,"job_number":"JOB_171013","tr_customer_id":171030,"tr_customer_product_id":171020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T01:06:28.000Z","modified_at":"2026-01-30T01:06:28.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"95342828280759","imei1":"95342828280759","imei2":"95342828280759","popurl":"2026-01-20T01:06:28.428047187Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T01:06:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171014,"job_number":"JOB_171014","tr_customer_id":171031,"tr_customer_product_id":171021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T01:07:10.000Z","modified_at":"2026-01-30T01:07:10.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"58957088779228","imei1":"58957088779228","imei2":"58957088779228","popurl":"2026-01-20T01:07:10.028400917Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T01:07:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171015,"job_number":"JOB_171015","tr_customer_id":171032,"tr_customer_product_id":171022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:02:32.000Z","modified_at":"2026-01-30T02:02:32.000Z","name":"Lucy Stanton","mobile_number":"751-787-9156","email_id":"Ona78@yahoo.com","dop":"2025-12-10","serial_number":"113029298018590","imei1":"113029298018590","imei2":"113029298018590","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:02:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171016,"job_number":"JOB_171016","tr_customer_id":171033,"tr_customer_product_id":171023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:10:03.000Z","modified_at":"2026-01-30T02:10:03.000Z","name":"Maya Kassulke","mobile_number":"701-580-8927","email_id":"Keeley14@gmail.com","dop":"2025-12-10","serial_number":"115935734016490","imei1":"115935734016490","imei2":"115935734016490","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:10:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171017,"job_number":"JOB_171017","tr_customer_id":171034,"tr_customer_product_id":171024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:17:01.000Z","modified_at":"2026-01-30T02:17:01.000Z","name":"Wanda Hills","mobile_number":"550-723-6743","email_id":"Ludwig.Glover@hotmail.com","dop":"2025-12-10","serial_number":"167787378226206","imei1":"167787378226206","imei2":"167787378226206","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:17:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171018,"job_number":"JOB_171018","tr_customer_id":171035,"tr_customer_product_id":171025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:21:38.000Z","modified_at":"2026-01-30T02:21:38.000Z","name":"Lela Kohler","mobile_number":"710-207-8438","email_id":"Abbey_Schaefer@hotmail.com","dop":"2025-12-10","serial_number":"179367396307145","imei1":"179367396307145","imei2":"179367396307145","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171019,"job_number":"JOB_171019","tr_customer_id":171036,"tr_customer_product_id":171026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:28:09.000Z","modified_at":"2026-01-30T02:28:09.000Z","name":"Janice Torphy","mobile_number":"571-228-2003","email_id":"Talon.Smith@gmail.com","dop":"2025-12-10","serial_number":"117726331096685","imei1":"117726331096685","imei2":"117726331096685","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171020,"job_number":"JOB_171020","tr_customer_id":171037,"tr_customer_product_id":171027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:25:45.000Z","modified_at":"2026-01-30T03:25:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14828724578553","imei1":"14828724578553","imei2":"14828724578553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171021,"job_number":"JOB_171021","tr_customer_id":171038,"tr_customer_product_id":171028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:25:45.000Z","modified_at":"2026-01-30T03:26:20.000Z","name":"Iliana Ratke","mobile_number":"465-864-8207","email_id":"Jaquelin.Lehner68@yahoo.com","dop":"2025-04-06","serial_number":"12328006768547","imei1":"12328006768547","imei2":"12328006768547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T03:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171022,"job_number":"JOB_171022","tr_customer_id":171039,"tr_customer_product_id":171029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:25:46.000Z","modified_at":"2026-01-30T03:25:46.000Z","name":"Chase Emmerich","mobile_number":"642-375-6447","email_id":"Wiley.Blick45@gmail.com","dop":"2025-04-06","serial_number":"18124366766046890","imei1":"18124366766046890","imei2":"18124366766046890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171023,"job_number":"JOB_171023","tr_customer_id":171040,"tr_customer_product_id":171030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:26:27.000Z","modified_at":"2026-01-30T03:26:27.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11712103852461","imei1":"11712103852461","imei2":"11712103852461","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:26:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171024,"job_number":"JOB_171024","tr_customer_id":171041,"tr_customer_product_id":171031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:26:28.000Z","modified_at":"2026-01-30T03:27:03.000Z","name":"Bettie Gottlieb","mobile_number":"672-999-8147","email_id":"Berenice.Witting68@hotmail.com","dop":"2025-04-06","serial_number":"17227610582223","imei1":"17227610582223","imei2":"17227610582223","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T03:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171025,"job_number":"JOB_171025","tr_customer_id":171042,"tr_customer_product_id":171032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:26:29.000Z","modified_at":"2026-01-30T03:26:29.000Z","name":"Jovanny Bailey","mobile_number":"687-996-8546","email_id":"Audrey49@hotmail.com","dop":"2025-04-06","serial_number":"13938562338247316","imei1":"13938562338247316","imei2":"13938562338247316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:26:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171026,"job_number":"JOB_171026","tr_customer_id":171043,"tr_customer_product_id":171033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:26:57.000Z","modified_at":"2026-01-30T03:26:57.000Z","name":"Ankit Ojha","mobile_number":"8634214986","email_id":"jhsdhf@gmail.con","dop":"2025-05-01","serial_number":"35594500302521","imei1":"35594500302521","imei2":"35594500302521","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171027,"job_number":"JOB_171027","tr_customer_id":171044,"tr_customer_product_id":171034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:27:10.000Z","modified_at":"2026-01-30T03:27:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19492302188959","imei1":"19492302188959","imei2":"19492302188959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171028,"job_number":"JOB_171028","tr_customer_id":171045,"tr_customer_product_id":171035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:27:10.000Z","modified_at":"2026-01-30T03:27:46.000Z","name":"Emmett Price","mobile_number":"605-665-2676","email_id":"Nat1@yahoo.com","dop":"2025-04-06","serial_number":"19727064882509","imei1":"19727064882509","imei2":"19727064882509","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T03:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171029,"job_number":"JOB_171029","tr_customer_id":171046,"tr_customer_product_id":171036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:27:12.000Z","modified_at":"2026-01-30T03:27:12.000Z","name":"Fatima Rippin","mobile_number":"264-758-2084","email_id":"Celestino.VonRueden43@hotmail.com","dop":"2025-04-06","serial_number":"16797938487163444","imei1":"16797938487163444","imei2":"16797938487163444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171030,"job_number":"JOB_171030","tr_customer_id":171047,"tr_customer_product_id":171037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:10:20.000Z","modified_at":"2026-01-30T04:10:25.000Z","name":"Rosalind White","mobile_number":"337-508-4439","email_id":"Jaime11@gmail.com","dop":"2025-02-13","serial_number":"100789085580119","imei1":"100789085580119","imei2":"100789085580119","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:10:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171031,"job_number":"JOB_171031","tr_customer_id":171048,"tr_customer_product_id":171038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:10:20.000Z","modified_at":"2026-01-30T04:10:20.000Z","name":"Arch Kovacek","mobile_number":"304-507-3700","email_id":"Zack_Turcotte@gmail.com","dop":"2025-02-13","serial_number":"10073825861569468","imei1":"10073825861569468","imei2":"10073825861569468","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171032,"job_number":"JOB_171032","tr_customer_id":171049,"tr_customer_product_id":171039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:11.000Z","modified_at":"2026-01-30T04:19:20.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"80496478248637","imei1":"80496478248637","imei2":"80496478248637","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:19:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171033,"job_number":"JOB_171033","tr_customer_id":171050,"tr_customer_product_id":171040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:13.000Z","modified_at":"2026-01-30T04:19:49.000Z","name":"Fidel Olson","mobile_number":"340-753-4064","email_id":"Savannah.Beier@yahoo.com","dop":"2025-04-06","serial_number":"19460900184875","imei1":"19460900184875","imei2":"19460900184875","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171034,"job_number":"JOB_171034","tr_customer_id":171051,"tr_customer_product_id":171041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:14.000Z","modified_at":"2026-01-30T04:19:14.000Z","name":"Selmer Quigley","mobile_number":"254-476-2438","email_id":"Jeromy67@gmail.com","dop":"2025-04-06","serial_number":"19324883517627600","imei1":"19324883517627600","imei2":"19324883517627600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171035,"job_number":"JOB_171035","tr_customer_id":171052,"tr_customer_product_id":171042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:23.000Z","modified_at":"2026-01-30T04:19:32.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"74556418560223","imei1":"74556418560223","imei2":"74556418560223","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171036,"job_number":"JOB_171036","tr_customer_id":171053,"tr_customer_product_id":171043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:25.000Z","modified_at":"2026-01-30T04:19:25.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19789140132324","imei1":"19789140132324","imei2":"19789140132324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171037,"job_number":"JOB_171037","tr_customer_id":171054,"tr_customer_product_id":171044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:25.000Z","modified_at":"2026-01-30T04:19:59.000Z","name":"Wiley Ullrich","mobile_number":"640-431-6531","email_id":"Eli_Gaylord@gmail.com","dop":"2025-04-06","serial_number":"10023726703379","imei1":"10023726703379","imei2":"10023726703379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:19:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171038,"job_number":"JOB_171038","tr_customer_id":171055,"tr_customer_product_id":171045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:26.000Z","modified_at":"2026-01-30T04:19:26.000Z","name":"Consuelo Moore","mobile_number":"637-560-8329","email_id":"Hassie.Lowe@hotmail.com","dop":"2025-04-06","serial_number":"13610658128047988","imei1":"13610658128047988","imei2":"13610658128047988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171039,"job_number":"JOB_171039","tr_customer_id":171056,"tr_customer_product_id":171046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:33.000Z","modified_at":"2026-01-30T04:19:33.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10895109330855","imei1":"10895109330855","imei2":"10895109330855","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171040,"job_number":"JOB_171040","tr_customer_id":171057,"tr_customer_product_id":171047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:34.000Z","modified_at":"2026-01-30T04:20:11.000Z","name":"Earline Larson","mobile_number":"345-300-6962","email_id":"Emmie.Treutel39@yahoo.com","dop":"2025-06-18","serial_number":"10364753533255","imei1":"10364753533255","imei2":"10364753533255","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171041,"job_number":"JOB_171041","tr_customer_id":171058,"tr_customer_product_id":171048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:34.000Z","modified_at":"2026-01-30T04:19:34.000Z","name":"Austyn Russel","mobile_number":"919-445-3056","email_id":"Gabriel.Renner83@yahoo.com","dop":"2025-06-18","serial_number":"1028878109725905","imei1":"1028878109725905","imei2":"1028878109725905","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171043,"job_number":"JOB_171043","tr_customer_id":171060,"tr_customer_product_id":171050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:41.000Z","modified_at":"2026-01-30T04:20:17.000Z","name":"Elenora Cruickshank","mobile_number":"865-710-8339","email_id":"Cloyd.Ferry15@gmail.com","dop":"2025-04-06","serial_number":"14775289901635","imei1":"14775289901635","imei2":"14775289901635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171044,"job_number":"JOB_171044","tr_customer_id":171061,"tr_customer_product_id":171051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:41.000Z","modified_at":"2026-01-30T04:20:19.000Z","name":"Valerie Morissette","mobile_number":"256-501-6797","email_id":"Oswaldo.Zieme@gmail.com","dop":"2025-04-06","serial_number":"14706055168054","imei1":"14706055168054","imei2":"14706055168054","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171045,"job_number":"JOB_171045","tr_customer_id":171062,"tr_customer_product_id":171052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:42.000Z","modified_at":"2026-01-30T04:19:42.000Z","name":"Blaze Windler","mobile_number":"741-455-9643","email_id":"Tessie.Fritsch@hotmail.com","dop":"2025-04-06","serial_number":"13721468474703484","imei1":"13721468474703484","imei2":"13721468474703484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171046,"job_number":"JOB_171046","tr_customer_id":171063,"tr_customer_product_id":171053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:42.000Z","modified_at":"2026-01-30T04:19:42.000Z","name":"Aileen Kerluke","mobile_number":"380-643-6119","email_id":"Myrtle21@hotmail.com","dop":"2025-04-06","serial_number":"18918815693009616","imei1":"18918815693009616","imei2":"18918815693009616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171047,"job_number":"JOB_171047","tr_customer_id":171064,"tr_customer_product_id":171054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:43.000Z","modified_at":"2026-01-30T04:19:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12361457027404","imei1":"12361457027404","imei2":"12361457027404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171048,"job_number":"JOB_171048","tr_customer_id":171065,"tr_customer_product_id":171055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:43.000Z","modified_at":"2026-01-30T04:20:21.000Z","name":"Twila Harris","mobile_number":"398-772-1581","email_id":"Jude66@yahoo.com","dop":"2025-04-06","serial_number":"12140445877097","imei1":"12140445877097","imei2":"12140445877097","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171049,"job_number":"JOB_171049","tr_customer_id":171066,"tr_customer_product_id":171056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:45.000Z","modified_at":"2026-01-30T04:19:45.000Z","name":"Caroline Corwin","mobile_number":"997-792-6900","email_id":"Tyrese58@yahoo.com","dop":"2025-04-06","serial_number":"16565555822994826","imei1":"16565555822994826","imei2":"16565555822994826","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171050,"job_number":"JOB_171050","tr_customer_id":171067,"tr_customer_product_id":171057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:49.000Z","modified_at":"2026-01-30T04:20:26.000Z","name":"Sophia Bayer","mobile_number":"631-812-1489","email_id":"Wade85@hotmail.com","dop":"2025-04-06","serial_number":"10938561197115","imei1":"10938561197115","imei2":"10938561197115","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171051,"job_number":"JOB_171051","tr_customer_id":171068,"tr_customer_product_id":171058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:49.000Z","modified_at":"2026-01-30T04:20:27.000Z","name":"Colten Veum","mobile_number":"259-638-4517","email_id":"Mohamed.Robel11@yahoo.com","dop":"2025-04-06","serial_number":"13769763754010","imei1":"13769763754010","imei2":"13769763754010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171052,"job_number":"JOB_171052","tr_customer_id":171069,"tr_customer_product_id":171059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:50.000Z","modified_at":"2026-01-30T04:19:50.000Z","name":"Maye Rohan","mobile_number":"320-938-6204","email_id":"Fermin51@hotmail.com","dop":"2025-04-06","serial_number":"12352156315327056","imei1":"12352156315327056","imei2":"12352156315327056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171053,"job_number":"JOB_171053","tr_customer_id":171070,"tr_customer_product_id":171060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:51.000Z","modified_at":"2026-01-30T04:19:51.000Z","name":"Crystal Olson","mobile_number":"651-231-8343","email_id":"Dallin.OKon@yahoo.com","dop":"2025-04-06","serial_number":"19996123819039590","imei1":"19996123819039590","imei2":"19996123819039590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171054,"job_number":"JOB_171054","tr_customer_id":171071,"tr_customer_product_id":171061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:51.000Z","modified_at":"2026-01-30T04:19:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14941485891064","imei1":"14941485891064","imei2":"14941485891064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171056,"job_number":"JOB_171056","tr_customer_id":171073,"tr_customer_product_id":171063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:51.000Z","modified_at":"2026-01-30T04:20:30.000Z","name":"Casandra Zieme","mobile_number":"603-407-3164","email_id":"Humberto8@yahoo.com","dop":"2025-04-06","serial_number":"15488038453546","imei1":"15488038453546","imei2":"15488038453546","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171057,"job_number":"JOB_171057","tr_customer_id":171074,"tr_customer_product_id":171064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:53.000Z","modified_at":"2026-01-30T04:19:53.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14715515236301","imei2":"14715515236301","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171058,"job_number":"JOB_171058","tr_customer_id":171075,"tr_customer_product_id":171065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:53.000Z","modified_at":"2026-01-30T04:20:02.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16951735746673","imei2":"16951735746673","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171059,"job_number":"JOB_171059","tr_customer_id":171076,"tr_customer_product_id":171066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:53.000Z","modified_at":"2026-01-30T04:19:53.000Z","name":"Damon Reilly","mobile_number":"323-725-6001","email_id":"Mozelle_Becker@gmail.com","dop":"2025-04-06","serial_number":"14380205583874442","imei1":"14380205583874442","imei2":"14380205583874442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171060,"job_number":"JOB_171060","tr_customer_id":171077,"tr_customer_product_id":171067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:54.000Z","modified_at":"2026-01-30T04:19:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15025752619292","imei1":"15025752619292","imei2":"15025752619292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171061,"job_number":"JOB_171061","tr_customer_id":171078,"tr_customer_product_id":171068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:54.000Z","modified_at":"2026-01-30T04:20:33.000Z","name":"Gus Skiles","mobile_number":"369-842-6353","email_id":"Amy49@yahoo.com","dop":"2025-04-06","serial_number":"14053429176612","imei1":"14053429176612","imei2":"14053429176612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171062,"job_number":"JOB_171062","tr_customer_id":171079,"tr_customer_product_id":171069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:55.000Z","modified_at":"2026-01-30T04:19:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13950459776442","imei1":"13950459776442","imei2":"13950459776442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171063,"job_number":"JOB_171063","tr_customer_id":171080,"tr_customer_product_id":171070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:55.000Z","modified_at":"2026-01-30T04:20:33.000Z","name":"Imani Wiegand","mobile_number":"255-348-0787","email_id":"Kaela.Thiel13@yahoo.com","dop":"2025-04-06","serial_number":"16527384772213","imei1":"16527384772213","imei2":"16527384772213","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171064,"job_number":"JOB_171064","tr_customer_id":171081,"tr_customer_product_id":171071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:56.000Z","modified_at":"2026-01-30T04:19:56.000Z","name":"Theo Adams","mobile_number":"251-783-3186","email_id":"Octavia93@yahoo.com","dop":"2025-04-06","serial_number":"19255699621840360","imei1":"19255699621840360","imei2":"19255699621840360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171065,"job_number":"JOB_171065","tr_customer_id":171082,"tr_customer_product_id":171072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:56.000Z","modified_at":"2026-01-30T04:19:56.000Z","name":"Antonio Batz","mobile_number":"412-591-7678","email_id":"Elmo58@gmail.com","dop":"2025-04-06","serial_number":"13191342567792734","imei1":"13191342567792734","imei2":"13191342567792734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171067,"job_number":"JOB_171067","tr_customer_id":171084,"tr_customer_product_id":171074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:00.000Z","modified_at":"2026-01-30T04:20:00.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12808128533471","imei1":"12808128533471","imei2":"12808128533471","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171068,"job_number":"JOB_171068","tr_customer_id":171085,"tr_customer_product_id":171075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:01.000Z","modified_at":"2026-01-30T04:20:35.000Z","name":"Manuel Kerluke","mobile_number":"933-896-3873","email_id":"Rey.Hammes88@gmail.com","dop":"2026-01-04","serial_number":"11452172762469","imei1":"11452172762469","imei2":"11452172762469","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171069,"job_number":"JOB_171069","tr_customer_id":171086,"tr_customer_product_id":171076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:02.000Z","modified_at":"2026-01-30T04:20:02.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13392800680756","imei1":"13392800680756","imei2":"13392800680756","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171070,"job_number":"JOB_171070","tr_customer_id":171087,"tr_customer_product_id":171077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:02.000Z","modified_at":"2026-01-30T04:20:38.000Z","name":"Arlene Keeling","mobile_number":"720-669-0454","email_id":"Leone.Hudson@yahoo.com","dop":"2025-04-06","serial_number":"12024300634335","imei1":"12024300634335","imei2":"12024300634335","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171072,"job_number":"JOB_171072","tr_customer_id":171089,"tr_customer_product_id":171079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:04.000Z","modified_at":"2026-01-30T04:20:04.000Z","name":"Vince Wyman","mobile_number":"318-735-4395","email_id":"Fannie.Harris48@yahoo.com","dop":"2025-04-06","serial_number":"17750201884445860","imei1":"17750201884445860","imei2":"17750201884445860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171073,"job_number":"JOB_171073","tr_customer_id":171090,"tr_customer_product_id":171080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:05.000Z","modified_at":"2026-01-30T04:20:05.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16190084846242","imei1":"16190084846242","imei2":"16190084846242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171074,"job_number":"JOB_171074","tr_customer_id":171091,"tr_customer_product_id":171081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:05.000Z","modified_at":"2026-01-30T04:20:05.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12747800943565","imei2":"12747800943565","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171075,"job_number":"JOB_171075","tr_customer_id":171092,"tr_customer_product_id":171082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:05.000Z","modified_at":"2026-01-30T04:20:39.000Z","name":"Gonzalo Kris","mobile_number":"469-231-6928","email_id":"Cierra.Emmerich@gmail.com","dop":"2025-04-06","serial_number":"13553554451999","imei1":"13553554451999","imei2":"13553554451999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171076,"job_number":"JOB_171076","tr_customer_id":171093,"tr_customer_product_id":171083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:06.000Z","modified_at":"2026-01-30T04:20:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15443812201604","imei2":"15443812201604","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171077,"job_number":"JOB_171077","tr_customer_id":171094,"tr_customer_product_id":171084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:07.000Z","modified_at":"2026-01-30T04:20:07.000Z","name":"Delbert Kulas","mobile_number":"251-629-9477","email_id":"Kari_Bergstrom@hotmail.com","dop":"2025-04-06","serial_number":"17054645167231580","imei1":"17054645167231580","imei2":"17054645167231580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171080,"job_number":"JOB_171080","tr_customer_id":171097,"tr_customer_product_id":171087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:18.000Z","modified_at":"2026-01-30T04:20:18.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15365346248782","imei2":"15365346248782","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171081,"job_number":"JOB_171081","tr_customer_id":171098,"tr_customer_product_id":171088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:18.000Z","modified_at":"2026-01-30T04:20:28.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18356008075648","imei2":"18356008075648","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171082,"job_number":"JOB_171082","tr_customer_id":171099,"tr_customer_product_id":171089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:19.000Z","modified_at":"2026-01-30T04:20:19.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10330165628596","imei1":"10330165628596","imei2":"10330165628596","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171083,"job_number":"JOB_171083","tr_customer_id":171100,"tr_customer_product_id":171090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:19.000Z","modified_at":"2026-01-30T04:20:57.000Z","name":"Dorris Moore","mobile_number":"394-290-2319","email_id":"Rhiannon.Veum58@gmail.com","dop":"2025-06-18","serial_number":"10324009690518","imei1":"10324009690518","imei2":"10324009690518","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171085,"job_number":"JOB_171085","tr_customer_id":171102,"tr_customer_product_id":171092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:19.000Z","modified_at":"2026-01-30T04:20:57.000Z","name":"Gus Monahan","mobile_number":"395-637-3214","email_id":"Rachelle.Corkery94@yahoo.com","dop":"2000-01-31","serial_number":"10910203971223","imei1":"10910203971223","imei2":"10910203971223","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171086,"job_number":"JOB_171086","tr_customer_id":171103,"tr_customer_product_id":171093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:20.000Z","modified_at":"2026-01-30T04:20:20.000Z","name":"Albin Abshire","mobile_number":"668-514-4248","email_id":"Brianne80@hotmail.com","dop":"2025-06-18","serial_number":"1013847395482759","imei1":"1013847395482759","imei2":"1013847395482759","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171088,"job_number":"JOB_171088","tr_customer_id":171105,"tr_customer_product_id":171095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:28.000Z","modified_at":"2026-01-30T04:20:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10581874528646","imei1":"10581874528646","imei2":"10581874528646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171089,"job_number":"JOB_171089","tr_customer_id":171106,"tr_customer_product_id":171096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:29.000Z","modified_at":"2026-01-30T04:21:06.000Z","name":"Gertrude Davis","mobile_number":"563-893-9197","email_id":"Jazlyn_Volkman@hotmail.com","dop":"2025-04-06","serial_number":"17779717239771","imei1":"17779717239771","imei2":"17779717239771","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171090,"job_number":"JOB_171090","tr_customer_id":171107,"tr_customer_product_id":171097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:30.000Z","modified_at":"2026-01-30T04:20:30.000Z","name":"Eliseo Barton","mobile_number":"915-373-8311","email_id":"Jordan_Hilll44@yahoo.com","dop":"2025-04-06","serial_number":"15977513941612628","imei1":"15977513941612628","imei2":"15977513941612628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171091,"job_number":"JOB_171091","tr_customer_id":171108,"tr_customer_product_id":171098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:34.000Z","modified_at":"2026-01-30T04:20:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11415388515443","imei1":"11415388515443","imei2":"11415388515443","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171092,"job_number":"JOB_171092","tr_customer_id":171109,"tr_customer_product_id":171099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:35.000Z","modified_at":"2026-01-30T04:21:13.000Z","name":"Arjun Hermiston","mobile_number":"625-552-5534","email_id":"Reuben_Friesen83@yahoo.com","dop":"2025-04-06","serial_number":"11022105328189","imei1":"11022105328189","imei2":"11022105328189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171093,"job_number":"JOB_171093","tr_customer_id":171110,"tr_customer_product_id":171100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:36.000Z","modified_at":"2026-01-30T04:20:36.000Z","name":"Benton Grimes","mobile_number":"721-746-1293","email_id":"Ivy28@yahoo.com","dop":"2025-04-06","serial_number":"16799141910559824","imei1":"16799141910559824","imei2":"16799141910559824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171094,"job_number":"JOB_171094","tr_customer_id":171111,"tr_customer_product_id":171101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:38.000Z","modified_at":"2026-01-30T04:20:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12632828275217","imei1":"12632828275217","imei2":"12632828275217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171095,"job_number":"JOB_171095","tr_customer_id":171112,"tr_customer_product_id":171102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:38.000Z","modified_at":"2026-01-30T04:21:16.000Z","name":"Caterina Donnelly","mobile_number":"906-510-7730","email_id":"Orrin25@gmail.com","dop":"2025-04-06","serial_number":"12139798991850","imei1":"12139798991850","imei2":"12139798991850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171096,"job_number":"JOB_171096","tr_customer_id":171113,"tr_customer_product_id":171103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:40.000Z","modified_at":"2026-01-30T04:20:40.000Z","name":"Rafaela Robel","mobile_number":"606-473-1412","email_id":"Niko_Cremin41@yahoo.com","dop":"2025-04-06","serial_number":"14855586315233018","imei1":"14855586315233018","imei2":"14855586315233018","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171097,"job_number":"JOB_171097","tr_customer_id":171114,"tr_customer_product_id":171104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:40.000Z","modified_at":"2026-01-30T04:20:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10494375396360","imei1":"10494375396360","imei2":"10494375396360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171098,"job_number":"JOB_171098","tr_customer_id":171115,"tr_customer_product_id":171105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:40.000Z","modified_at":"2026-01-30T04:20:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18571171140244","imei1":"18571171140244","imei2":"18571171140244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171099,"job_number":"JOB_171099","tr_customer_id":171116,"tr_customer_product_id":171106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:41.000Z","modified_at":"2026-01-30T04:21:19.000Z","name":"Yessenia Kuvalis","mobile_number":"284-357-7039","email_id":"Cordie.Koepp14@hotmail.com","dop":"2025-04-06","serial_number":"15379390528804","imei1":"15379390528804","imei2":"15379390528804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171100,"job_number":"JOB_171100","tr_customer_id":171117,"tr_customer_product_id":171107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:41.000Z","modified_at":"2026-01-30T04:21:18.000Z","name":"Gregg Lemke","mobile_number":"385-400-3306","email_id":"Rosella8@hotmail.com","dop":"2025-04-06","serial_number":"13118294014917","imei1":"13118294014917","imei2":"13118294014917","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171101,"job_number":"JOB_171101","tr_customer_id":171118,"tr_customer_product_id":171108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:42.000Z","modified_at":"2026-01-30T04:20:42.000Z","name":"Sydnee Becker","mobile_number":"569-792-1918","email_id":"Valentina_Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11952295467953676","imei1":"11952295467953676","imei2":"11952295467953676","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171102,"job_number":"JOB_171102","tr_customer_id":171119,"tr_customer_product_id":171109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:42.000Z","modified_at":"2026-01-30T04:20:42.000Z","name":"Myrtice Schuster","mobile_number":"923-364-7912","email_id":"Rashawn.Tromp@gmail.com","dop":"2025-04-06","serial_number":"12395316043665006","imei1":"12395316043665006","imei2":"12395316043665006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171103,"job_number":"JOB_171103","tr_customer_id":171120,"tr_customer_product_id":171110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:42.000Z","modified_at":"2026-01-30T04:20:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19002422177703","imei1":"19002422177703","imei2":"19002422177703","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171104,"job_number":"JOB_171104","tr_customer_id":171121,"tr_customer_product_id":171111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:42.000Z","modified_at":"2026-01-30T04:21:16.000Z","name":"Elias Stiedemann","mobile_number":"394-451-3619","email_id":"Julian.Bosco@gmail.com","dop":"2026-01-04","serial_number":"13402030649829","imei1":"13402030649829","imei2":"13402030649829","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171105,"job_number":"JOB_171105","tr_customer_id":171122,"tr_customer_product_id":171112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:44.000Z","modified_at":"2026-01-30T04:20:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"80711761283779","imei1":"80711761283779","imei2":"80711761283779","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171106,"job_number":"JOB_171106","tr_customer_id":171123,"tr_customer_product_id":171113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:46.000Z","modified_at":"2026-01-30T04:20:46.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"18197846890188","imei1":"18197846890188","imei2":"18197846890188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171107,"job_number":"JOB_171107","tr_customer_id":171124,"tr_customer_product_id":171114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:46.000Z","modified_at":"2026-01-30T04:21:20.000Z","name":"Caroline Smitham","mobile_number":"582-364-1825","email_id":"Meagan.Kreiger@hotmail.com","dop":"2025-04-06","serial_number":"17067560025590","imei1":"17067560025590","imei2":"17067560025590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171108,"job_number":"JOB_171108","tr_customer_id":171125,"tr_customer_product_id":171115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:47.000Z","modified_at":"2026-01-30T04:20:47.000Z","name":"Oran Nienow","mobile_number":"397-941-2205","email_id":"Abdul94@yahoo.com","dop":"2025-04-06","serial_number":"14063647880324328","imei1":"14063647880324328","imei2":"14063647880324328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171109,"job_number":"JOB_171109","tr_customer_id":171126,"tr_customer_product_id":171116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:48.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Karley Haley","mobile_number":"800-498-2930","email_id":"Bartholome_Marvin43@gmail.com","dop":"2025-05-30","serial_number":"13798031396521","imei1":"13798031396521","imei2":"13798031396521","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171110,"job_number":"JOB_171110","tr_customer_id":171127,"tr_customer_product_id":171117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:48.000Z","modified_at":"2026-01-30T04:20:48.000Z","name":"Aurore Conroy","mobile_number":"288-596-5512","email_id":"Gabriella_Ratke@hotmail.com","dop":"2025-05-30","serial_number":"10089821720810","imei1":"10089821720810","imei2":"10089821720810","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171111,"job_number":"JOB_171111","tr_customer_id":171128,"tr_customer_product_id":171118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"Anibal Nikolaus","mobile_number":"478-758-5801","email_id":"Meaghan.Abernathy@hotmail.com","dop":"2025-05-30","serial_number":"1813197567218586","imei1":"1813197567218586","imei2":"1813197567218586","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171112,"job_number":"JOB_171112","tr_customer_id":171129,"tr_customer_product_id":171119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13047304828854","imei1":"13047304828854","imei2":"13047304828854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171115,"job_number":"JOB_171115","tr_customer_id":171132,"tr_customer_product_id":171122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:21:28.000Z","name":"Martin Considine","mobile_number":"770-332-9003","email_id":"Lucinda_Watsica@yahoo.com","dop":"2025-04-06","serial_number":"13161329373235","imei1":"13161329373235","imei2":"13161329373235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171118,"job_number":"JOB_171118","tr_customer_id":171135,"tr_customer_product_id":171125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:52.000Z","modified_at":"2026-01-30T04:20:52.000Z","name":"Hailee Stracke","mobile_number":"825-612-5890","email_id":"Mac67@hotmail.com","dop":"2025-04-06","serial_number":"18361725382543070","imei1":"18361725382543070","imei2":"18361725382543070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171119,"job_number":"JOB_171119","tr_customer_id":171136,"tr_customer_product_id":171126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:00.000Z","modified_at":"2026-01-30T04:21:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10184379292826","imei1":"10184379292826","imei2":"10184379292826","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171120,"job_number":"JOB_171120","tr_customer_id":171137,"tr_customer_product_id":171127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:00.000Z","modified_at":"2026-01-30T04:21:35.000Z","name":"Buck Bednar","mobile_number":"672-631-5214","email_id":"Enola.Aufderhar45@gmail.com","dop":"2025-04-06","serial_number":"17789959272786","imei1":"17789959272786","imei2":"17789959272786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171122,"job_number":"JOB_171122","tr_customer_id":171139,"tr_customer_product_id":171129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:01.000Z","modified_at":"2026-01-30T04:21:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13335602592566","imei1":"13335602592566","imei2":"13335602592566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171123,"job_number":"JOB_171123","tr_customer_id":171140,"tr_customer_product_id":171130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:02.000Z","modified_at":"2026-01-30T04:21:02.000Z","name":"Violette Barrows","mobile_number":"452-733-4096","email_id":"Augustus_Lehner6@yahoo.com","dop":"2025-04-06","serial_number":"11656714429718438","imei1":"11656714429718438","imei2":"11656714429718438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171124,"job_number":"JOB_171124","tr_customer_id":171141,"tr_customer_product_id":171131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:02.000Z","modified_at":"2026-01-30T04:21:39.000Z","name":"Genesis Borer","mobile_number":"673-984-1481","email_id":"Shad_Moen36@yahoo.com","dop":"2025-04-06","serial_number":"12377950389371","imei1":"12377950389371","imei2":"12377950389371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171127,"job_number":"JOB_171127","tr_customer_id":171144,"tr_customer_product_id":171134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Kyle Spinka","mobile_number":"565-657-5062","email_id":"Janiya_Rath4@yahoo.com","dop":"2025-04-06","serial_number":"17482730694206884","imei1":"17482730694206884","imei2":"17482730694206884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171131,"job_number":"JOB_171131","tr_customer_id":171148,"tr_customer_product_id":171138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:05.000Z","modified_at":"2026-01-30T04:21:41.000Z","name":"Dexter Lueilwitz","mobile_number":"857-214-8261","email_id":"Eleonore.Runte81@yahoo.com","dop":"2000-01-31","serial_number":"10353225356391","imei1":"10353225356391","imei2":"10353225356391","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171132,"job_number":"JOB_171132","tr_customer_id":171149,"tr_customer_product_id":171139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:05.000Z","modified_at":"2026-01-30T04:21:05.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10336441282836","imei1":"10336441282836","imei2":"10336441282836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171133,"job_number":"JOB_171133","tr_customer_id":171150,"tr_customer_product_id":171140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:06.000Z","modified_at":"2026-01-30T04:21:42.000Z","name":"Doug Bernhard","mobile_number":"977-435-7303","email_id":"Ben.Reinger60@gmail.com","dop":"2025-04-06","serial_number":"13341872673650","imei1":"13341872673650","imei2":"13341872673650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171135,"job_number":"JOB_171135","tr_customer_id":171152,"tr_customer_product_id":171142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:07.000Z","modified_at":"2026-01-30T04:21:07.000Z","name":"Lexus Boehm","mobile_number":"361-387-7956","email_id":"Kailee.Hills16@gmail.com","dop":"2025-04-06","serial_number":"12756185417395368","imei1":"12756185417395368","imei2":"12756185417395368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171136,"job_number":"JOB_171136","tr_customer_id":171153,"tr_customer_product_id":171143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:10.000Z","modified_at":"2026-01-30T04:21:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12725752505415","imei1":"12725752505415","imei2":"12725752505415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171137,"job_number":"JOB_171137","tr_customer_id":171154,"tr_customer_product_id":171144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:10.000Z","modified_at":"2026-01-30T04:21:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13714293502617","imei1":"13714293502617","imei2":"13714293502617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171138,"job_number":"JOB_171138","tr_customer_id":171155,"tr_customer_product_id":171145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:10.000Z","modified_at":"2026-01-30T04:21:47.000Z","name":"Madaline McLaughlin","mobile_number":"675-566-0745","email_id":"Pattie_Boyer88@yahoo.com","dop":"2025-04-06","serial_number":"18598134568134","imei1":"18598134568134","imei2":"18598134568134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171139,"job_number":"JOB_171139","tr_customer_id":171156,"tr_customer_product_id":171146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:10.000Z","modified_at":"2026-01-30T04:21:46.000Z","name":"Isabell Weber","mobile_number":"939-761-0899","email_id":"Pat.Krajcik51@hotmail.com","dop":"2025-04-06","serial_number":"13309268464703","imei1":"13309268464703","imei2":"13309268464703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171140,"job_number":"JOB_171140","tr_customer_id":171157,"tr_customer_product_id":171147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:12.000Z","modified_at":"2026-01-30T04:21:12.000Z","name":"Aurore Flatley","mobile_number":"563-354-8191","email_id":"Brook22@yahoo.com","dop":"2025-04-06","serial_number":"19090094799952550","imei1":"19090094799952550","imei2":"19090094799952550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171141,"job_number":"JOB_171141","tr_customer_id":171158,"tr_customer_product_id":171148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:12.000Z","modified_at":"2026-01-30T04:21:12.000Z","name":"Karen Klein","mobile_number":"258-217-4678","email_id":"Estell_Nolan26@yahoo.com","dop":"2025-04-06","serial_number":"14398215357247750","imei1":"14398215357247750","imei2":"14398215357247750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171142,"job_number":"JOB_171142","tr_customer_id":171159,"tr_customer_product_id":171149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:13.000Z","modified_at":"2026-01-30T04:21:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18176245766075","imei1":"18176245766075","imei2":"18176245766075","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171143,"job_number":"JOB_171143","tr_customer_id":171160,"tr_customer_product_id":171150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:13.000Z","modified_at":"2026-01-30T04:21:50.000Z","name":"Lawrence Bauch","mobile_number":"468-679-6235","email_id":"Hulda.Leuschke@gmail.com","dop":"2025-04-06","serial_number":"18537360446847","imei1":"18537360446847","imei2":"18537360446847","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171146,"job_number":"JOB_171146","tr_customer_id":171163,"tr_customer_product_id":171153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:15.000Z","modified_at":"2026-01-30T04:21:15.000Z","name":"Erin Wunsch","mobile_number":"500-861-9769","email_id":"Marjory.Schmidt@gmail.com","dop":"2025-04-06","serial_number":"15846851874623872","imei1":"15846851874623872","imei2":"15846851874623872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171147,"job_number":"JOB_171147","tr_customer_id":171164,"tr_customer_product_id":171154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:20.000Z","modified_at":"2026-01-30T04:21:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11643954952817","imei1":"11643954952817","imei2":"11643954952817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171148,"job_number":"JOB_171148","tr_customer_id":171165,"tr_customer_product_id":171155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:20.000Z","modified_at":"2026-01-30T04:21:58.000Z","name":"Jermaine Wiza","mobile_number":"603-396-7869","email_id":"Alysha_Bruen53@yahoo.com","dop":"2025-04-06","serial_number":"12802137908437","imei1":"12802137908437","imei2":"12802137908437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171149,"job_number":"JOB_171149","tr_customer_id":171166,"tr_customer_product_id":171156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:22.000Z","modified_at":"2026-01-30T04:21:22.000Z","name":"Grayce Steuber","mobile_number":"433-929-2924","email_id":"Aurelia42@yahoo.com","dop":"2025-04-06","serial_number":"10050657199825186","imei1":"10050657199825186","imei2":"10050657199825186","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171151,"job_number":"JOB_171151","tr_customer_id":171168,"tr_customer_product_id":171158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:23.000Z","modified_at":"2026-01-30T04:21:23.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13975514375578","imei1":"13975514375578","imei2":"13975514375578","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171152,"job_number":"JOB_171152","tr_customer_id":171169,"tr_customer_product_id":171159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:23.000Z","modified_at":"2026-01-30T04:21:57.000Z","name":"Antone Zboncak","mobile_number":"859-970-5724","email_id":"Tess52@yahoo.com","dop":"2026-01-04","serial_number":"11066365737946","imei1":"11066365737946","imei2":"11066365737946","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171153,"job_number":"JOB_171153","tr_customer_id":171170,"tr_customer_product_id":171160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:24.000Z","modified_at":"2026-01-30T04:21:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12572575665778","imei1":"12572575665778","imei2":"12572575665778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171154,"job_number":"JOB_171154","tr_customer_id":171171,"tr_customer_product_id":171161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:24.000Z","modified_at":"2026-01-30T04:22:02.000Z","name":"Larry Stokes","mobile_number":"668-306-6003","email_id":"Britney.Cartwright35@gmail.com","dop":"2025-04-06","serial_number":"13932811352491","imei1":"13932811352491","imei2":"13932811352491","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171155,"job_number":"JOB_171155","tr_customer_id":171172,"tr_customer_product_id":171162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:25.000Z","modified_at":"2026-01-30T04:21:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"79939252957262","imei1":"79939252957262","imei2":"79939252957262","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171156,"job_number":"JOB_171156","tr_customer_id":171173,"tr_customer_product_id":171163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:25.000Z","modified_at":"2026-01-30T04:21:25.000Z","name":"Aniya Murazik","mobile_number":"322-627-0002","email_id":"Winfield_Vandervort@gmail.com","dop":"2025-04-06","serial_number":"16659236109275940","imei1":"16659236109275940","imei2":"16659236109275940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171157,"job_number":"JOB_171157","tr_customer_id":171174,"tr_customer_product_id":171164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:26.000Z","modified_at":"2026-01-30T04:21:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15910569634426","imei1":"15910569634426","imei2":"15910569634426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171158,"job_number":"JOB_171158","tr_customer_id":171175,"tr_customer_product_id":171165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:26.000Z","modified_at":"2026-01-30T04:21:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16872699326375","imei1":"16872699326375","imei2":"16872699326375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171159,"job_number":"JOB_171159","tr_customer_id":171176,"tr_customer_product_id":171166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:26.000Z","modified_at":"2026-01-30T04:22:04.000Z","name":"Dallin Prohaska","mobile_number":"890-959-6148","email_id":"Casper46@gmail.com","dop":"2025-04-06","serial_number":"18274643615592","imei1":"18274643615592","imei2":"18274643615592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171160,"job_number":"JOB_171160","tr_customer_id":171177,"tr_customer_product_id":171167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:26.000Z","modified_at":"2026-01-30T04:22:04.000Z","name":"Deangelo Fritsch","mobile_number":"599-399-7360","email_id":"Easter.Pagac@gmail.com","dop":"2025-04-06","serial_number":"14191736993844","imei1":"14191736993844","imei2":"14191736993844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171161,"job_number":"JOB_171161","tr_customer_id":171178,"tr_customer_product_id":171168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:27.000Z","modified_at":"2026-01-30T04:21:27.000Z","name":"Mustafa Kuhn","mobile_number":"912-493-1338","email_id":"Malinda_Corkery@yahoo.com","dop":"2025-04-06","serial_number":"14035183049595468","imei1":"14035183049595468","imei2":"14035183049595468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171162,"job_number":"JOB_171162","tr_customer_id":171179,"tr_customer_product_id":171169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:28.000Z","modified_at":"2026-01-30T04:21:28.000Z","name":"Janet Wisozk","mobile_number":"451-478-0380","email_id":"Zachery.Trantow@hotmail.com","dop":"2025-04-06","serial_number":"17314327491275152","imei1":"17314327491275152","imei2":"17314327491275152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171167,"job_number":"JOB_171167","tr_customer_id":171184,"tr_customer_product_id":171174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:36.000Z","modified_at":"2026-01-30T04:21:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19349527487445","imei1":"19349527487445","imei2":"19349527487445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171168,"job_number":"JOB_171168","tr_customer_id":171185,"tr_customer_product_id":171175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:36.000Z","modified_at":"2026-01-30T04:22:14.000Z","name":"Johan Gutkowski","mobile_number":"737-821-7603","email_id":"Maryam.Durgan@hotmail.com","dop":"2025-04-06","serial_number":"18367755607802","imei1":"18367755607802","imei2":"18367755607802","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171169,"job_number":"JOB_171169","tr_customer_id":171186,"tr_customer_product_id":171176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:37.000Z","modified_at":"2026-01-30T04:21:37.000Z","name":"Tristin Rice","mobile_number":"964-441-2429","email_id":"Casimer1@yahoo.com","dop":"2025-04-06","serial_number":"11065823219439082","imei1":"11065823219439082","imei2":"11065823219439082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171170,"job_number":"JOB_171170","tr_customer_id":171187,"tr_customer_product_id":171177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:41.000Z","modified_at":"2026-01-30T04:21:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11013865804194","imei1":"11013865804194","imei2":"11013865804194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171171,"job_number":"JOB_171171","tr_customer_id":171188,"tr_customer_product_id":171178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:42.000Z","modified_at":"2026-01-30T04:22:16.000Z","name":"Myriam Mills","mobile_number":"842-398-0364","email_id":"Elfrieda.Stroman15@gmail.com","dop":"2025-04-06","serial_number":"10248037553103","imei1":"10248037553103","imei2":"10248037553103","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171172,"job_number":"JOB_171172","tr_customer_id":171189,"tr_customer_product_id":171179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:43.000Z","modified_at":"2026-01-30T04:21:43.000Z","name":"Mose Cole","mobile_number":"294-329-7352","email_id":"Antone36@gmail.com","dop":"2025-04-06","serial_number":"10074333549551858","imei1":"10074333549551858","imei2":"10074333549551858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171173,"job_number":"JOB_171173","tr_customer_id":171190,"tr_customer_product_id":171180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:46.000Z","modified_at":"2026-01-30T04:21:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11456612834737","imei1":"11456612834737","imei2":"11456612834737","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171174,"job_number":"JOB_171174","tr_customer_id":171191,"tr_customer_product_id":171181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:46.000Z","modified_at":"2026-01-30T04:22:23.000Z","name":"Vesta Rowe","mobile_number":"610-866-4392","email_id":"Oran44@hotmail.com","dop":"2025-04-06","serial_number":"12663260551347","imei1":"12663260551347","imei2":"12663260551347","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171178,"job_number":"JOB_171178","tr_customer_id":171195,"tr_customer_product_id":171185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:48.000Z","modified_at":"2026-01-30T04:21:48.000Z","name":"Ashlee Feest","mobile_number":"238-405-9120","email_id":"Anjali_Steuber63@gmail.com","dop":"2025-04-06","serial_number":"15591575254436972","imei1":"15591575254436972","imei2":"15591575254436972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171181,"job_number":"JOB_171181","tr_customer_id":171198,"tr_customer_product_id":171188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:49.000Z","modified_at":"2026-01-30T04:22:26.000Z","name":"Lorna Fisher","mobile_number":"396-317-3645","email_id":"Kamille69@gmail.com","dop":"2000-01-31","serial_number":"10484380230968","imei1":"10484380230968","imei2":"10484380230968","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171182,"job_number":"JOB_171182","tr_customer_id":171199,"tr_customer_product_id":171189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:49.000Z","modified_at":"2026-01-30T04:21:49.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"19182914204528","imei1":"19182914204528","imei2":"19182914204528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171183,"job_number":"JOB_171183","tr_customer_id":171200,"tr_customer_product_id":171190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:49.000Z","modified_at":"2026-01-30T04:22:26.000Z","name":"Amir Friesen","mobile_number":"579-551-9763","email_id":"Krystal.Abshire24@gmail.com","dop":"2025-04-06","serial_number":"10639585643163","imei1":"10639585643163","imei2":"10639585643163","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171185,"job_number":"JOB_171185","tr_customer_id":171202,"tr_customer_product_id":171192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:51.000Z","modified_at":"2026-01-30T04:21:51.000Z","name":"Forest Bernhard","mobile_number":"588-635-6685","email_id":"Justine.Trantow@gmail.com","dop":"2025-04-06","serial_number":"19613373375737250","imei1":"19613373375737250","imei2":"19613373375737250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171186,"job_number":"JOB_171186","tr_customer_id":171203,"tr_customer_product_id":171193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:53.000Z","modified_at":"2026-01-30T04:21:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19045978191441","imei1":"19045978191441","imei2":"19045978191441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171187,"job_number":"JOB_171187","tr_customer_id":171204,"tr_customer_product_id":171194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:53.000Z","modified_at":"2026-01-30T04:22:29.000Z","name":"Juliet Homenick","mobile_number":"770-526-6194","email_id":"Herbert_Thompson@yahoo.com","dop":"2025-04-06","serial_number":"12528902898954","imei1":"12528902898954","imei2":"12528902898954","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171188,"job_number":"JOB_171188","tr_customer_id":171205,"tr_customer_product_id":171195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:54.000Z","modified_at":"2026-01-30T04:21:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18107180046001","imei1":"18107180046001","imei2":"18107180046001","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171189,"job_number":"JOB_171189","tr_customer_id":171206,"tr_customer_product_id":171196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:54.000Z","modified_at":"2026-01-30T04:22:30.000Z","name":"Houston Conn","mobile_number":"473-975-4728","email_id":"Teagan20@gmail.com","dop":"2025-04-06","serial_number":"13522069771161","imei1":"13522069771161","imei2":"13522069771161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171190,"job_number":"JOB_171190","tr_customer_id":171207,"tr_customer_product_id":171197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:55.000Z","modified_at":"2026-01-30T04:21:55.000Z","name":"Neva Ruecker","mobile_number":"865-843-6317","email_id":"Manuel0@gmail.com","dop":"2025-04-06","serial_number":"14774233739138378","imei1":"14774233739138378","imei2":"14774233739138378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171191,"job_number":"JOB_171191","tr_customer_id":171208,"tr_customer_product_id":171198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:55.000Z","modified_at":"2026-01-30T04:21:56.000Z","name":"Abigale Schowalter","mobile_number":"426-725-5354","email_id":"Cullen69@gmail.com","dop":"2025-04-06","serial_number":"19622860221436948","imei1":"19622860221436948","imei2":"19622860221436948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171195,"job_number":"JOB_171195","tr_customer_id":171212,"tr_customer_product_id":171202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:05.000Z","modified_at":"2026-01-30T04:22:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10791529943008","imei1":"10791529943008","imei2":"10791529943008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171196,"job_number":"JOB_171196","tr_customer_id":171213,"tr_customer_product_id":171203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:06.000Z","modified_at":"2026-01-30T04:22:43.000Z","name":"Gladys Walter","mobile_number":"437-327-1858","email_id":"Jaren.Hirthe@yahoo.com","dop":"2025-04-06","serial_number":"18442219829468","imei1":"18442219829468","imei2":"18442219829468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171197,"job_number":"JOB_171197","tr_customer_id":171214,"tr_customer_product_id":171204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:07.000Z","modified_at":"2026-01-30T04:22:07.000Z","name":"Benny Sporer","mobile_number":"497-543-1503","email_id":"Vinnie_Frami@hotmail.com","dop":"2025-04-06","serial_number":"14909847439509902","imei1":"14909847439509902","imei2":"14909847439509902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171198,"job_number":"JOB_171198","tr_customer_id":171215,"tr_customer_product_id":171205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:21.000Z","modified_at":"2026-01-30T04:22:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19486982035805","imei1":"19486982035805","imei2":"19486982035805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171199,"job_number":"JOB_171199","tr_customer_id":171216,"tr_customer_product_id":171206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:21.000Z","modified_at":"2026-01-30T04:22:59.000Z","name":"Asha Nader","mobile_number":"557-676-3762","email_id":"Alek.Luettgen81@gmail.com","dop":"2025-04-06","serial_number":"12014634608051","imei1":"12014634608051","imei2":"12014634608051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171200,"job_number":"JOB_171200","tr_customer_id":171217,"tr_customer_product_id":171207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:23.000Z","modified_at":"2026-01-30T04:22:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18092013293194","imei1":"18092013293194","imei2":"18092013293194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171201,"job_number":"JOB_171201","tr_customer_id":171218,"tr_customer_product_id":171208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:23.000Z","modified_at":"2026-01-30T04:22:23.000Z","name":"Yasmin Stiedemann","mobile_number":"637-956-7788","email_id":"Jovany_Dare71@gmail.com","dop":"2025-04-06","serial_number":"18322374918490020","imei1":"18322374918490020","imei2":"18322374918490020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171202,"job_number":"JOB_171202","tr_customer_id":171219,"tr_customer_product_id":171209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:23.000Z","modified_at":"2026-01-30T04:22:57.000Z","name":"Christina Kuhic","mobile_number":"272-552-6195","email_id":"Oleta.Crooks94@hotmail.com","dop":"2025-04-06","serial_number":"15715587399687","imei1":"15715587399687","imei2":"15715587399687","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171203,"job_number":"JOB_171203","tr_customer_id":171220,"tr_customer_product_id":171210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:24.000Z","modified_at":"2026-01-30T04:22:24.000Z","name":"Shanny Langosh","mobile_number":"479-821-8901","email_id":"Lelah.Frami51@hotmail.com","dop":"2025-04-06","serial_number":"15749746972984424","imei1":"15749746972984424","imei2":"15749746972984424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171204,"job_number":"JOB_171204","tr_customer_id":171221,"tr_customer_product_id":171211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:31.000Z","modified_at":"2026-01-30T04:22:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10399943841144","imei1":"10399943841144","imei2":"10399943841144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171205,"job_number":"JOB_171205","tr_customer_id":171222,"tr_customer_product_id":171212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:31.000Z","modified_at":"2026-01-30T04:23:08.000Z","name":"Mathilde Muller","mobile_number":"542-704-4554","email_id":"Kennedi_Miller@yahoo.com","dop":"2025-04-06","serial_number":"18419473111100","imei1":"18419473111100","imei2":"18419473111100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:23:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171206,"job_number":"JOB_171206","tr_customer_id":171223,"tr_customer_product_id":171213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:32.000Z","modified_at":"2026-01-30T04:22:32.000Z","name":"Amalia Mills","mobile_number":"324-681-8598","email_id":"Ron28@yahoo.com","dop":"2025-04-06","serial_number":"15970487449770618","imei1":"15970487449770618","imei2":"15970487449770618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171208,"job_number":"JOB_171208","tr_customer_id":171225,"tr_customer_product_id":171215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:33.000Z","modified_at":"2026-01-30T04:23:09.000Z","name":"Guy Osinski","mobile_number":"294-570-2929","email_id":"Effie73@hotmail.com","dop":"2000-01-31","serial_number":"10976746520661","imei1":"10976746520661","imei2":"10976746520661","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:23:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171210,"job_number":"JOB_171210","tr_customer_id":171227,"tr_customer_product_id":171217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:36.000Z","modified_at":"2026-01-30T04:22:36.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15597096697630","imei1":"15597096697630","imei2":"15597096697630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171211,"job_number":"JOB_171211","tr_customer_id":171228,"tr_customer_product_id":171218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:36.000Z","modified_at":"2026-01-30T04:23:12.000Z","name":"Elizabeth Dare","mobile_number":"396-361-8990","email_id":"Trisha39@gmail.com","dop":"2025-04-06","serial_number":"15798089842437","imei1":"15798089842437","imei2":"15798089842437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:23:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171212,"job_number":"JOB_171212","tr_customer_id":171229,"tr_customer_product_id":171219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:37.000Z","modified_at":"2026-01-30T04:22:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10438647031695","imei1":"10438647031695","imei2":"10438647031695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171213,"job_number":"JOB_171213","tr_customer_id":171230,"tr_customer_product_id":171220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:37.000Z","modified_at":"2026-01-30T04:22:37.000Z","name":"Madelyn Crona","mobile_number":"617-893-3283","email_id":"Connie_Metz87@gmail.com","dop":"2025-04-06","serial_number":"15166292613630514","imei1":"15166292613630514","imei2":"15166292613630514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171214,"job_number":"JOB_171214","tr_customer_id":171231,"tr_customer_product_id":171221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:37.000Z","modified_at":"2026-01-30T04:23:13.000Z","name":"Virginie Medhurst","mobile_number":"275-955-1770","email_id":"Tess.Thompson26@yahoo.com","dop":"2025-04-06","serial_number":"13313639510003","imei1":"13313639510003","imei2":"13313639510003","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:23:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171215,"job_number":"JOB_171215","tr_customer_id":171232,"tr_customer_product_id":171222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:39.000Z","modified_at":"2026-01-30T04:22:39.000Z","name":"Stanford Hermiston","mobile_number":"309-949-8683","email_id":"Monte55@hotmail.com","dop":"2025-04-06","serial_number":"16523640268083688","imei1":"16523640268083688","imei2":"16523640268083688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171216,"job_number":"JOB_171216","tr_customer_id":171233,"tr_customer_product_id":171223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:24.000Z","modified_at":"2026-01-30T04:26:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68165893365844","imei1":"68165893365844","imei2":"68165893365844","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171217,"job_number":"JOB_171217","tr_customer_id":171234,"tr_customer_product_id":171224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:25.000Z","modified_at":"2026-01-30T04:26:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50230575454873","imei1":"50230575454873","imei2":"50230575454873","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171218,"job_number":"JOB_171218","tr_customer_id":171235,"tr_customer_product_id":171225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:25.000Z","modified_at":"2026-01-30T04:26:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45516248057217","imei1":"45516248057217","imei2":"45516248057217","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171219,"job_number":"JOB_171219","tr_customer_id":171236,"tr_customer_product_id":171226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:25.000Z","modified_at":"2026-01-30T04:26:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97918493716764","imei1":"97918493716764","imei2":"97918493716764","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171220,"job_number":"JOB_171220","tr_customer_id":171237,"tr_customer_product_id":171227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:26.000Z","modified_at":"2026-01-30T04:26:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42590853375783","imei1":"42590853375783","imei2":"42590853375783","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171221,"job_number":"JOB_171221","tr_customer_id":171238,"tr_customer_product_id":171228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:26.000Z","modified_at":"2026-01-30T04:26:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50111375755706","imei1":"50111375755706","imei2":"50111375755706","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171222,"job_number":"JOB_171222","tr_customer_id":171239,"tr_customer_product_id":171229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:26.000Z","modified_at":"2026-01-30T04:26:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27371656251453","imei1":"27371656251453","imei2":"27371656251453","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171223,"job_number":"JOB_171223","tr_customer_id":171240,"tr_customer_product_id":171230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:58.000Z","modified_at":"2026-01-30T04:26:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32360882111424","imei1":"32360882111424","imei2":"32360882111424","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171224,"job_number":"JOB_171224","tr_customer_id":171241,"tr_customer_product_id":171231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:58.000Z","modified_at":"2026-01-30T04:26:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36696771861835","imei1":"36696771861835","imei2":"36696771861835","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171225,"job_number":"JOB_171225","tr_customer_id":171242,"tr_customer_product_id":171232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:58.000Z","modified_at":"2026-01-30T04:26:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"77356460039342","imei1":"77356460039342","imei2":"77356460039342","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171226,"job_number":"JOB_171226","tr_customer_id":171243,"tr_customer_product_id":171233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:59.000Z","modified_at":"2026-01-30T04:26:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"44813251435698","imei1":"44813251435698","imei2":"44813251435698","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171227,"job_number":"JOB_171227","tr_customer_id":171244,"tr_customer_product_id":171234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:59.000Z","modified_at":"2026-01-30T04:26:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40196297666119","imei1":"40196297666119","imei2":"40196297666119","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171228,"job_number":"JOB_171228","tr_customer_id":171245,"tr_customer_product_id":171235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:59.000Z","modified_at":"2026-01-30T04:26:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34266284520785","imei1":"34266284520785","imei2":"34266284520785","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171229,"job_number":"JOB_171229","tr_customer_id":171246,"tr_customer_product_id":171236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:59.000Z","modified_at":"2026-01-30T04:27:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21805108621548","imei1":"21805108621548","imei2":"21805108621548","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171230,"job_number":"JOB_171230","tr_customer_id":171247,"tr_customer_product_id":171237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:30.000Z","modified_at":"2026-01-30T04:27:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69066471103613","imei1":"69066471103613","imei2":"69066471103613","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171231,"job_number":"JOB_171231","tr_customer_id":171248,"tr_customer_product_id":171238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:31.000Z","modified_at":"2026-01-30T04:27:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41548994759976","imei1":"41548994759976","imei2":"41548994759976","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171232,"job_number":"JOB_171232","tr_customer_id":171249,"tr_customer_product_id":171239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:31.000Z","modified_at":"2026-01-30T04:27:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50398662904799","imei1":"50398662904799","imei2":"50398662904799","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171233,"job_number":"JOB_171233","tr_customer_id":171250,"tr_customer_product_id":171240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:31.000Z","modified_at":"2026-01-30T04:27:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92289060463279","imei1":"92289060463279","imei2":"92289060463279","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171234,"job_number":"JOB_171234","tr_customer_id":171251,"tr_customer_product_id":171241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:32.000Z","modified_at":"2026-01-30T04:27:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95043084725679","imei1":"95043084725679","imei2":"95043084725679","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171235,"job_number":"JOB_171235","tr_customer_id":171252,"tr_customer_product_id":171242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:32.000Z","modified_at":"2026-01-30T04:27:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40314052249079","imei1":"40314052249079","imei2":"40314052249079","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171236,"job_number":"JOB_171236","tr_customer_id":171253,"tr_customer_product_id":171243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:32.000Z","modified_at":"2026-01-30T04:27:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"98426724134357","imei1":"98426724134357","imei2":"98426724134357","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171239,"job_number":"JOB_171239","tr_customer_id":171256,"tr_customer_product_id":171246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:06:28.000Z","modified_at":"2026-01-30T05:06:28.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"44492326259131","imei1":"44492326259131","imei2":"44492326259131","popurl":"2026-01-20T05:06:28.238559035Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:06:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171240,"job_number":"JOB_171240","tr_customer_id":171257,"tr_customer_product_id":171247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:06:31.000Z","modified_at":"2026-01-30T05:06:31.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"94988867562782","imei1":"94988867562782","imei2":"94988867562782","popurl":"2026-01-20T05:06:30.816405359Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:06:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171241,"job_number":"JOB_171241","tr_customer_id":171258,"tr_customer_product_id":171248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:11:43.000Z","modified_at":"2026-01-30T05:11:43.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103654342872658","imei1":"103654342872658","imei2":"103654342872658","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:11:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171242,"job_number":"JOB_171242","tr_customer_id":171259,"tr_customer_product_id":171249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:11:44.000Z","modified_at":"2026-01-30T05:11:54.000Z","name":"Napoleon Medhurst","mobile_number":"288-457-4406","email_id":"Vada.Stiedemann@hotmail.com","dop":"2025-07-01","serial_number":"104587700088120","imei1":"104587700088120","imei2":"104587700088120","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:11:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171243,"job_number":"JOB_171243","tr_customer_id":171260,"tr_customer_product_id":171250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:11:56.000Z","modified_at":"2026-01-30T05:11:56.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109721411806758","imei1":"109721411806758","imei2":"109721411806758","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:11:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171244,"job_number":"JOB_171244","tr_customer_id":171261,"tr_customer_product_id":171251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:11:56.000Z","modified_at":"2026-01-30T05:12:05.000Z","name":"Mozell Gaylord","mobile_number":"812-893-0658","email_id":"Annie81@yahoo.com","dop":"2025-07-01","serial_number":"102650484924225","imei1":"102650484924225","imei2":"102650484924225","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:12:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171245,"job_number":"JOB_171245","tr_customer_id":171262,"tr_customer_product_id":171252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:30:04.000Z","modified_at":"2026-01-30T05:30:43.000Z","name":"Dominic Cormier","mobile_number":"958-552-7914","email_id":"Wanda46@yahoo.com","dop":"2025-04-06","serial_number":"12926045766059","imei1":"12926045766059","imei2":"12926045766059","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:30:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171246,"job_number":"JOB_171246","tr_customer_id":171263,"tr_customer_product_id":171253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:30:05.000Z","modified_at":"2026-01-30T05:30:06.000Z","name":"Hillary Huels","mobile_number":"440-720-2758","email_id":"Parker.Franecki52@hotmail.com","dop":"2025-04-06","serial_number":"13442540163156602","imei1":"13442540163156602","imei2":"13442540163156602","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:30:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171247,"job_number":"JOB_171247","tr_customer_id":171264,"tr_customer_product_id":171254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:30:32.000Z","modified_at":"2026-01-30T05:31:11.000Z","name":"Felipe Mraz","mobile_number":"517-967-8522","email_id":"Jamil_Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"19187218117301","imei1":"19187218117301","imei2":"19187218117301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:31:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171248,"job_number":"JOB_171248","tr_customer_id":171265,"tr_customer_product_id":171255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:30:34.000Z","modified_at":"2026-01-30T05:30:34.000Z","name":"Sadie Hills","mobile_number":"486-376-6669","email_id":"Adriana92@gmail.com","dop":"2025-04-06","serial_number":"10176398618220392","imei1":"10176398618220392","imei2":"10176398618220392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:30:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171249,"job_number":"JOB_171249","tr_customer_id":171266,"tr_customer_product_id":171256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:35:58.000Z","modified_at":"2026-01-30T05:36:37.000Z","name":"Ocie Macejkovic","mobile_number":"246-663-0168","email_id":"Reyes.Becker@yahoo.com","dop":"2025-04-06","serial_number":"14449900881203","imei1":"14449900881203","imei2":"14449900881203","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171250,"job_number":"JOB_171250","tr_customer_id":171267,"tr_customer_product_id":171257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:36:00.000Z","modified_at":"2026-01-30T05:36:00.000Z","name":"Cindy Weber","mobile_number":"793-436-1824","email_id":"Brisa.McLaughlin@gmail.com","dop":"2025-04-06","serial_number":"16464233850864918","imei1":"16464233850864918","imei2":"16464233850864918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171251,"job_number":"JOB_171251","tr_customer_id":171268,"tr_customer_product_id":171258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:36:44.000Z","modified_at":"2026-01-30T05:37:21.000Z","name":"Nathanael Kling","mobile_number":"232-876-6308","email_id":"Lenny_Bailey@gmail.com","dop":"2025-04-06","serial_number":"19556357849730","imei1":"19556357849730","imei2":"19556357849730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171252,"job_number":"JOB_171252","tr_customer_id":171269,"tr_customer_product_id":171259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:36:45.000Z","modified_at":"2026-01-30T05:36:45.000Z","name":"Ruthie West","mobile_number":"936-777-9716","email_id":"Jaylan.Champlin@yahoo.com","dop":"2025-04-06","serial_number":"18938842716442600","imei1":"18938842716442600","imei2":"18938842716442600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171253,"job_number":"JOB_171253","tr_customer_id":171270,"tr_customer_product_id":171260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:37:29.000Z","modified_at":"2026-01-30T05:38:06.000Z","name":"Haylie Senger","mobile_number":"480-490-2595","email_id":"Alfonso_Pollich@hotmail.com","dop":"2025-04-06","serial_number":"10418918173318","imei1":"10418918173318","imei2":"10418918173318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:38:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171254,"job_number":"JOB_171254","tr_customer_id":171271,"tr_customer_product_id":171261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:37:30.000Z","modified_at":"2026-01-30T05:37:30.000Z","name":"Tyreek Miller","mobile_number":"262-217-5818","email_id":"Leanne.Kutch@gmail.com","dop":"2025-04-06","serial_number":"12247188256887778","imei1":"12247188256887778","imei2":"12247188256887778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:37:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171255,"job_number":"JOB_171255","tr_customer_id":171272,"tr_customer_product_id":171262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Mechelle Stracke","mobile_number":"7099314516","email_id":"windy.gleason@yahoo.com","dop":"2026-01-20","serial_number":"572666053020437","imei1":"498384250923512","imei2":"890435172846539","popurl":"www.leoma-swaniawski.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171256,"job_number":"JOB_171256","tr_customer_id":171273,"tr_customer_product_id":171263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Cedrick Franecki","mobile_number":"7078678597","email_id":"shelba.hessel@gmail.com","dop":"2026-01-20","serial_number":"238276324961790","imei1":"010576607716187","imei2":"163987280620345","popurl":"www.providencia-greenholt.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171257,"job_number":"JOB_171257","tr_customer_id":171274,"tr_customer_product_id":171264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Ceola Nitzsche","mobile_number":"7054427024","email_id":"claud.medhurst@gmail.com","dop":"2026-01-20","serial_number":"768356234766334","imei1":"452469915347785","imei2":"325373290351874","popurl":"www.kristian-ritchie.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171258,"job_number":"JOB_171258","tr_customer_id":171275,"tr_customer_product_id":171265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Clark Yost","mobile_number":"7036900967","email_id":"lyle.goodwin@hotmail.com","dop":"2026-01-20","serial_number":"491884467495444","imei1":"016174267256365","imei2":"912381369241386","popurl":"www.marco-swift.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171259,"job_number":"JOB_171259","tr_customer_id":171276,"tr_customer_product_id":171266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Margarette Lueilwitz","mobile_number":"7085478763","email_id":"julio.koch@yahoo.com","dop":"2026-01-20","serial_number":"412860258341152","imei1":"813171604214463","imei2":"485612585521118","popurl":"www.jonathon-wilkinson.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171260,"job_number":"JOB_171260","tr_customer_id":171277,"tr_customer_product_id":171267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Laronda Torphy","mobile_number":"7025021474","email_id":"william.stehr@gmail.com","dop":"2026-01-20","serial_number":"972441054471604","imei1":"686754197654528","imei2":"926554475411645","popurl":"www.abram-hansen.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171261,"job_number":"JOB_171261","tr_customer_id":171278,"tr_customer_product_id":171268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Chester Hayes","mobile_number":"7045727611","email_id":"luetta.waters@gmail.com","dop":"2026-01-20","serial_number":"838903341815602","imei1":"976467245767710","imei2":"795221116181019","popurl":"www.maryalice-prosacco.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171262,"job_number":"JOB_171262","tr_customer_id":171279,"tr_customer_product_id":171269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Sharmaine Morar","mobile_number":"7049135324","email_id":"norah.johnson@hotmail.com","dop":"2026-01-20","serial_number":"929996546076416","imei1":"573566954401823","imei2":"761359974709772","popurl":"www.fred-wisoky.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171263,"job_number":"JOB_171263","tr_customer_id":171280,"tr_customer_product_id":171270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Vi Harber","mobile_number":"7064000175","email_id":"leigh.bergnaum@hotmail.com","dop":"2026-01-20","serial_number":"616610043460910","imei1":"155654986123458","imei2":"310585677560027","popurl":"www.emilio-schoen.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171264,"job_number":"JOB_171264","tr_customer_id":171281,"tr_customer_product_id":171271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Mina Lesch","mobile_number":"7082372665","email_id":"suzie.marks@yahoo.com","dop":"2026-01-20","serial_number":"701044727612722","imei1":"376613410787939","imei2":"942991546876059","popurl":"www.joe-buckridge.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171265,"job_number":"JOB_171265","tr_customer_id":171282,"tr_customer_product_id":171272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Wilburn Bergstrom","mobile_number":"7013353968","email_id":"asa.ryan@gmail.com","dop":"2026-01-20","serial_number":"623635974871693","imei1":"242619460205683","imei2":"965083142035508","popurl":"www.megan-kuhic.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171266,"job_number":"JOB_171266","tr_customer_id":171284,"tr_customer_product_id":171273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Jacinto Kozey","mobile_number":"7022960780","email_id":"adan.kihn@yahoo.com","dop":"2026-01-20","serial_number":"573428908551433","imei1":"054924308963273","imei2":"284649389869029","popurl":"www.emmitt-schulist.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171267,"job_number":"JOB_171267","tr_customer_id":171283,"tr_customer_product_id":171274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Conception Mills","mobile_number":"7045496618","email_id":"daphne.mayer@gmail.com","dop":"2026-01-20","serial_number":"263444539501114","imei1":"164269333423350","imei2":"644376740033112","popurl":"www.nery-kuphal.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171268,"job_number":"JOB_171268","tr_customer_id":171285,"tr_customer_product_id":171275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Floyd Jaskolski","mobile_number":"7052180863","email_id":"latashia.beahan@yahoo.com","dop":"2026-01-20","serial_number":"380992307916679","imei1":"944089403776228","imei2":"617770173665034","popurl":"www.miquel-flatley.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171269,"job_number":"JOB_171269","tr_customer_id":171286,"tr_customer_product_id":171276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Shela Bashirian","mobile_number":"7054494394","email_id":"kittie.hettinger@gmail.com","dop":"2026-01-20","serial_number":"060213496186556","imei1":"289633814379277","imei2":"422413910083233","popurl":"www.humberto-hammes.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171270,"job_number":"JOB_171270","tr_customer_id":171287,"tr_customer_product_id":171277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Darius Anderson","mobile_number":"7097564929","email_id":"odette.keeling@yahoo.com","dop":"2026-01-20","serial_number":"758725336219691","imei1":"578129971270282","imei2":"900822568283921","popurl":"www.donnie-hirthe.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171271,"job_number":"JOB_171271","tr_customer_id":171288,"tr_customer_product_id":171278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Felisha Senger","mobile_number":"7002630667","email_id":"babara.hauck@gmail.com","dop":"2026-01-20","serial_number":"713857290800578","imei1":"498239871993302","imei2":"069643077108131","popurl":"www.patricia-glover.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171272,"job_number":"JOB_171272","tr_customer_id":171289,"tr_customer_product_id":171279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Martin Herzog","mobile_number":"7048489618","email_id":"stewart.boyle@yahoo.com","dop":"2026-01-20","serial_number":"642548287437421","imei1":"001494208315496","imei2":"220970376417477","popurl":"www.frederica-durgan.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171273,"job_number":"JOB_171273","tr_customer_id":171291,"tr_customer_product_id":171280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Charity Hagenes","mobile_number":"7056781630","email_id":"edwardo.schulist@yahoo.com","dop":"2026-01-20","serial_number":"207775557780019","imei1":"141317159035208","imei2":"770188941722539","popurl":"www.nikki-cassin.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171274,"job_number":"JOB_171274","tr_customer_id":171290,"tr_customer_product_id":171281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Margarito Purdy","mobile_number":"7049896781","email_id":"nelda.sauer@hotmail.com","dop":"2026-01-20","serial_number":"555087379422001","imei1":"781499275048964","imei2":"068666357976210","popurl":"www.dia-stokes.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171275,"job_number":"JOB_171275","tr_customer_id":171292,"tr_customer_product_id":171282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Eura Swift","mobile_number":"7001842203","email_id":"stewart.kuvalis@yahoo.com","dop":"2026-01-20","serial_number":"826652378492166","imei1":"677566223021085","imei2":"460924875045151","popurl":"www.gwyn-wiza.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171276,"job_number":"JOB_171276","tr_customer_id":171293,"tr_customer_product_id":171283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Patrick Hudson","mobile_number":"7018081216","email_id":"paul.waters@hotmail.com","dop":"2026-01-20","serial_number":"380785726166291","imei1":"500837556582087","imei2":"956176460929887","popurl":"www.robt-wunsch.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171277,"job_number":"JOB_171277","tr_customer_id":171294,"tr_customer_product_id":171284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Hai Jakubowski","mobile_number":"7036325365","email_id":"harry.becker@yahoo.com","dop":"2026-01-20","serial_number":"400672857448585","imei1":"906922527643994","imei2":"116140246894846","popurl":"www.chuck-powlowski.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171278,"job_number":"JOB_171278","tr_customer_id":171295,"tr_customer_product_id":171285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Rosetta MacGyver","mobile_number":"7001482526","email_id":"kurtis.dare@hotmail.com","dop":"2026-01-20","serial_number":"948980902782389","imei1":"110367369457101","imei2":"538514891420431","popurl":"www.toi-gutmann.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171279,"job_number":"JOB_171279","tr_customer_id":171296,"tr_customer_product_id":171286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Merrie Davis","mobile_number":"7070612816","email_id":"rey.armstrong@hotmail.com","dop":"2026-01-20","serial_number":"981135890916648","imei1":"432334546733783","imei2":"633851218106331","popurl":"www.galen-johnson.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171280,"job_number":"JOB_171280","tr_customer_id":171297,"tr_customer_product_id":171287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Rogelio Howell","mobile_number":"7047198962","email_id":"tama.bosco@hotmail.com","dop":"2026-01-20","serial_number":"620230799896431","imei1":"382577882871484","imei2":"651505170758353","popurl":"www.rocio-yost.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171281,"job_number":"JOB_171281","tr_customer_id":171298,"tr_customer_product_id":171288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Jerrold Hettinger","mobile_number":"7014609769","email_id":"alfonso.nitzsche@gmail.com","dop":"2026-01-20","serial_number":"298271036192099","imei1":"493301056721234","imei2":"806543001633283","popurl":"www.leif-leannon.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171282,"job_number":"JOB_171282","tr_customer_id":171299,"tr_customer_product_id":171289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Leia Wilderman","mobile_number":"7081764293","email_id":"charlie.kshlerin@yahoo.com","dop":"2026-01-20","serial_number":"847215224174939","imei1":"616657187339376","imei2":"790766060331074","popurl":"www.elroy-buckridge.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171283,"job_number":"JOB_171283","tr_customer_id":171300,"tr_customer_product_id":171290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Corina Keebler","mobile_number":"7012242008","email_id":"donte.armstrong@gmail.com","dop":"2026-01-20","serial_number":"254436800512874","imei1":"542141292010198","imei2":"677410120059873","popurl":"www.monte-douglas.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171284,"job_number":"JOB_171284","tr_customer_id":171301,"tr_customer_product_id":171291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Ping Williamson","mobile_number":"7019746611","email_id":"tommie.predovic@yahoo.com","dop":"2026-01-20","serial_number":"091790878881049","imei1":"177114594404262","imei2":"853646222958487","popurl":"www.olen-kuhn.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171285,"job_number":"JOB_171285","tr_customer_id":171302,"tr_customer_product_id":171292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Gertie Feil","mobile_number":"7053090139","email_id":"jimmie.borer@gmail.com","dop":"2026-01-20","serial_number":"606341795059464","imei1":"631296331161559","imei2":"941897190477117","popurl":"www.fermin-baumbach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171286,"job_number":"JOB_171286","tr_customer_id":171303,"tr_customer_product_id":171293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Heriberto Dare","mobile_number":"7050317234","email_id":"jonas.schneider@gmail.com","dop":"2026-01-20","serial_number":"521380277078461","imei1":"449668329731456","imei2":"542018027928858","popurl":"www.dave-beahan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171287,"job_number":"JOB_171287","tr_customer_id":171304,"tr_customer_product_id":171294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Marlyn Schiller","mobile_number":"7099628598","email_id":"val.barrows@yahoo.com","dop":"2026-01-20","serial_number":"916071023365421","imei1":"720851075151568","imei2":"400866920625810","popurl":"www.charlette-willms.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171288,"job_number":"JOB_171288","tr_customer_id":171305,"tr_customer_product_id":171295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Kirsten Senger","mobile_number":"7097079404","email_id":"dexter.gleason@hotmail.com","dop":"2026-01-20","serial_number":"563714483928251","imei1":"123991720083125","imei2":"002947736462201","popurl":"www.georgene-ullrich.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171289,"job_number":"JOB_171289","tr_customer_id":171306,"tr_customer_product_id":171296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Kam Lowe","mobile_number":"7001121305","email_id":"alyse.pacocha@hotmail.com","dop":"2026-01-20","serial_number":"688350530513191","imei1":"232348310637105","imei2":"687112166095974","popurl":"www.chrystal-bruen.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171290,"job_number":"JOB_171290","tr_customer_id":171307,"tr_customer_product_id":171297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Raymundo Lehner","mobile_number":"7026882957","email_id":"jackie.heaney@hotmail.com","dop":"2026-01-20","serial_number":"329196997117307","imei1":"315729494463659","imei2":"856215408405094","popurl":"www.monty-ernser.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171291,"job_number":"JOB_171291","tr_customer_id":171309,"tr_customer_product_id":171298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Angle Bosco","mobile_number":"7006739450","email_id":"taunya.hettinger@gmail.com","dop":"2026-01-20","serial_number":"756406649999859","imei1":"297677764704882","imei2":"923920695219972","popurl":"www.milagro-roob.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171292,"job_number":"JOB_171292","tr_customer_id":171308,"tr_customer_product_id":171299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Melanie Bode","mobile_number":"7082822385","email_id":"matthew.nitzsche@yahoo.com","dop":"2026-01-20","serial_number":"445282738789803","imei1":"137857908041800","imei2":"753072165846076","popurl":"www.elodia-green.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171293,"job_number":"JOB_171293","tr_customer_id":171310,"tr_customer_product_id":171300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Quinn Kreiger","mobile_number":"7009979625","email_id":"alexia.kuvalis@hotmail.com","dop":"2026-01-20","serial_number":"854318010154538","imei1":"861088907597622","imei2":"185817212957150","popurl":"www.ellan-muller.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171294,"job_number":"JOB_171294","tr_customer_id":171311,"tr_customer_product_id":171301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Darrel Corwin","mobile_number":"7057047003","email_id":"lyman.wiegand@hotmail.com","dop":"2026-01-20","serial_number":"237175470271655","imei1":"032486600368255","imei2":"446173791097521","popurl":"www.erin-runolfsson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171295,"job_number":"JOB_171295","tr_customer_id":171312,"tr_customer_product_id":171302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Mittie Barton","mobile_number":"7028648701","email_id":"emmie.schuster@gmail.com","dop":"2026-01-20","serial_number":"924393276295249","imei1":"309472988490565","imei2":"658495554469434","popurl":"www.tyler-goodwin.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171296,"job_number":"JOB_171296","tr_customer_id":171313,"tr_customer_product_id":171303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Williams Wilderman","mobile_number":"7004300651","email_id":"allena.lang@gmail.com","dop":"2026-01-20","serial_number":"713854897368234","imei1":"409939976558701","imei2":"735582385868358","popurl":"www.simona-altenwerth.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171297,"job_number":"JOB_171297","tr_customer_id":171314,"tr_customer_product_id":171304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Manie Schaefer","mobile_number":"7083348073","email_id":"katheleen.toy@yahoo.com","dop":"2026-01-20","serial_number":"947390877324960","imei1":"944637172852648","imei2":"144334355109576","popurl":"www.guadalupe-donnelly.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171298,"job_number":"JOB_171298","tr_customer_id":171315,"tr_customer_product_id":171305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Suzi Gutkowski","mobile_number":"7000348900","email_id":"tammi.ward@yahoo.com","dop":"2026-01-20","serial_number":"521796092686116","imei1":"895769951233287","imei2":"451086771861443","popurl":"www.bobby-howell.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171299,"job_number":"JOB_171299","tr_customer_id":171316,"tr_customer_product_id":171306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Rocky Becker","mobile_number":"7033551283","email_id":"alberto.powlowski@yahoo.com","dop":"2026-01-20","serial_number":"399236703668613","imei1":"338145194685861","imei2":"214652828394383","popurl":"www.helaine-lynch.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171300,"job_number":"JOB_171300","tr_customer_id":171317,"tr_customer_product_id":171307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Quinton Little","mobile_number":"7038957880","email_id":"anabel.price@yahoo.com","dop":"2026-01-20","serial_number":"630296100037005","imei1":"097816377351172","imei2":"904960290408004","popurl":"www.merlin-marks.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171301,"job_number":"JOB_171301","tr_customer_id":171318,"tr_customer_product_id":171308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Ophelia Rice","mobile_number":"7046698561","email_id":"merlin.hayes@gmail.com","dop":"2026-01-20","serial_number":"354178160521808","imei1":"455855935314235","imei2":"273275603966270","popurl":"www.dirk-bauch.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171302,"job_number":"JOB_171302","tr_customer_id":171319,"tr_customer_product_id":171309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Tom Hammes","mobile_number":"7000942450","email_id":"margarett.wisoky@yahoo.com","dop":"2026-01-20","serial_number":"752467710248004","imei1":"288185988413854","imei2":"299792988910928","popurl":"www.harris-volkman.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171303,"job_number":"JOB_171303","tr_customer_id":171320,"tr_customer_product_id":171310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Whitney Monahan","mobile_number":"7082537552","email_id":"nicola.effertz@gmail.com","dop":"2026-01-20","serial_number":"320853054357944","imei1":"854691824554205","imei2":"333310707553695","popurl":"www.philomena-cummings.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171304,"job_number":"JOB_171304","tr_customer_id":171322,"tr_customer_product_id":171311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Micheal Kuphal","mobile_number":"7053593462","email_id":"eula.yundt@hotmail.com","dop":"2026-01-20","serial_number":"781374517942592","imei1":"671122538259545","imei2":"180776559201212","popurl":"www.song-ortiz.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171305,"job_number":"JOB_171305","tr_customer_id":171321,"tr_customer_product_id":171312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Cyrus Kuhlman","mobile_number":"7058941188","email_id":"zachary.walter@hotmail.com","dop":"2026-01-20","serial_number":"828750392070931","imei1":"711725431974453","imei2":"121108258349178","popurl":"www.kortney-stehr.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171306,"job_number":"JOB_171306","tr_customer_id":171323,"tr_customer_product_id":171313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Caren Kozey","mobile_number":"7024358111","email_id":"morgan.harris@yahoo.com","dop":"2026-01-20","serial_number":"130268590698903","imei1":"762771362112646","imei2":"079198503697501","popurl":"www.cathie-fadel.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171307,"job_number":"JOB_171307","tr_customer_id":171324,"tr_customer_product_id":171314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Erasmo Jerde","mobile_number":"7077248713","email_id":"noelle.bednar@yahoo.com","dop":"2026-01-20","serial_number":"851784061286438","imei1":"990530413518809","imei2":"418220343943831","popurl":"www.christi-deckow.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171308,"job_number":"JOB_171308","tr_customer_id":171325,"tr_customer_product_id":171315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Charlie Reichel","mobile_number":"7019051130","email_id":"bethany.bayer@yahoo.com","dop":"2026-01-20","serial_number":"962454777702104","imei1":"330761018557061","imei2":"580522695193604","popurl":"www.jewell-brekke.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171309,"job_number":"JOB_171309","tr_customer_id":171326,"tr_customer_product_id":171316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Ashly Muller","mobile_number":"7033151416","email_id":"deshawn.deckow@hotmail.com","dop":"2026-01-20","serial_number":"467004973717725","imei1":"123728033258318","imei2":"398747741128254","popurl":"www.tobi-schmitt.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171310,"job_number":"JOB_171310","tr_customer_id":171327,"tr_customer_product_id":171317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:42.000Z","modified_at":"2026-01-30T05:55:42.000Z","name":"Eleanora Ward","mobile_number":"7028648988","email_id":"arnette.wiegand@gmail.com","dop":"2026-01-20","serial_number":"570528850340114","imei1":"320870487801078","imei2":"710620712670116","popurl":"www.erick-sawayn.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171311,"job_number":"JOB_171311","tr_customer_id":171328,"tr_customer_product_id":171318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:42.000Z","modified_at":"2026-01-30T05:55:42.000Z","name":"Karen Armstrong","mobile_number":"7068288941","email_id":"jude.durgan@yahoo.com","dop":"2026-01-20","serial_number":"939118111250160","imei1":"898008289804416","imei2":"458935161560606","popurl":"www.annelle-ratke.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171312,"job_number":"JOB_171312","tr_customer_id":171329,"tr_customer_product_id":171319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:42.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Delmar Kuhlman","mobile_number":"7076639014","email_id":"morris.champlin@hotmail.com","dop":"2026-01-20","serial_number":"359966718293181","imei1":"269850488109661","imei2":"086271321760063","popurl":"www.elisa-hickle.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171313,"job_number":"JOB_171313","tr_customer_id":171330,"tr_customer_product_id":171320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Alise Strosin","mobile_number":"7029822744","email_id":"miquel.hauck@gmail.com","dop":"2026-01-20","serial_number":"113476940717789","imei1":"826707803695069","imei2":"114528807275329","popurl":"www.daphne-orn.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171314,"job_number":"JOB_171314","tr_customer_id":171331,"tr_customer_product_id":171321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Kathaleen Nolan","mobile_number":"7034353648","email_id":"kelley.smitham@yahoo.com","dop":"2026-01-20","serial_number":"215758379552571","imei1":"071950585874522","imei2":"912099833654560","popurl":"www.beverly-hand.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171315,"job_number":"JOB_171315","tr_customer_id":171332,"tr_customer_product_id":171322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Ariel Cummings","mobile_number":"7038642287","email_id":"irving.waelchi@yahoo.com","dop":"2026-01-20","serial_number":"463492551678414","imei1":"648186731601765","imei2":"480006720646052","popurl":"www.stuart-legros.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171316,"job_number":"JOB_171316","tr_customer_id":171333,"tr_customer_product_id":171323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Carol Klein","mobile_number":"7015590816","email_id":"brice.roob@yahoo.com","dop":"2026-01-20","serial_number":"710983340271287","imei1":"733109760191233","imei2":"361240509090824","popurl":"www.merle-hahn.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171317,"job_number":"JOB_171317","tr_customer_id":171334,"tr_customer_product_id":171324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Kyle Douglas","mobile_number":"7015148888","email_id":"tyson.sporer@yahoo.com","dop":"2026-01-20","serial_number":"766541170764355","imei1":"565784542446208","imei2":"538816603970844","popurl":"www.mack-crooks.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171318,"job_number":"JOB_171318","tr_customer_id":171335,"tr_customer_product_id":171325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Rico Gleichner","mobile_number":"7029157150","email_id":"noe.nitzsche@hotmail.com","dop":"2026-01-20","serial_number":"491736804658628","imei1":"493575193136037","imei2":"646049109562879","popurl":"www.estrella-mohr.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171319,"job_number":"JOB_171319","tr_customer_id":171336,"tr_customer_product_id":171326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Jefferey Kris","mobile_number":"7099992313","email_id":"eldon.rau@hotmail.com","dop":"2026-01-20","serial_number":"383666994327856","imei1":"075128337433975","imei2":"655744289525468","popurl":"www.graham-konopelski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171320,"job_number":"JOB_171320","tr_customer_id":171337,"tr_customer_product_id":171327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Royal Klein","mobile_number":"7049889361","email_id":"linsey.feil@hotmail.com","dop":"2026-01-20","serial_number":"030365157241101","imei1":"841865954352253","imei2":"751180241466148","popurl":"www.keenan-goldner.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171321,"job_number":"JOB_171321","tr_customer_id":171338,"tr_customer_product_id":171328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Easter Baumbach","mobile_number":"7093036604","email_id":"kristopher.batz@hotmail.com","dop":"2026-01-20","serial_number":"914912160874195","imei1":"971588513580079","imei2":"736842994493543","popurl":"www.marilou-ferry.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171322,"job_number":"JOB_171322","tr_customer_id":171339,"tr_customer_product_id":171329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Otha Heathcote","mobile_number":"7022274597","email_id":"kasie.hyatt@yahoo.com","dop":"2026-01-20","serial_number":"051530957056078","imei1":"700307274917464","imei2":"381092289380151","popurl":"www.maggie-koepp.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171323,"job_number":"JOB_171323","tr_customer_id":171340,"tr_customer_product_id":171330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Yuk Walker","mobile_number":"7079057641","email_id":"idell.mcclure@gmail.com","dop":"2026-01-20","serial_number":"018953174275601","imei1":"197554091067559","imei2":"146793685141557","popurl":"www.chelsea-strosin.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171324,"job_number":"JOB_171324","tr_customer_id":171341,"tr_customer_product_id":171331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Lillie Spencer","mobile_number":"7048536157","email_id":"kasey.brown@gmail.com","dop":"2026-01-20","serial_number":"169151214653888","imei1":"606013340190024","imei2":"432370165611082","popurl":"www.erik-turcotte.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171325,"job_number":"JOB_171325","tr_customer_id":171342,"tr_customer_product_id":171332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Suzan Feil","mobile_number":"7017899097","email_id":"aron.mante@yahoo.com","dop":"2026-01-20","serial_number":"934554124274999","imei1":"643500244089838","imei2":"768905799936658","popurl":"www.elvis-walter.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171326,"job_number":"JOB_171326","tr_customer_id":171343,"tr_customer_product_id":171333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Vaughn Abshire","mobile_number":"7076898654","email_id":"sophia.beahan@gmail.com","dop":"2026-01-20","serial_number":"374887385152324","imei1":"236118919572179","imei2":"730551795153501","popurl":"www.cameron-labadie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171327,"job_number":"JOB_171327","tr_customer_id":171344,"tr_customer_product_id":171334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Darrick Schiller","mobile_number":"7007616646","email_id":"youlanda.waelchi@yahoo.com","dop":"2026-01-20","serial_number":"913360750542939","imei1":"044302794883510","imei2":"582414749359131","popurl":"www.damon-ohara.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171328,"job_number":"JOB_171328","tr_customer_id":171345,"tr_customer_product_id":171335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Andreas Kuhlman","mobile_number":"7080274718","email_id":"shawana.gutmann@yahoo.com","dop":"2026-01-20","serial_number":"833874154524629","imei1":"165684040934487","imei2":"312100825481361","popurl":"www.palmer-boyer.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171329,"job_number":"JOB_171329","tr_customer_id":171346,"tr_customer_product_id":171336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Horace McLaughlin","mobile_number":"7069779472","email_id":"clarita.gottlieb@gmail.com","dop":"2026-01-20","serial_number":"582099164941029","imei1":"227114044654142","imei2":"156221871043903","popurl":"www.frankie-trantow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171330,"job_number":"JOB_171330","tr_customer_id":171347,"tr_customer_product_id":171337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Keenan Lang","mobile_number":"7088968871","email_id":"julius.becker@yahoo.com","dop":"2026-01-20","serial_number":"209260180327899","imei1":"298211817981988","imei2":"369635061744510","popurl":"www.janell-lowe.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171331,"job_number":"JOB_171331","tr_customer_id":171348,"tr_customer_product_id":171338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Patrick Lemke","mobile_number":"7007403986","email_id":"lindsay.feest@gmail.com","dop":"2026-01-20","serial_number":"022307895346513","imei1":"135070715406277","imei2":"424391515834522","popurl":"www.buck-parker.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171332,"job_number":"JOB_171332","tr_customer_id":171349,"tr_customer_product_id":171339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Daryl Walter","mobile_number":"7054905836","email_id":"rosalba.little@gmail.com","dop":"2026-01-20","serial_number":"973331501090102","imei1":"687295614282327","imei2":"705856612819515","popurl":"www.dominique-bernhard.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171333,"job_number":"JOB_171333","tr_customer_id":171350,"tr_customer_product_id":171340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Betty Wolff","mobile_number":"7017370882","email_id":"marisela.purdy@hotmail.com","dop":"2026-01-20","serial_number":"853721744842080","imei1":"789305070249993","imei2":"975196809715704","popurl":"www.brittaney-okon.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171334,"job_number":"JOB_171334","tr_customer_id":171351,"tr_customer_product_id":171341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Monty Streich","mobile_number":"7064317989","email_id":"sterling.schmidt@yahoo.com","dop":"2026-01-20","serial_number":"492146951984773","imei1":"681843052321560","imei2":"676830187061196","popurl":"www.nia-hamill.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171335,"job_number":"JOB_171335","tr_customer_id":171352,"tr_customer_product_id":171342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Stephan Beier","mobile_number":"7028352644","email_id":"dusty.swift@gmail.com","dop":"2026-01-20","serial_number":"848429255648885","imei1":"640703781449972","imei2":"665248918196321","popurl":"www.alaine-olson.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171336,"job_number":"JOB_171336","tr_customer_id":171353,"tr_customer_product_id":171343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Mark Harris","mobile_number":"7019203537","email_id":"kerry.abbott@gmail.com","dop":"2026-01-20","serial_number":"158636126981963","imei1":"462749841897112","imei2":"371272028423057","popurl":"www.drema-bernier.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171337,"job_number":"JOB_171337","tr_customer_id":171354,"tr_customer_product_id":171344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Caryn Mraz","mobile_number":"7012286778","email_id":"mardell.damore@gmail.com","dop":"2026-01-20","serial_number":"492422236760717","imei1":"953879803448535","imei2":"203247308133498","popurl":"www.nigel-huels.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171338,"job_number":"JOB_171338","tr_customer_id":171355,"tr_customer_product_id":171345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Roxann Krajcik","mobile_number":"7083524756","email_id":"eddie.fisher@yahoo.com","dop":"2026-01-20","serial_number":"894665896733248","imei1":"159345806106229","imei2":"831415349417924","popurl":"www.daren-stiedemann.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171339,"job_number":"JOB_171339","tr_customer_id":171356,"tr_customer_product_id":171346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Marquis McKenzie","mobile_number":"7036712750","email_id":"neil.stroman@yahoo.com","dop":"2026-01-20","serial_number":"712805775036816","imei1":"462218474417448","imei2":"578419115520565","popurl":"www.catherina-johns.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171340,"job_number":"JOB_171340","tr_customer_id":171357,"tr_customer_product_id":171347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Shawana Bartell","mobile_number":"7039979523","email_id":"dortha.harris@gmail.com","dop":"2026-01-20","serial_number":"877536665877150","imei1":"364166343636287","imei2":"778855328820417","popurl":"www.leda-abbott.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171341,"job_number":"JOB_171341","tr_customer_id":171358,"tr_customer_product_id":171348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Shandi Schinner","mobile_number":"7065687824","email_id":"jessie.kertzmann@gmail.com","dop":"2026-01-20","serial_number":"850274205060159","imei1":"964112510529323","imei2":"315046121597884","popurl":"www.boris-morissette.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171342,"job_number":"JOB_171342","tr_customer_id":171359,"tr_customer_product_id":171349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Matthew Hudson","mobile_number":"7008094170","email_id":"andre.monahan@yahoo.com","dop":"2026-01-20","serial_number":"408659195680000","imei1":"133284790354959","imei2":"014125850736231","popurl":"www.corinne-abbott.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171343,"job_number":"JOB_171343","tr_customer_id":171360,"tr_customer_product_id":171350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Mohammad Howell","mobile_number":"7034161108","email_id":"willodean.torp@hotmail.com","dop":"2026-01-20","serial_number":"557393980105678","imei1":"865949135880345","imei2":"286310765529782","popurl":"www.shirlene-funk.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171344,"job_number":"JOB_171344","tr_customer_id":171361,"tr_customer_product_id":171351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Inocencia McCullough","mobile_number":"7070412863","email_id":"ouida.emard@yahoo.com","dop":"2026-01-20","serial_number":"689899434329349","imei1":"704458332138095","imei2":"330556491938086","popurl":"www.irving-ziemann.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171345,"job_number":"JOB_171345","tr_customer_id":171362,"tr_customer_product_id":171352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Tiara Berge","mobile_number":"7024572240","email_id":"marty.price@hotmail.com","dop":"2026-01-20","serial_number":"701976783804628","imei1":"127828047744783","imei2":"793942879768999","popurl":"www.sharen-stokes.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171346,"job_number":"JOB_171346","tr_customer_id":171363,"tr_customer_product_id":171353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Granville Baumbach","mobile_number":"7022356100","email_id":"delta.cormier@gmail.com","dop":"2026-01-20","serial_number":"996804375718733","imei1":"602551415911801","imei2":"930078855823199","popurl":"www.cierra-crona.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171347,"job_number":"JOB_171347","tr_customer_id":171364,"tr_customer_product_id":171354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Luisa Bogan","mobile_number":"7067333858","email_id":"orval.upton@hotmail.com","dop":"2026-01-20","serial_number":"854300526798627","imei1":"677953650731126","imei2":"431990791433519","popurl":"www.eleonor-gutkowski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171348,"job_number":"JOB_171348","tr_customer_id":171365,"tr_customer_product_id":171355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Tammera Metz","mobile_number":"7047053055","email_id":"marvin.schoen@gmail.com","dop":"2026-01-20","serial_number":"052515037263998","imei1":"138097395785825","imei2":"612058888985915","popurl":"www.reiko-haag.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171349,"job_number":"JOB_171349","tr_customer_id":171366,"tr_customer_product_id":171356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Damien Hegmann","mobile_number":"7090363996","email_id":"jerome.stamm@gmail.com","dop":"2026-01-20","serial_number":"246944316579449","imei1":"523090462055794","imei2":"779341923092163","popurl":"www.del-waters.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171350,"job_number":"JOB_171350","tr_customer_id":171367,"tr_customer_product_id":171357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Tuyet Hamill","mobile_number":"7096352010","email_id":"gabriele.kutch@hotmail.com","dop":"2026-01-20","serial_number":"153056128550413","imei1":"269012477768882","imei2":"094785500498281","popurl":"www.norbert-gusikowski.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171351,"job_number":"JOB_171351","tr_customer_id":171368,"tr_customer_product_id":171358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Darrick Berge","mobile_number":"7087668523","email_id":"arturo.davis@gmail.com","dop":"2026-01-20","serial_number":"647399180273864","imei1":"458357599291083","imei2":"782248925382212","popurl":"www.thomas-weber.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171352,"job_number":"JOB_171352","tr_customer_id":171369,"tr_customer_product_id":171359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Sherwood Fadel","mobile_number":"7011843943","email_id":"david.zieme@yahoo.com","dop":"2026-01-20","serial_number":"789671532689752","imei1":"563711768576478","imei2":"057048674402843","popurl":"www.gerri-sporer.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171353,"job_number":"JOB_171353","tr_customer_id":171370,"tr_customer_product_id":171360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Lashell O'Kon","mobile_number":"7025980012","email_id":"devon.roberts@gmail.com","dop":"2026-01-20","serial_number":"392770444299956","imei1":"872677543420725","imei2":"132521620430556","popurl":"www.fletcher-bartoletti.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171354,"job_number":"JOB_171354","tr_customer_id":171371,"tr_customer_product_id":171361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Vincenza Collins","mobile_number":"7024641008","email_id":"winston.kovacek@hotmail.com","dop":"2026-01-20","serial_number":"077138737656240","imei1":"591057248901506","imei2":"922573541826261","popurl":"www.keenan-considine.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171355,"job_number":"JOB_171355","tr_customer_id":171372,"tr_customer_product_id":171362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Silas Pfannerstill","mobile_number":"7073493299","email_id":"mary.kohler@yahoo.com","dop":"2026-01-20","serial_number":"180473901777230","imei1":"274046018039304","imei2":"750445337738417","popurl":"www.alex-lehner.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171356,"job_number":"JOB_171356","tr_customer_id":171373,"tr_customer_product_id":171363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Jayson Runolfsdottir","mobile_number":"7026287843","email_id":"victorina.rosenbaum@gmail.com","dop":"2026-01-20","serial_number":"433500023658491","imei1":"919582366314314","imei2":"987688736682843","popurl":"www.tracey-bednar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171357,"job_number":"JOB_171357","tr_customer_id":171374,"tr_customer_product_id":171364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Nelson Effertz","mobile_number":"7004819337","email_id":"blair.langosh@gmail.com","dop":"2026-01-20","serial_number":"086863821019413","imei1":"569844389665124","imei2":"659287618430977","popurl":"www.mirna-thiel.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171358,"job_number":"JOB_171358","tr_customer_id":171375,"tr_customer_product_id":171365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Edra McCullough","mobile_number":"7029803776","email_id":"tyesha.rohan@gmail.com","dop":"2026-01-20","serial_number":"554895809028652","imei1":"271641415297884","imei2":"181141491690381","popurl":"www.larhonda-dickens.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171359,"job_number":"JOB_171359","tr_customer_id":171376,"tr_customer_product_id":171366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Earnest Mosciski","mobile_number":"7050733721","email_id":"jonah.kshlerin@hotmail.com","dop":"2026-01-20","serial_number":"628122239004654","imei1":"790666948661741","imei2":"523170189550893","popurl":"www.jed-borer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171360,"job_number":"JOB_171360","tr_customer_id":171377,"tr_customer_product_id":171367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Anjelica Quigley","mobile_number":"7039464175","email_id":"sandi.douglas@yahoo.com","dop":"2026-01-20","serial_number":"209924863514387","imei1":"965618456286679","imei2":"137637902683452","popurl":"www.rayford-monahan.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171361,"job_number":"JOB_171361","tr_customer_id":171378,"tr_customer_product_id":171368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Mellissa Renner","mobile_number":"7012812846","email_id":"della.christiansen@hotmail.com","dop":"2026-01-20","serial_number":"334965998177931","imei1":"896258247342935","imei2":"206990280152004","popurl":"www.marcene-kuphal.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171362,"job_number":"JOB_171362","tr_customer_id":171379,"tr_customer_product_id":171369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Gay Stehr","mobile_number":"7028930896","email_id":"emilio.kihn@gmail.com","dop":"2026-01-20","serial_number":"276652164328144","imei1":"704063252220386","imei2":"676358511758511","popurl":"www.daren-monahan.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171363,"job_number":"JOB_171363","tr_customer_id":171380,"tr_customer_product_id":171370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Winfred Rutherford","mobile_number":"7082626872","email_id":"elvis.legros@yahoo.com","dop":"2026-01-20","serial_number":"535198958872526","imei1":"009468123294363","imei2":"683107385746280","popurl":"www.margaret-padberg.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171364,"job_number":"JOB_171364","tr_customer_id":171381,"tr_customer_product_id":171371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Vito Bartoletti","mobile_number":"7023011805","email_id":"jarred.huel@yahoo.com","dop":"2026-01-20","serial_number":"865907073943125","imei1":"284409225111989","imei2":"847129785658661","popurl":"www.barry-frami.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171365,"job_number":"JOB_171365","tr_customer_id":171382,"tr_customer_product_id":171372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Delbert Beahan","mobile_number":"7013791827","email_id":"daron.schmitt@hotmail.com","dop":"2026-01-20","serial_number":"398787265421065","imei1":"844581204535224","imei2":"000783084283936","popurl":"www.don-dach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171366,"job_number":"JOB_171366","tr_customer_id":171383,"tr_customer_product_id":171373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Chris O'Hara","mobile_number":"7009429192","email_id":"lane.daniel@hotmail.com","dop":"2026-01-20","serial_number":"489724662470955","imei1":"070797935103595","imei2":"137399432181127","popurl":"www.aron-kutch.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171367,"job_number":"JOB_171367","tr_customer_id":171384,"tr_customer_product_id":171374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Kathaleen Rowe","mobile_number":"7025976114","email_id":"rheba.price@yahoo.com","dop":"2026-01-20","serial_number":"888100521597937","imei1":"803079624000929","imei2":"262542431072815","popurl":"www.rosamond-gottlieb.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171368,"job_number":"JOB_171368","tr_customer_id":171385,"tr_customer_product_id":171375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Alexia Braun","mobile_number":"7063002503","email_id":"krysta.purdy@yahoo.com","dop":"2026-01-20","serial_number":"124915775912509","imei1":"733652276551877","imei2":"954582227126637","popurl":"www.paul-thompson.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171369,"job_number":"JOB_171369","tr_customer_id":171386,"tr_customer_product_id":171376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Lashanda Wiegand","mobile_number":"7022119534","email_id":"fernando.watsica@hotmail.com","dop":"2026-01-20","serial_number":"140776293579403","imei1":"650107745879882","imei2":"279690712386888","popurl":"www.mohammed-king.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171370,"job_number":"JOB_171370","tr_customer_id":171387,"tr_customer_product_id":171377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Kristine Lesch","mobile_number":"7082693168","email_id":"francie.mclaughlin@gmail.com","dop":"2026-01-20","serial_number":"802269429478002","imei1":"756818944361205","imei2":"374317467850168","popurl":"www.enid-koelpin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171371,"job_number":"JOB_171371","tr_customer_id":171389,"tr_customer_product_id":171379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Lewis Kuhn","mobile_number":"7040651561","email_id":"darla.smith@yahoo.com","dop":"2026-01-20","serial_number":"624134671347920","imei1":"957133621755988","imei2":"084689494059115","popurl":"www.jarod-franecki.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171372,"job_number":"JOB_171372","tr_customer_id":171388,"tr_customer_product_id":171378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Casey Schmitt","mobile_number":"7045253532","email_id":"dayna.oreilly@yahoo.com","dop":"2026-01-20","serial_number":"690748837428996","imei1":"319742204480953","imei2":"256691522843832","popurl":"www.jaimee-mayert.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171373,"job_number":"JOB_171373","tr_customer_id":171391,"tr_customer_product_id":171381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Apolonia Hermiston","mobile_number":"7020917903","email_id":"theresia.lueilwitz@gmail.com","dop":"2026-01-20","serial_number":"911139474859603","imei1":"860150548195086","imei2":"573836213873864","popurl":"www.edie-kihn.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171374,"job_number":"JOB_171374","tr_customer_id":171390,"tr_customer_product_id":171380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Raphael Jerde","mobile_number":"7097292673","email_id":"jocelyn.gerlach@hotmail.com","dop":"2026-01-20","serial_number":"607425780673038","imei1":"986739787958542","imei2":"478382875065103","popurl":"www.harriette-haley.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171375,"job_number":"JOB_171375","tr_customer_id":171392,"tr_customer_product_id":171382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Jatin Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"48394561160803","imei1":"48394561160803","imei2":"48394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171376,"job_number":"JOB_171376","tr_customer_id":171393,"tr_customer_product_id":171383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Chetan Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"35394561160803","imei1":"35394561160803","imei2":"35394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171377,"job_number":"JOB_171377","tr_customer_id":171394,"tr_customer_product_id":171384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Ritu Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"18394561160803","imei1":"18394561160803","imei2":"18394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171378,"job_number":"JOB_171378","tr_customer_id":171395,"tr_customer_product_id":171385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Ajinkya Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"45394561160803","imei1":"45394561160803","imei2":"45394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171379,"job_number":"JOB_171379","tr_customer_id":171396,"tr_customer_product_id":171386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Adi Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"19394561160803","imei1":"19394561160803","imei2":"19394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171380,"job_number":"JOB_171380","tr_customer_id":171397,"tr_customer_product_id":171387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Madelyn Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"25394561160803","imei1":"25394561160803","imei2":"25394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171381,"job_number":"JOB_171381","tr_customer_id":171398,"tr_customer_product_id":171388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:47.000Z","modified_at":"2026-01-30T06:11:47.000Z","name":"Dipesh Prajapat","mobile_number":"7044028444","email_id":"akshita.varman@hotmail.com","dop":"2026-01-20","serial_number":"971053117222051","imei1":"971053117222051","imei2":"971053117222051","popurl":"www.bhagwanti-pothuvaal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171382,"job_number":"JOB_171382","tr_customer_id":171399,"tr_customer_product_id":171389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:47.000Z","modified_at":"2026-01-30T06:11:47.000Z","name":"Ananda Chattopadhyay","mobile_number":"7019200987","email_id":"marut.malik@hotmail.com","dop":"2026-01-20","serial_number":"649093830287910","imei1":"649093830287910","imei2":"649093830287910","popurl":"www.somu-patil.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171383,"job_number":"JOB_171383","tr_customer_id":171400,"tr_customer_product_id":171390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:48.000Z","modified_at":"2026-01-30T06:11:48.000Z","name":"Vidhya Somayaji","mobile_number":"7080428552","email_id":"bodhan.gill@hotmail.com","dop":"2026-01-20","serial_number":"374942440272450","imei1":"374942440272450","imei2":"374942440272450","popurl":"www.bhaumik-sethi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171384,"job_number":"JOB_171384","tr_customer_id":171401,"tr_customer_product_id":171391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:48.000Z","modified_at":"2026-01-30T06:11:48.000Z","name":"Anish Varrier","mobile_number":"7055102891","email_id":"trilokesh.pillai@yahoo.co.in","dop":"2026-01-20","serial_number":"771620165515461","imei1":"771620165515461","imei2":"771620165515461","popurl":"www.subhasini-sethi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171385,"job_number":"JOB_171385","tr_customer_id":171402,"tr_customer_product_id":171392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:48.000Z","modified_at":"2026-01-30T06:11:48.000Z","name":"Aasa Saini","mobile_number":"7089486104","email_id":"dron.bandopadhyay@gmail.com","dop":"2026-01-20","serial_number":"317303768561109","imei1":"317303768561109","imei2":"317303768561109","popurl":"www.deeptimayee-iyengar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171386,"job_number":"JOB_171386","tr_customer_id":171403,"tr_customer_product_id":171393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:50.000Z","modified_at":"2026-01-30T06:11:50.000Z","name":"Brandt Mann","mobile_number":"622-691-0923","email_id":"Abigayle31@gmail.com","dop":"2025-08-24","serial_number":"53671279529214","imei1":"53671279529214","imei2":"53671279529214","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171387,"job_number":"JOB_171387","tr_customer_id":171404,"tr_customer_product_id":171394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:50.000Z","modified_at":"2026-01-30T06:11:50.000Z","name":"Brandt Mann","mobile_number":"622-691-0923","email_id":"Abigayle31@gmail.com","dop":"2025-08-24","serial_number":"35671279529214","imei1":"35671279529214","imei2":"35671279529214","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171388,"job_number":"JOB_171388","tr_customer_id":171405,"tr_customer_product_id":171395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:50.000Z","modified_at":"2026-01-30T06:11:50.000Z","name":"Brandt Mann","mobile_number":"622-691-0923","email_id":"Abigayle31@gmail.com","dop":"2025-08-24","serial_number":"64671279529214","imei1":"64671279529214","imei2":"64671279529214","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171389,"job_number":"JOB_171389","tr_customer_id":171406,"tr_customer_product_id":171396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Ritu Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"38290923182914","imei1":"38290923182914","imei2":"38290923182914","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171390,"job_number":"JOB_171390","tr_customer_id":171407,"tr_customer_product_id":171397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Chetan Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"36784938340803","imei1":"36784938340803","imei2":"36784938340803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171391,"job_number":"JOB_171391","tr_customer_id":171408,"tr_customer_product_id":171398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Adi Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"98272363473274","imei1":"98272363473274","imei2":"98272363473274","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171392,"job_number":"JOB_171392","tr_customer_id":171409,"tr_customer_product_id":171399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Madelyn Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"47894547389246","imei1":"47894547389246","imei2":"47894547389246","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171393,"job_number":"JOB_171393","tr_customer_id":171410,"tr_customer_product_id":171400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Jatin Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"48349583224463","imei1":"48349583224463","imei2":"48349583224463","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171394,"job_number":"JOB_171394","tr_customer_id":171411,"tr_customer_product_id":171401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Ajinkya Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"79394893208403","imei1":"79394893208403","imei2":"79394893208403","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171397,"job_number":"JOB_171397","tr_customer_id":171414,"tr_customer_product_id":171404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:33:03.000Z","modified_at":"2026-01-30T06:33:03.000Z","name":"Annetta Jerde","mobile_number":"957-447-5053","email_id":"Isidro30@gmail.com","dop":"2025-02-13","serial_number":"107317391673406","imei1":"107317391673406","imei2":"107317391673406","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:33:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171402,"job_number":"JOB_171402","tr_customer_id":171419,"tr_customer_product_id":171409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:29.000Z","modified_at":"2026-01-30T06:34:29.000Z","name":"John Doe","mobile_number":"9876543210","email_id":"test.user@example.com","dop":"2025-09-09","serial_number":"14549660389789","imei1":"14549660389789","imei2":"14549660389789","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171413,"job_number":"JOB_171413","tr_customer_id":171430,"tr_customer_product_id":171420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:17.000Z","modified_at":"2026-01-30T06:37:53.000Z","name":"Alyce Braun","mobile_number":"514-278-6826","email_id":"Bianka_Bradtke@hotmail.com","dop":"2025-04-06","serial_number":"14063792866555","imei1":"14063792866555","imei2":"14063792866555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171414,"job_number":"JOB_171414","tr_customer_id":171431,"tr_customer_product_id":171421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:18.000Z","modified_at":"2026-01-30T06:37:18.000Z","name":"Audie Wilkinson","mobile_number":"940-200-3652","email_id":"Mekhi_Pollich@gmail.com","dop":"2025-04-06","serial_number":"16599884165856758","imei1":"16599884165856758","imei2":"16599884165856758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:37:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171415,"job_number":"JOB_171415","tr_customer_id":171432,"tr_customer_product_id":171422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:23.000Z","modified_at":"2026-01-30T06:37:23.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10449886594967","imei1":"10449886594967","imei2":"10449886594967","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:37:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171416,"job_number":"JOB_171416","tr_customer_id":171433,"tr_customer_product_id":171423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:23.000Z","modified_at":"2026-01-30T06:37:59.000Z","name":"Monique Metz","mobile_number":"784-353-6279","email_id":"Randall_Kihn71@hotmail.com","dop":"2025-06-18","serial_number":"10233704225337","imei1":"10233704225337","imei2":"10233704225337","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171417,"job_number":"JOB_171417","tr_customer_id":171434,"tr_customer_product_id":171424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:24.000Z","modified_at":"2026-01-30T06:37:24.000Z","name":"Pedro Feil","mobile_number":"581-343-8393","email_id":"Hank41@yahoo.com","dop":"2025-06-18","serial_number":"1055509162447858","imei1":"1055509162447858","imei2":"1055509162447858","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:37:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171418,"job_number":"JOB_171418","tr_customer_id":171435,"tr_customer_product_id":171425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:02.000Z","modified_at":"2026-01-30T06:38:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17035574083526","imei1":"17035574083526","imei2":"17035574083526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171419,"job_number":"JOB_171419","tr_customer_id":171436,"tr_customer_product_id":171426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:03.000Z","modified_at":"2026-01-30T06:38:45.000Z","name":"Emory Hills","mobile_number":"449-516-7006","email_id":"Beverly72@hotmail.com","dop":"2025-04-06","serial_number":"17377993774340","imei1":"17377993774340","imei2":"17377993774340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:38:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171420,"job_number":"JOB_171420","tr_customer_id":171437,"tr_customer_product_id":171427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:04.000Z","modified_at":"2026-01-30T06:38:04.000Z","name":"Arnoldo Rowe","mobile_number":"715-648-0517","email_id":"Misael82@gmail.com","dop":"2025-04-06","serial_number":"19453067720342332","imei1":"19453067720342332","imei2":"19453067720342332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171421,"job_number":"JOB_171421","tr_customer_id":171438,"tr_customer_product_id":171428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:06.000Z","modified_at":"2026-01-30T06:38:06.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10194295574346","imei1":"10194295574346","imei2":"10194295574346","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171422,"job_number":"JOB_171422","tr_customer_id":171439,"tr_customer_product_id":171429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:06.000Z","modified_at":"2026-01-30T06:38:41.000Z","name":"Tanya Muller","mobile_number":"499-863-5591","email_id":"Jerrell.Shanahan@gmail.com","dop":"2025-06-18","serial_number":"10767366403962","imei1":"10767366403962","imei2":"10767366403962","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:38:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171423,"job_number":"JOB_171423","tr_customer_id":171440,"tr_customer_product_id":171430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:07.000Z","modified_at":"2026-01-30T06:38:07.000Z","name":"Alaina Bradtke","mobile_number":"946-876-1675","email_id":"Wade_Stiedemann16@hotmail.com","dop":"2025-06-18","serial_number":"1039100315912026","imei1":"1039100315912026","imei2":"1039100315912026","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171424,"job_number":"JOB_171424","tr_customer_id":171441,"tr_customer_product_id":171431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:49.000Z","modified_at":"2026-01-30T06:38:49.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-20","serial_number":"84620302988448","imei1":"84620302988448","imei2":"84620302988448","popurl":"2026-01-20T06:38:49.434423967Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171425,"job_number":"JOB_171425","tr_customer_id":171442,"tr_customer_product_id":171432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:50.000Z","modified_at":"2026-01-30T06:38:50.000Z","name":"Vidhur Bhat","mobile_number":"7018408778","email_id":"chandi.namboothiri@hotmail.com","dop":"2026-01-20","serial_number":"294726616218339","imei1":"294726616218339","imei2":"294726616218339","popurl":"www.chakravartee-iyengar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171426,"job_number":"JOB_171426","tr_customer_id":171443,"tr_customer_product_id":171433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:51.000Z","modified_at":"2026-01-30T06:38:51.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-20","serial_number":"78920578944937","imei1":"78920578944937","imei2":"78920578944937","popurl":"2026-01-20T06:38:51.000619749Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171427,"job_number":"JOB_171427","tr_customer_id":171444,"tr_customer_product_id":171434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:52.000Z","modified_at":"2026-01-30T06:38:52.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-20","serial_number":"78925764375486","imei1":"78925764375486","imei2":"78925764375486","popurl":"2026-01-20T06:38:51.644369888Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171428,"job_number":"JOB_171428","tr_customer_id":171445,"tr_customer_product_id":171435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:53.000Z","modified_at":"2026-01-30T06:38:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12250772332679","imei1":"12250772332679","imei2":"12250772332679","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171429,"job_number":"JOB_171429","tr_customer_id":171446,"tr_customer_product_id":171436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:53.000Z","modified_at":"2026-01-30T06:39:34.000Z","name":"Angelica Mueller","mobile_number":"409-922-1138","email_id":"Schuyler79@hotmail.com","dop":"2025-04-06","serial_number":"17754698422174","imei1":"17754698422174","imei2":"17754698422174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:39:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171430,"job_number":"JOB_171430","tr_customer_id":171447,"tr_customer_product_id":171437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:54.000Z","modified_at":"2026-01-30T06:38:55.000Z","name":"Coralie Runolfsson","mobile_number":"858-305-4471","email_id":"Alden.Mills57@yahoo.com","dop":"2025-04-06","serial_number":"14197267669293620","imei1":"14197267669293620","imei2":"14197267669293620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171431,"job_number":"JOB_171431","tr_customer_id":171448,"tr_customer_product_id":171438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:39:42.000Z","modified_at":"2026-01-30T06:39:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18873266354982","imei1":"18873266354982","imei2":"18873266354982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171432,"job_number":"JOB_171432","tr_customer_id":171449,"tr_customer_product_id":171439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:39:43.000Z","modified_at":"2026-01-30T06:40:41.000Z","name":"Flossie Gislason","mobile_number":"771-490-3579","email_id":"Aurore.Bosco44@hotmail.com","dop":"2025-04-06","serial_number":"11925292084606","imei1":"11925292084606","imei2":"11925292084606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:40:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171433,"job_number":"JOB_171433","tr_customer_id":171450,"tr_customer_product_id":171440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:39:44.000Z","modified_at":"2026-01-30T06:39:44.000Z","name":"Consuelo Kozey","mobile_number":"680-937-6254","email_id":"Wilhelmine67@hotmail.com","dop":"2025-04-06","serial_number":"19112996924905070","imei1":"19112996924905070","imei2":"19112996924905070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171434,"job_number":"JOB_171434","tr_customer_id":171451,"tr_customer_product_id":171441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:40:39.000Z","modified_at":"2026-01-30T06:40:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19786376169286","imei1":"19786376169286","imei2":"19786376169286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:40:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171435,"job_number":"JOB_171435","tr_customer_id":171452,"tr_customer_product_id":171442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:40:39.000Z","modified_at":"2026-01-30T06:41:21.000Z","name":"Eloise Bernier","mobile_number":"843-219-6957","email_id":"Astrid85@yahoo.com","dop":"2025-04-06","serial_number":"18188436078581","imei1":"18188436078581","imei2":"18188436078581","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171436,"job_number":"JOB_171436","tr_customer_id":171453,"tr_customer_product_id":171443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:40:41.000Z","modified_at":"2026-01-30T06:40:41.000Z","name":"Anika Renner","mobile_number":"989-580-0127","email_id":"Teagan.Harber@hotmail.com","dop":"2025-04-06","serial_number":"17970059952303652","imei1":"17970059952303652","imei2":"17970059952303652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:40:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171437,"job_number":"JOB_171437","tr_customer_id":171454,"tr_customer_product_id":171444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:41:29.000Z","modified_at":"2026-01-30T06:41:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14600857956217","imei1":"14600857956217","imei2":"14600857956217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171438,"job_number":"JOB_171438","tr_customer_id":171455,"tr_customer_product_id":171445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:41:30.000Z","modified_at":"2026-01-30T06:42:11.000Z","name":"Carol Orn","mobile_number":"443-207-0123","email_id":"Dusty71@hotmail.com","dop":"2025-04-06","serial_number":"10098863898328","imei1":"10098863898328","imei2":"10098863898328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171439,"job_number":"JOB_171439","tr_customer_id":171456,"tr_customer_product_id":171446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:41:31.000Z","modified_at":"2026-01-30T06:41:31.000Z","name":"Augustus Gleason","mobile_number":"629-969-1104","email_id":"Adrain.Wintheiser@hotmail.com","dop":"2025-04-06","serial_number":"16909717749416220","imei1":"16909717749416220","imei2":"16909717749416220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:41:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171440,"job_number":"JOB_171440","tr_customer_id":171457,"tr_customer_product_id":171447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:41:54.000Z","modified_at":"2026-01-30T06:41:54.000Z","name":"Apsara Gill","mobile_number":"7042054772","email_id":"chandi.bhattacharya@gmail.com","dop":"2026-01-20","serial_number":"641881113147209","imei1":"641881113147209","imei2":"641881113147209","popurl":"www.dayaananda-rana.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:41:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171441,"job_number":"JOB_171441","tr_customer_id":171458,"tr_customer_product_id":171448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:19.000Z","modified_at":"2026-01-30T06:42:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10540855471555","imei1":"10540855471555","imei2":"10540855471555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171442,"job_number":"JOB_171442","tr_customer_id":171459,"tr_customer_product_id":171449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:20.000Z","modified_at":"2026-01-30T06:43:02.000Z","name":"Lelia Williamson","mobile_number":"624-703-3457","email_id":"Daniela.Dibbert@gmail.com","dop":"2025-04-06","serial_number":"15708596892660","imei1":"15708596892660","imei2":"15708596892660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:43:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171444,"job_number":"JOB_171444","tr_customer_id":171461,"tr_customer_product_id":171451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:21.000Z","modified_at":"2026-01-30T06:42:21.000Z","name":"Mia Hackett","mobile_number":"978-746-9888","email_id":"Kris_Ryan56@yahoo.com","dop":"2025-04-06","serial_number":"17010070198916548","imei1":"17010070198916548","imei2":"17010070198916548","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171447,"job_number":"JOB_171447","tr_customer_id":171464,"tr_customer_product_id":171454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:01.000Z","modified_at":"2026-01-30T06:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11286462949392","imei1":"11286462949392","imei2":"11286462949392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171448,"job_number":"JOB_171448","tr_customer_id":171465,"tr_customer_product_id":171455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:01.000Z","modified_at":"2026-01-30T06:43:38.000Z","name":"Donald White","mobile_number":"933-961-6682","email_id":"Janice74@yahoo.com","dop":"2025-04-06","serial_number":"13866586605913","imei1":"13866586605913","imei2":"13866586605913","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:43:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171449,"job_number":"JOB_171449","tr_customer_id":171466,"tr_customer_product_id":171456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:03.000Z","modified_at":"2026-01-30T06:43:03.000Z","name":"Chesley Waters","mobile_number":"308-932-3109","email_id":"Carmela.Carroll70@yahoo.com","dop":"2025-04-06","serial_number":"18587871383551744","imei1":"18587871383551744","imei2":"18587871383551744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171450,"job_number":"JOB_171450","tr_customer_id":171467,"tr_customer_product_id":171457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:44.000Z","modified_at":"2026-01-30T06:43:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16837989652693","imei1":"16837989652693","imei2":"16837989652693","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171451,"job_number":"JOB_171451","tr_customer_id":171468,"tr_customer_product_id":171458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:45.000Z","modified_at":"2026-01-30T06:44:20.000Z","name":"Jaida Ferry","mobile_number":"451-775-2328","email_id":"Faye.Cruickshank@gmail.com","dop":"2025-04-06","serial_number":"11447686334437","imei1":"11447686334437","imei2":"11447686334437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:44:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171452,"job_number":"JOB_171452","tr_customer_id":171469,"tr_customer_product_id":171459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:46.000Z","modified_at":"2026-01-30T06:43:46.000Z","name":"Oceane Balistreri","mobile_number":"982-609-2917","email_id":"Mckenna.MacGyver@yahoo.com","dop":"2025-04-06","serial_number":"10254914545826570","imei1":"10254914545826570","imei2":"10254914545826570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171453,"job_number":"JOB_171453","tr_customer_id":171470,"tr_customer_product_id":171460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:11.000Z","modified_at":"2026-01-30T06:44:11.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11354979510211","imei2":"11354979510211","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171454,"job_number":"JOB_171454","tr_customer_id":171471,"tr_customer_product_id":171461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:12.000Z","modified_at":"2026-01-30T06:44:21.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10384620595500","imei2":"10384620595500","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:44:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171455,"job_number":"JOB_171455","tr_customer_id":171472,"tr_customer_product_id":171462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:25.000Z","modified_at":"2026-01-30T06:44:25.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17276246388785","imei2":"17276246388785","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171456,"job_number":"JOB_171456","tr_customer_id":171473,"tr_customer_product_id":171463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:25.000Z","modified_at":"2026-01-30T06:44:35.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10140036009857","imei2":"10140036009857","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171457,"job_number":"JOB_171457","tr_customer_id":171474,"tr_customer_product_id":171464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:27.000Z","modified_at":"2026-01-30T06:44:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19454770736993","imei1":"19454770736993","imei2":"19454770736993","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171458,"job_number":"JOB_171458","tr_customer_id":171475,"tr_customer_product_id":171465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:27.000Z","modified_at":"2026-01-30T06:45:03.000Z","name":"Rodolfo Rohan","mobile_number":"458-992-1210","email_id":"Eloise90@hotmail.com","dop":"2025-04-06","serial_number":"12791608737944","imei1":"12791608737944","imei2":"12791608737944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:45:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171459,"job_number":"JOB_171459","tr_customer_id":171476,"tr_customer_product_id":171466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:29.000Z","modified_at":"2026-01-30T06:44:29.000Z","name":"Emerald Baumbach","mobile_number":"227-786-2981","email_id":"Clotilde.Weissnat55@gmail.com","dop":"2025-04-06","serial_number":"13439877704105120","imei1":"13439877704105120","imei2":"13439877704105120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171460,"job_number":"JOB_171460","tr_customer_id":171477,"tr_customer_product_id":171467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:38.000Z","modified_at":"2026-01-30T06:44:38.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14250175868810","imei2":"14250175868810","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171461,"job_number":"JOB_171461","tr_customer_id":171478,"tr_customer_product_id":171468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:38.000Z","modified_at":"2026-01-30T06:44:48.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15543156432259","imei2":"15543156432259","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:44:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171462,"job_number":"JOB_171462","tr_customer_id":171479,"tr_customer_product_id":171469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:48:01.000Z","modified_at":"2026-01-30T06:48:37.000Z","name":"Ally Christiansen","mobile_number":"410-987-7376","email_id":"Marina54@yahoo.com","dop":"2025-04-06","serial_number":"14337740333569","imei1":"14337740333569","imei2":"14337740333569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171463,"job_number":"JOB_171463","tr_customer_id":171480,"tr_customer_product_id":171470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:48:02.000Z","modified_at":"2026-01-30T06:48:02.000Z","name":"Carroll Will","mobile_number":"884-569-5450","email_id":"Elva_Grimes20@yahoo.com","dop":"2025-04-06","serial_number":"11465550862617018","imei1":"11465550862617018","imei2":"11465550862617018","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171464,"job_number":"JOB_171464","tr_customer_id":171481,"tr_customer_product_id":171471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:53.000Z","modified_at":"2026-01-30T06:49:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16249148406513","imei1":"16249148406513","imei2":"16249148406513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171465,"job_number":"JOB_171465","tr_customer_id":171482,"tr_customer_product_id":171472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:54.000Z","modified_at":"2026-01-30T06:50:31.000Z","name":"Jon Murray","mobile_number":"381-202-9885","email_id":"Hayley15@gmail.com","dop":"2025-04-06","serial_number":"18840942941616","imei1":"18840942941616","imei2":"18840942941616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171466,"job_number":"JOB_171466","tr_customer_id":171483,"tr_customer_product_id":171473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:55.000Z","modified_at":"2026-01-30T06:49:55.000Z","name":"Sam O'Keefe","mobile_number":"387-563-6363","email_id":"Ludwig_Wyman@hotmail.com","dop":"2025-04-06","serial_number":"15761893637363088","imei1":"15761893637363088","imei2":"15761893637363088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171468,"job_number":"JOB_171468","tr_customer_id":171485,"tr_customer_product_id":171475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:57.000Z","modified_at":"2026-01-30T06:50:36.000Z","name":"Karl Hermann","mobile_number":"290-777-9104","email_id":"Roxanne.Crooks@hotmail.com","dop":"2000-01-31","serial_number":"10652864214019","imei1":"10652864214019","imei2":"10652864214019","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171470,"job_number":"JOB_171470","tr_customer_id":171487,"tr_customer_product_id":171477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:04.000Z","modified_at":"2026-01-30T06:50:04.000Z","name":"Miracle Blanda","mobile_number":"986-248-6169","email_id":"Freeda37@gmail.com","dop":"2025-09-09","serial_number":"16668035330546","imei1":"16668035330546","imei2":"16668035330546","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171471,"job_number":"JOB_171471","tr_customer_id":171488,"tr_customer_product_id":171478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:39.000Z","modified_at":"2026-01-30T06:50:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10169520905938","imei1":"10169520905938","imei2":"10169520905938","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171472,"job_number":"JOB_171472","tr_customer_id":171489,"tr_customer_product_id":171479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:39.000Z","modified_at":"2026-01-30T06:51:16.000Z","name":"Nicole Koch","mobile_number":"675-794-8383","email_id":"Ansley_Cassin13@hotmail.com","dop":"2025-04-06","serial_number":"10088242667168","imei1":"10088242667168","imei2":"10088242667168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171473,"job_number":"JOB_171473","tr_customer_id":171490,"tr_customer_product_id":171480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:40.000Z","modified_at":"2026-01-30T06:50:40.000Z","name":"Dorcas Green","mobile_number":"761-439-5288","email_id":"Jerrod.OKeefe@gmail.com","dop":"2025-04-06","serial_number":"12651465035248960","imei1":"12651465035248960","imei2":"12651465035248960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171475,"job_number":"JOB_171475","tr_customer_id":171492,"tr_customer_product_id":171482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:44.000Z","modified_at":"2026-01-30T06:51:22.000Z","name":"Sandrine Ankunding","mobile_number":"266-338-8420","email_id":"Delta.Kihn87@yahoo.com","dop":"2000-01-31","serial_number":"10872509323159","imei1":"10872509323159","imei2":"10872509323159","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171477,"job_number":"JOB_171477","tr_customer_id":171494,"tr_customer_product_id":171484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:23.000Z","modified_at":"2026-01-30T06:51:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17548729132859","imei1":"17548729132859","imei2":"17548729132859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171478,"job_number":"JOB_171478","tr_customer_id":171495,"tr_customer_product_id":171485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:23.000Z","modified_at":"2026-01-30T06:52:00.000Z","name":"Ena Reynolds","mobile_number":"710-692-4832","email_id":"Casper_Zemlak@yahoo.com","dop":"2025-04-06","serial_number":"13290862438213","imei1":"13290862438213","imei2":"13290862438213","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:52:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171479,"job_number":"JOB_171479","tr_customer_id":171496,"tr_customer_product_id":171486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:25.000Z","modified_at":"2026-01-30T06:51:25.000Z","name":"Roxane Feeney","mobile_number":"987-279-3107","email_id":"Nickolas_OKon@hotmail.com","dop":"2025-04-06","serial_number":"12697961695189620","imei1":"12697961695189620","imei2":"12697961695189620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171481,"job_number":"JOB_171481","tr_customer_id":171498,"tr_customer_product_id":171488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:30.000Z","modified_at":"2026-01-30T06:52:09.000Z","name":"Lula Satterfield","mobile_number":"953-755-0711","email_id":"Osbaldo.Rutherford15@hotmail.com","dop":"2000-01-31","serial_number":"10794771181519","imei1":"10794771181519","imei2":"10794771181519","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:52:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171483,"job_number":"JOB_171483","tr_customer_id":171500,"tr_customer_product_id":171490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:32.000Z","modified_at":"2026-01-30T06:51:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11775548082085","imei1":"11775548082085","imei2":"11775548082085","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171484,"job_number":"JOB_171484","tr_customer_id":171501,"tr_customer_product_id":171491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:32.000Z","modified_at":"2026-01-30T06:52:15.000Z","name":"Esmeralda Hilll","mobile_number":"370-515-7377","email_id":"Thalia31@yahoo.com","dop":"2025-04-06","serial_number":"15009687982338","imei1":"15009687982338","imei2":"15009687982338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171485,"job_number":"JOB_171485","tr_customer_id":171502,"tr_customer_product_id":171492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:34.000Z","modified_at":"2026-01-30T06:51:34.000Z","name":"Lenora Ortiz","mobile_number":"745-612-2428","email_id":"Judge_Auer@gmail.com","dop":"2025-04-06","serial_number":"13798439907046462","imei1":"13798439907046462","imei2":"13798439907046462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171487,"job_number":"JOB_171487","tr_customer_id":171504,"tr_customer_product_id":171494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:16.000Z","modified_at":"2026-01-30T06:52:54.000Z","name":"Palma Oberbrunner","mobile_number":"538-629-5570","email_id":"Ian56@gmail.com","dop":"2000-01-31","serial_number":"10592997565497","imei1":"10592997565497","imei2":"10592997565497","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:52:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171489,"job_number":"JOB_171489","tr_customer_id":171506,"tr_customer_product_id":171496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:24.000Z","modified_at":"2026-01-30T06:52:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16101568876220","imei1":"16101568876220","imei2":"16101568876220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171490,"job_number":"JOB_171490","tr_customer_id":171507,"tr_customer_product_id":171497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:24.000Z","modified_at":"2026-01-30T06:53:07.000Z","name":"Toy Von","mobile_number":"820-878-0914","email_id":"Fleta.Ritchie@hotmail.com","dop":"2025-04-06","serial_number":"12895160614008","imei1":"12895160614008","imei2":"12895160614008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:53:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171491,"job_number":"JOB_171491","tr_customer_id":171508,"tr_customer_product_id":171498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:25.000Z","modified_at":"2026-01-30T06:52:25.000Z","name":"Adrian Watsica","mobile_number":"724-989-7763","email_id":"Wilmer85@yahoo.com","dop":"2025-04-06","serial_number":"13603664094148922","imei1":"13603664094148922","imei2":"13603664094148922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171492,"job_number":"JOB_171492","tr_customer_id":171509,"tr_customer_product_id":171499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:53:15.000Z","modified_at":"2026-01-30T06:53:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18081540129974","imei1":"18081540129974","imei2":"18081540129974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:53:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171493,"job_number":"JOB_171493","tr_customer_id":171510,"tr_customer_product_id":171500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:53:15.000Z","modified_at":"2026-01-30T06:53:58.000Z","name":"Charlene Shields","mobile_number":"603-379-4684","email_id":"Tyree_Lang@yahoo.com","dop":"2025-04-06","serial_number":"12230021042897","imei1":"12230021042897","imei2":"12230021042897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:53:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171494,"job_number":"JOB_171494","tr_customer_id":171511,"tr_customer_product_id":171501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:53:17.000Z","modified_at":"2026-01-30T06:53:17.000Z","name":"Keagan Ruecker","mobile_number":"920-991-2092","email_id":"Demarco.Hodkiewicz37@hotmail.com","dop":"2025-04-06","serial_number":"15772399958179780","imei1":"15772399958179780","imei2":"15772399958179780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:53:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171495,"job_number":"JOB_171495","tr_customer_id":171512,"tr_customer_product_id":171502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:53:22.000Z","modified_at":"2026-01-30T06:53:22.000Z","name":"Angelica Runolfsson","mobile_number":"350-881-1158","email_id":"Chaya_Schuster@hotmail.com","dop":"2025-09-09","serial_number":"14454116015698","imei1":"14454116015698","imei2":"14454116015698","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171496,"job_number":"JOB_171496","tr_customer_id":171513,"tr_customer_product_id":171503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:55:04.000Z","modified_at":"2026-01-30T06:55:04.000Z","name":"Lurline Goodwin","mobile_number":"525-443-8103","email_id":"Jonathon42@hotmail.com","dop":"2025-09-09","serial_number":"15051964001163","imei1":"15051964001163","imei2":"15051964001163","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171497,"job_number":"JOB_171497","tr_customer_id":171514,"tr_customer_product_id":171504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:55:17.000Z","modified_at":"2026-01-30T06:55:17.000Z","name":"Skye Runolfsson","mobile_number":"225-345-3823","email_id":"Marquise_Larson@gmail.com","dop":"2025-09-09","serial_number":"12645485683199","imei1":"12645485683199","imei2":"12645485683199","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171498,"job_number":"JOB_171498","tr_customer_id":171515,"tr_customer_product_id":171505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:56:12.000Z","modified_at":"2026-01-30T06:56:12.000Z","name":"Kyla VonRueden","mobile_number":"952-649-7856","email_id":"Maudie.Wisozk0@hotmail.com","dop":"2025-09-09","serial_number":"10327867929275","imei1":"10327867929275","imei2":"10327867929275","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171499,"job_number":"JOB_171499","tr_customer_id":171516,"tr_customer_product_id":171506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:56:22.000Z","modified_at":"2026-01-30T06:56:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12193262939292","imei1":"12193262939292","imei2":"12193262939292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171500,"job_number":"JOB_171500","tr_customer_id":171517,"tr_customer_product_id":171507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:56:23.000Z","modified_at":"2026-01-30T06:56:59.000Z","name":"Minnie O'Connell","mobile_number":"503-908-6287","email_id":"Angelo_Schuppe25@gmail.com","dop":"2025-04-06","serial_number":"18929316598505","imei1":"18929316598505","imei2":"18929316598505","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171501,"job_number":"JOB_171501","tr_customer_id":171518,"tr_customer_product_id":171508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:56:24.000Z","modified_at":"2026-01-30T06:56:24.000Z","name":"Armani Ward","mobile_number":"882-580-5671","email_id":"Freddie15@yahoo.com","dop":"2025-04-06","serial_number":"17374772680977526","imei1":"17374772680977526","imei2":"17374772680977526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171502,"job_number":"JOB_171502","tr_customer_id":171519,"tr_customer_product_id":171509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:06.000Z","modified_at":"2026-01-30T06:57:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10288515650281","imei1":"10288515650281","imei2":"10288515650281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171503,"job_number":"JOB_171503","tr_customer_id":171520,"tr_customer_product_id":171510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:06.000Z","modified_at":"2026-01-30T06:57:43.000Z","name":"Dewitt Herzog","mobile_number":"704-535-4877","email_id":"Ericka.Willms1@hotmail.com","dop":"2025-04-06","serial_number":"13948918409698","imei1":"13948918409698","imei2":"13948918409698","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171504,"job_number":"JOB_171504","tr_customer_id":171521,"tr_customer_product_id":171511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:08.000Z","modified_at":"2026-01-30T06:57:08.000Z","name":"Derek Brakus","mobile_number":"676-470-8305","email_id":"Eusebio12@yahoo.com","dop":"2025-04-06","serial_number":"15248174536099944","imei1":"15248174536099944","imei2":"15248174536099944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171505,"job_number":"JOB_171505","tr_customer_id":171522,"tr_customer_product_id":171512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:26.000Z","modified_at":"2026-01-30T06:57:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15751855527269","imei1":"15751855527269","imei2":"15751855527269","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171506,"job_number":"JOB_171506","tr_customer_id":171523,"tr_customer_product_id":171513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:26.000Z","modified_at":"2026-01-30T06:58:01.000Z","name":"Orin Gerhold","mobile_number":"788-701-3787","email_id":"Christop_Blanda57@gmail.com","dop":"2025-04-06","serial_number":"16617832952417","imei1":"16617832952417","imei2":"16617832952417","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171507,"job_number":"JOB_171507","tr_customer_id":171524,"tr_customer_product_id":171514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:28.000Z","modified_at":"2026-01-30T06:57:28.000Z","name":"Markus Funk","mobile_number":"661-936-2750","email_id":"Arvid79@yahoo.com","dop":"2025-04-06","serial_number":"16176404680002216","imei1":"16176404680002216","imei2":"16176404680002216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171508,"job_number":"JOB_171508","tr_customer_id":171525,"tr_customer_product_id":171515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:34.000Z","modified_at":"2026-01-30T06:57:34.000Z","name":"Imogene Brown","mobile_number":"988-800-4110","email_id":"Nicholas_Heathcote@hotmail.com","dop":"2025-09-09","serial_number":"17833147080997","imei1":"17833147080997","imei2":"17833147080997","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171509,"job_number":"JOB_171509","tr_customer_id":171526,"tr_customer_product_id":171516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:36.000Z","modified_at":"2026-01-30T06:58:13.000Z","name":"Bill Macejkovic","mobile_number":"344-961-8646","email_id":"Helen_Connelly96@yahoo.com","dop":"2025-04-06","serial_number":"11128181693624","imei1":"11128181693624","imei2":"11128181693624","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171510,"job_number":"JOB_171510","tr_customer_id":171527,"tr_customer_product_id":171517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:37.000Z","modified_at":"2026-01-30T06:57:37.000Z","name":"Matilda Kulas","mobile_number":"867-266-6207","email_id":"Will_Jakubowski@gmail.com","dop":"2025-04-06","serial_number":"19812028850368330","imei1":"19812028850368330","imei2":"19812028850368330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171511,"job_number":"JOB_171511","tr_customer_id":171528,"tr_customer_product_id":171518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:49.000Z","modified_at":"2026-01-30T06:57:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15313901353331","imei1":"15313901353331","imei2":"15313901353331","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171512,"job_number":"JOB_171512","tr_customer_id":171529,"tr_customer_product_id":171519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:50.000Z","modified_at":"2026-01-30T06:58:25.000Z","name":"Haven O'Keefe","mobile_number":"453-269-6038","email_id":"Mariam.Kertzmann56@yahoo.com","dop":"2025-04-06","serial_number":"13018620907147","imei1":"13018620907147","imei2":"13018620907147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171513,"job_number":"JOB_171513","tr_customer_id":171530,"tr_customer_product_id":171520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:51.000Z","modified_at":"2026-01-30T06:57:51.000Z","name":"Natalie Herman","mobile_number":"229-944-5627","email_id":"Freeman.Marquardt61@hotmail.com","dop":"2025-04-06","serial_number":"12333635859026370","imei1":"12333635859026370","imei2":"12333635859026370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171514,"job_number":"JOB_171514","tr_customer_id":171531,"tr_customer_product_id":171521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:58.000Z","modified_at":"2026-01-30T06:58:36.000Z","name":"Sadie Prohaska","mobile_number":"579-300-9292","email_id":"Jordy_Barton50@hotmail.com","dop":"2025-04-06","serial_number":"14908243225646","imei1":"14908243225646","imei2":"14908243225646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:58:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171515,"job_number":"JOB_171515","tr_customer_id":171532,"tr_customer_product_id":171522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:59.000Z","modified_at":"2026-01-30T06:57:59.000Z","name":"Era DuBuque","mobile_number":"665-590-3835","email_id":"Patsy.Fisher@yahoo.com","dop":"2025-04-06","serial_number":"13545061129115658","imei1":"13545061129115658","imei2":"13545061129115658","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171516,"job_number":"JOB_171516","tr_customer_id":171533,"tr_customer_product_id":171523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:03.000Z","modified_at":"2026-01-30T06:58:03.000Z","name":"Tristin Willms","mobile_number":"345-708-1168","email_id":"Christophe27@gmail.com","dop":"2025-09-09","serial_number":"11106271964166","imei1":"11106271964166","imei2":"11106271964166","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171517,"job_number":"JOB_171517","tr_customer_id":171534,"tr_customer_product_id":171524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:08.000Z","modified_at":"2026-01-30T06:58:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10361754681296","imei1":"10361754681296","imei2":"10361754681296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171518,"job_number":"JOB_171518","tr_customer_id":171535,"tr_customer_product_id":171525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:08.000Z","modified_at":"2026-01-30T06:58:43.000Z","name":"Abigayle Kris","mobile_number":"761-332-8215","email_id":"Cecile97@hotmail.com","dop":"2025-04-06","serial_number":"15965980938106","imei1":"15965980938106","imei2":"15965980938106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171519,"job_number":"JOB_171519","tr_customer_id":171536,"tr_customer_product_id":171526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:10.000Z","modified_at":"2026-01-30T06:58:10.000Z","name":"Lew White","mobile_number":"370-372-0980","email_id":"Giles95@yahoo.com","dop":"2025-04-06","serial_number":"11398134508216808","imei1":"11398134508216808","imei2":"11398134508216808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171520,"job_number":"JOB_171520","tr_customer_id":171537,"tr_customer_product_id":171527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:45.000Z","modified_at":"2026-01-30T06:58:45.000Z","name":"Sterling Rau","mobile_number":"803-303-8082","email_id":"Rodolfo89@gmail.com","dop":"2025-09-09","serial_number":"16468926085081","imei1":"16468926085081","imei2":"16468926085081","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171521,"job_number":"JOB_171521","tr_customer_id":171538,"tr_customer_product_id":171528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:49.000Z","modified_at":"2026-01-30T06:58:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16592766373495","imei1":"16592766373495","imei2":"16592766373495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171522,"job_number":"JOB_171522","tr_customer_id":171539,"tr_customer_product_id":171529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:49.000Z","modified_at":"2026-01-30T06:59:24.000Z","name":"Hubert Von","mobile_number":"240-905-8545","email_id":"Leone35@gmail.com","dop":"2025-04-06","serial_number":"14082966664898","imei1":"14082966664898","imei2":"14082966664898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171523,"job_number":"JOB_171523","tr_customer_id":171540,"tr_customer_product_id":171530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:51.000Z","modified_at":"2026-01-30T06:58:51.000Z","name":"Neil Farrell","mobile_number":"869-464-6032","email_id":"Pearl47@gmail.com","dop":"2025-04-06","serial_number":"14717219945456170","imei1":"14717219945456170","imei2":"14717219945456170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171524,"job_number":"JOB_171524","tr_customer_id":171541,"tr_customer_product_id":171531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:59:02.000Z","modified_at":"2026-01-30T06:59:02.000Z","name":"Pearlie Prohaska","mobile_number":"525-592-5075","email_id":"Dominic_Skiles58@gmail.com","dop":"2025-09-09","serial_number":"12067535518042","imei1":"12067535518042","imei2":"12067535518042","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171525,"job_number":"JOB_171525","tr_customer_id":171542,"tr_customer_product_id":171532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:39.000Z","modified_at":"2026-01-30T07:02:17.000Z","name":"Joanie Powlowski","mobile_number":"802-335-6312","email_id":"Barton_Lebsack@gmail.com","dop":"2025-04-06","serial_number":"14376072532521","imei1":"14376072532521","imei2":"14376072532521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:02:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171526,"job_number":"JOB_171526","tr_customer_id":171543,"tr_customer_product_id":171533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:40.000Z","modified_at":"2026-01-30T07:01:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18723547504525","imei1":"18723547504525","imei2":"18723547504525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171527,"job_number":"JOB_171527","tr_customer_id":171544,"tr_customer_product_id":171534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:40.000Z","modified_at":"2026-01-30T07:02:24.000Z","name":"Connie Schuppe","mobile_number":"584-955-6634","email_id":"Merlin_Kub@yahoo.com","dop":"2025-04-06","serial_number":"10591221565016","imei1":"10591221565016","imei2":"10591221565016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:02:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171528,"job_number":"JOB_171528","tr_customer_id":171545,"tr_customer_product_id":171535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:41.000Z","modified_at":"2026-01-30T07:01:41.000Z","name":"Dominique Schulist","mobile_number":"641-506-5536","email_id":"Agnes.Langosh6@gmail.com","dop":"2025-04-06","serial_number":"18569891496144810","imei1":"18569891496144810","imei2":"18569891496144810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171529,"job_number":"JOB_171529","tr_customer_id":171546,"tr_customer_product_id":171536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:42.000Z","modified_at":"2026-01-30T07:01:42.000Z","name":"Winston Leuschke","mobile_number":"524-917-9050","email_id":"Nicholaus.Padberg@hotmail.com","dop":"2025-04-06","serial_number":"11695114576255368","imei1":"11695114576255368","imei2":"11695114576255368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171530,"job_number":"JOB_171530","tr_customer_id":171547,"tr_customer_product_id":171537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:32.000Z","modified_at":"2026-01-30T07:02:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13121651044421","imei1":"13121651044421","imei2":"13121651044421","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171531,"job_number":"JOB_171531","tr_customer_id":171548,"tr_customer_product_id":171538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:32.000Z","modified_at":"2026-01-30T07:03:14.000Z","name":"Wilber Jacobi","mobile_number":"992-552-7723","email_id":"Jillian_Rosenbaum@hotmail.com","dop":"2025-04-06","serial_number":"10488205111150","imei1":"10488205111150","imei2":"10488205111150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:03:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171532,"job_number":"JOB_171532","tr_customer_id":171549,"tr_customer_product_id":171539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:34.000Z","modified_at":"2026-01-30T07:02:34.000Z","name":"Brett McClure","mobile_number":"455-262-6178","email_id":"Maxime84@hotmail.com","dop":"2025-04-06","serial_number":"14347449997241674","imei1":"14347449997241674","imei2":"14347449997241674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171533,"job_number":"JOB_171533","tr_customer_id":171550,"tr_customer_product_id":171540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:41.000Z","modified_at":"2026-01-30T07:02:41.000Z","name":"Graham Hammes","mobile_number":"783-764-9154","email_id":"Jillian.Ullrich@gmail.com","dop":"2025-09-09","serial_number":"16505345934610","imei1":"16505345934610","imei2":"16505345934610","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171534,"job_number":"JOB_171534","tr_customer_id":171551,"tr_customer_product_id":171541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:58.000Z","modified_at":"2026-01-30T07:02:58.000Z","name":"Keanu Haley","mobile_number":"421-716-5661","email_id":"Ally1@hotmail.com","dop":"2025-09-09","serial_number":"11259288924508","imei1":"11259288924508","imei2":"11259288924508","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171535,"job_number":"JOB_171535","tr_customer_id":171552,"tr_customer_product_id":171542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:03:22.000Z","modified_at":"2026-01-30T07:03:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14352760864327","imei1":"14352760864327","imei2":"14352760864327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:03:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171536,"job_number":"JOB_171536","tr_customer_id":171553,"tr_customer_product_id":171543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:03:23.000Z","modified_at":"2026-01-30T07:04:26.000Z","name":"Kaylin Wisozk","mobile_number":"469-902-9439","email_id":"Margarete.Mueller50@gmail.com","dop":"2025-04-06","serial_number":"17636839238460","imei1":"17636839238460","imei2":"17636839238460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:04:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171537,"job_number":"JOB_171537","tr_customer_id":171554,"tr_customer_product_id":171544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:03:24.000Z","modified_at":"2026-01-30T07:03:24.000Z","name":"Reymundo Mohr","mobile_number":"876-298-3930","email_id":"Ruby_Zulauf17@yahoo.com","dop":"2025-04-06","serial_number":"19316281534123830","imei1":"19316281534123830","imei2":"19316281534123830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171538,"job_number":"JOB_171538","tr_customer_id":171555,"tr_customer_product_id":171545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:07:47.000Z","modified_at":"2026-01-30T07:07:47.000Z","name":"Guido Zulauf","mobile_number":"784-302-0818","email_id":"Caitlyn.Quigley10@gmail.com","dop":"2025-09-09","serial_number":"10559669566701","imei1":"10559669566701","imei2":"10559669566701","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:07:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171539,"job_number":"JOB_171539","tr_customer_id":171556,"tr_customer_product_id":171546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:07:59.000Z","modified_at":"2026-01-30T07:07:59.000Z","name":"Leonora Hoppe","mobile_number":"483-457-4891","email_id":"Corrine.Hayes@gmail.com","dop":"2025-09-09","serial_number":"14104489288330","imei1":"14104489288330","imei2":"14104489288330","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:07:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171540,"job_number":"JOB_171540","tr_customer_id":171557,"tr_customer_product_id":171547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:08:07.000Z","modified_at":"2026-01-30T07:08:07.000Z","name":"Elvis Turcotte","mobile_number":"281-884-5495","email_id":"Ben19@gmail.com","dop":"2025-09-09","serial_number":"17527481920029","imei1":"17527481920029","imei2":"17527481920029","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171541,"job_number":"JOB_171541","tr_customer_id":171558,"tr_customer_product_id":171548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:08:15.000Z","modified_at":"2026-01-30T07:08:15.000Z","name":"Marcelina Crooks","mobile_number":"253-908-7134","email_id":"Assunta.Hackett@hotmail.com","dop":"2025-09-09","serial_number":"10723705659562","imei1":"10723705659562","imei2":"10723705659562","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:08:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171542,"job_number":"JOB_171542","tr_customer_id":171559,"tr_customer_product_id":171549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:11:47.000Z","modified_at":"2026-01-30T07:11:47.000Z","name":"Ashlee Gutmann","mobile_number":"508-472-4514","email_id":"Adell22@gmail.com","dop":"2025-09-09","serial_number":"19983866346710","imei1":"19983866346710","imei2":"19983866346710","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171543,"job_number":"JOB_171543","tr_customer_id":171560,"tr_customer_product_id":171550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:11:59.000Z","modified_at":"2026-01-30T07:11:59.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"12231391639422","imei1":"12231391639422","imei2":"12231391639422","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:11:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171544,"job_number":"JOB_171544","tr_customer_id":171561,"tr_customer_product_id":171551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:00.000Z","modified_at":"2026-01-30T07:12:11.000Z","name":"Reed Pfannerstill","mobile_number":"468-910-8021","email_id":"Ashlynn.Cartwright63@hotmail.com","dop":"2025-12-01","serial_number":"11799949595717","imei1":"11799949595717","imei2":"11799949595717","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:12:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171545,"job_number":"JOB_171545","tr_customer_id":171562,"tr_customer_product_id":171552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:05.000Z","modified_at":"2026-01-30T07:12:05.000Z","name":"Waino Leuschke","mobile_number":"561-326-6019","email_id":"Abraham_Treutel89@hotmail.com","dop":"2025-09-09","serial_number":"15282738565681","imei1":"15282738565681","imei2":"15282738565681","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171546,"job_number":"JOB_171546","tr_customer_id":171563,"tr_customer_product_id":171553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:15.000Z","modified_at":"2026-01-30T07:12:15.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15562734371816","imei1":"15562734371816","imei2":"15562734371816","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171547,"job_number":"JOB_171547","tr_customer_id":171564,"tr_customer_product_id":171554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:16.000Z","modified_at":"2026-01-30T07:12:27.000Z","name":"Rosemarie Kub","mobile_number":"849-855-7101","email_id":"Orrin.Leannon67@yahoo.com","dop":"2025-12-01","serial_number":"19308097848604","imei1":"19308097848604","imei2":"19308097848604","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:12:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171548,"job_number":"JOB_171548","tr_customer_id":171565,"tr_customer_product_id":171555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:31.000Z","modified_at":"2026-01-30T07:12:31.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"18902193482151","imei1":"18902193482151","imei2":"18902193482151","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171549,"job_number":"JOB_171549","tr_customer_id":171566,"tr_customer_product_id":171556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:32.000Z","modified_at":"2026-01-30T07:12:43.000Z","name":"Terrell Satterfield","mobile_number":"430-605-4024","email_id":"Jaiden_Walsh@yahoo.com","dop":"2025-12-01","serial_number":"13053838673310","imei1":"13053838673310","imei2":"13053838673310","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:12:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171550,"job_number":"JOB_171550","tr_customer_id":171567,"tr_customer_product_id":171557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:57.000Z","modified_at":"2026-01-30T07:12:57.000Z","name":"Santiago Mayer","mobile_number":"304-279-5556","email_id":"Claudine.Pfeffer55@hotmail.com","dop":"2025-09-09","serial_number":"11947525262724","imei1":"11947525262724","imei2":"11947525262724","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171551,"job_number":"JOB_171551","tr_customer_id":171568,"tr_customer_product_id":171558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:19:18.000Z","modified_at":"2026-01-30T07:19:18.000Z","name":"Darlene Walsh","mobile_number":"208-874-3598","email_id":"Aurelio18@yahoo.com","dop":"2025-09-09","serial_number":"18968543355341","imei1":"18968543355341","imei2":"18968543355341","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171552,"job_number":"JOB_171552","tr_customer_id":171569,"tr_customer_product_id":171559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:19:38.000Z","modified_at":"2026-01-30T07:19:38.000Z","name":"Dillon Schneider","mobile_number":"893-967-3049","email_id":"Earlene5@gmail.com","dop":"2025-09-09","serial_number":"12483515662882","imei1":"12483515662882","imei2":"12483515662882","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171553,"job_number":"JOB_171553","tr_customer_id":171570,"tr_customer_product_id":171560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:20:15.000Z","modified_at":"2026-01-30T07:20:15.000Z","name":"Magdalen Heidenreich","mobile_number":"455-450-1143","email_id":"Gino.Jacobson@yahoo.com","dop":"2025-09-09","serial_number":"15814588098024","imei1":"15814588098024","imei2":"15814588098024","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171554,"job_number":"JOB_171554","tr_customer_id":171571,"tr_customer_product_id":171561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:25:45.000Z","modified_at":"2026-01-30T07:25:58.000Z","name":"Pascale Pfannerstill","mobile_number":"662-376-4125","email_id":"Christiana3@yahoo.com","dop":"2025-02-01","serial_number":"68057889683595","imei1":"68057889683595","imei2":"68057889683595","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-30T07:25:58.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":171555,"job_number":"JOB_171555","tr_customer_id":171572,"tr_customer_product_id":171562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:28:02.000Z","modified_at":"2026-01-30T07:30:12.000Z","name":"Edwina Heller","mobile_number":"816-680-0220","email_id":"Kari84@hotmail.com","dop":"2025-02-01","serial_number":"102405652641513","imei1":"102405652641513","imei2":"102405652641513","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:30:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171556,"job_number":"JOB_171556","tr_customer_id":171573,"tr_customer_product_id":171563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:00.000Z","modified_at":"2026-01-30T07:40:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11846664241594","imei1":"11846664241594","imei2":"11846664241594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:40:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171557,"job_number":"JOB_171557","tr_customer_id":171574,"tr_customer_product_id":171564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:00.000Z","modified_at":"2026-01-30T07:40:15.000Z","name":"Ryley Turner","mobile_number":"635-620-6350","email_id":"Petra.Runolfsdottir@yahoo.com","dop":"2025-04-06","serial_number":"10574124757543","imei1":"10574124757543","imei2":"10574124757543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-30T07:40:15.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":171558,"job_number":"JOB_171558","tr_customer_id":171575,"tr_customer_product_id":171565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:01.000Z","modified_at":"2026-01-30T07:40:01.000Z","name":"Kenna Gulgowski","mobile_number":"751-892-2802","email_id":"Vicky_Christiansen@yahoo.com","dop":"2025-04-06","serial_number":"18567807307813350","imei1":"18567807307813350","imei2":"18567807307813350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:40:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171011,"job_number":"JOB_171011","tr_customer_id":171028,"tr_customer_product_id":171018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:25:50.000Z","modified_at":"2026-01-30T00:25:50.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Evans34@yahoo.com","dop":"2025-07-02","serial_number":"19932109751294","imei1":"19932109751294","imei2":"19932109751294","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171042,"job_number":"JOB_171042","tr_customer_id":171059,"tr_customer_product_id":171049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:40.000Z","modified_at":"2026-01-30T04:19:40.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Alessandro7@hotmail.com","dop":"2025-07-02","serial_number":"13676074499380","imei1":"13676074499380","imei2":"13676074499380","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171055,"job_number":"JOB_171055","tr_customer_id":171072,"tr_customer_product_id":171062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:51.000Z","modified_at":"2026-01-30T04:20:01.000Z","name":"saitama sensei","mobile_number":"915-507-6957","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"164503681414844","imei1":"164503681414844","imei2":"164503681414844","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171066,"job_number":"JOB_171066","tr_customer_id":171083,"tr_customer_product_id":171073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:57.000Z","modified_at":"2026-01-30T04:19:57.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Darrell.Padberg59@yahoo.com","dop":"2025-07-02","serial_number":"17791908953968","imei1":"17791908953968","imei2":"17791908953968","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171071,"job_number":"JOB_171071","tr_customer_id":171088,"tr_customer_product_id":171078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:03.000Z","modified_at":"2026-01-30T04:20:12.000Z","name":"tanjiro kamado","mobile_number":"374-832-8564","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"949483204884179","imei1":"949483204884179","imei2":"949483204884179","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171078,"job_number":"JOB_171078","tr_customer_id":171095,"tr_customer_product_id":171085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:15.000Z","modified_at":"2026-01-30T04:20:24.000Z","name":"giyu tomiaka","mobile_number":"335-514-5381","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"36494606195662","imei1":"36494606195662","imei2":"36494606195662","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171079,"job_number":"JOB_171079","tr_customer_id":171096,"tr_customer_product_id":171086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:15.000Z","modified_at":"2026-01-30T04:20:15.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Tremayne.Dietrich10@yahoo.com","dop":"2025-07-02","serial_number":"18910356990296","imei1":"18910356990296","imei2":"18910356990296","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171113,"job_number":"JOB_171113","tr_customer_id":171130,"tr_customer_product_id":171120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"122455350657810","imei1":"122455350657810","imei2":"122455350657810","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171114,"job_number":"JOB_171114","tr_customer_id":171131,"tr_customer_product_id":171121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"Gerson Mohr","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"178710514467794","imei1":"178710514467794","imei2":"178710514467794","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171116,"job_number":"JOB_171116","tr_customer_id":171133,"tr_customer_product_id":171123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:51.000Z","modified_at":"2026-01-30T04:20:51.000Z","name":"Estel Schultz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139288142978844","imei1":"139288142978844","imei2":"139288142978844","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171117,"job_number":"JOB_171117","tr_customer_id":171134,"tr_customer_product_id":171124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:51.000Z","modified_at":"2026-01-30T04:20:51.000Z","name":"Kira Bergstrom","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"105363578635133","imei1":"105363578635133","imei2":"105363578635133","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171121,"job_number":"JOB_171121","tr_customer_id":171138,"tr_customer_product_id":171128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:01.000Z","modified_at":"2026-01-30T04:21:25.000Z","name":"Cesar West","mobile_number":"353-412-0901","email_id":"Jarod_Walker@gmail.com","dop":"2025-10-01","serial_number":"15643793779925","imei1":"15643793779925","imei2":"15643793779925","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171125,"job_number":"JOB_171125","tr_customer_id":171142,"tr_customer_product_id":171132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:02.000Z","modified_at":"2026-01-30T04:21:02.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"129629439596705","imei1":"129629439596705","imei2":"129629439596705","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171126,"job_number":"JOB_171126","tr_customer_id":171143,"tr_customer_product_id":171133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Arielle Wunsch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"152104315893585","imei1":"152104315893585","imei2":"152104315893585","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171128,"job_number":"JOB_171128","tr_customer_id":171145,"tr_customer_product_id":171135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Viva Stoltenberg","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"190137399588755","imei1":"190137399588755","imei2":"190137399588755","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171129,"job_number":"JOB_171129","tr_customer_id":171146,"tr_customer_product_id":171136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Letha Hudson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128053550904077","imei1":"128053550904077","imei2":"128053550904077","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171144,"job_number":"JOB_171144","tr_customer_id":171161,"tr_customer_product_id":171151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:14.000Z","modified_at":"2026-01-30T04:21:23.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"17874404590567","imei1":"17874404590567","imei2":"17874404590567","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171145,"job_number":"JOB_171145","tr_customer_id":171162,"tr_customer_product_id":171152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:14.000Z","modified_at":"2026-01-30T04:21:14.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15705041186083","imei1":"15705041186083","imei2":"15705041186083","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171150,"job_number":"JOB_171150","tr_customer_id":171167,"tr_customer_product_id":171157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:22.000Z","modified_at":"2026-01-30T04:21:31.000Z","name":"Haskell Lueilwitz","mobile_number":"203-887-4896","email_id":"Emerson.Gerlach@yahoo.com","dop":"2025-12-31","serial_number":"10377871921348","imei1":"10377871921348","imei2":"10377871921348","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171163,"job_number":"JOB_171163","tr_customer_id":171180,"tr_customer_product_id":171170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:32.000Z","modified_at":"2026-01-30T04:21:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105151120147789","imei1":"105151120147789","imei2":"105151120147789","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171164,"job_number":"JOB_171164","tr_customer_id":171181,"tr_customer_product_id":171171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:32.000Z","modified_at":"2026-01-30T04:21:42.000Z","name":"Felipa Krajcik","mobile_number":"647-911-9598","email_id":"Dusty.Ward@gmail.com","dop":"2025-06-09","serial_number":"102433739642713","imei1":"102433739642713","imei2":"102433739642713","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171165,"job_number":"JOB_171165","tr_customer_id":171182,"tr_customer_product_id":171172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:32.000Z","modified_at":"2026-01-30T04:21:32.000Z","name":"Cathryn Bernhard","mobile_number":"679-770-2832","email_id":"Clay_Upton5@gmail.com","dop":"2025-06-09","serial_number":"107986472211083","imei1":"107986472211083","imei2":"107986472211083","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171166,"job_number":"JOB_171166","tr_customer_id":171183,"tr_customer_product_id":171173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:35.000Z","modified_at":"2026-01-30T04:21:44.000Z","name":"Elva Murray","mobile_number":"960-297-9268","email_id":"Cesar40@yahoo.com","dop":"2025-12-31","serial_number":"10453680492317","imei1":"10453680492317","imei2":"10453680492317","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171175,"job_number":"JOB_171175","tr_customer_id":171192,"tr_customer_product_id":171182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:47.000Z","modified_at":"2026-01-30T04:21:47.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"109483218155169","imei1":"109483218155169","imei2":"109483218155169","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171176,"job_number":"JOB_171176","tr_customer_id":171193,"tr_customer_product_id":171183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:47.000Z","modified_at":"2026-01-30T04:21:58.000Z","name":"Joanne Hyatt","mobile_number":"988-275-5806","email_id":"Catharine80@gmail.com","dop":"2025-06-09","serial_number":"103849274999724","imei1":"103849274999724","imei2":"103849274999724","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171177,"job_number":"JOB_171177","tr_customer_id":171194,"tr_customer_product_id":171184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:47.000Z","modified_at":"2026-01-30T04:21:47.000Z","name":"Verda Goldner","mobile_number":"960-443-2362","email_id":"Jennifer42@hotmail.com","dop":"2025-06-09","serial_number":"102955799153965","imei1":"102955799153965","imei2":"102955799153965","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171179,"job_number":"JOB_171179","tr_customer_id":171196,"tr_customer_product_id":171186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:48.000Z","modified_at":"2026-01-30T04:21:57.000Z","name":"Geo Kutch","mobile_number":"761-429-2341","email_id":"Armani.Macejkovic@yahoo.com","dop":"2025-12-31","serial_number":"10316074031672","imei1":"10316074031672","imei2":"10316074031672","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171192,"job_number":"JOB_171192","tr_customer_id":171209,"tr_customer_product_id":171199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:02.000Z","modified_at":"2026-01-30T04:22:02.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100677291391295","imei1":"100677291391295","imei2":"100677291391295","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171193,"job_number":"JOB_171193","tr_customer_id":171210,"tr_customer_product_id":171200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:02.000Z","modified_at":"2026-01-30T04:22:13.000Z","name":"Gladyce Funk","mobile_number":"370-260-7945","email_id":"Christina_Wiegand@gmail.com","dop":"2025-06-09","serial_number":"106462706880483","imei1":"106462706880483","imei2":"106462706880483","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171194,"job_number":"JOB_171194","tr_customer_id":171211,"tr_customer_product_id":171201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:03.000Z","modified_at":"2026-01-30T04:22:03.000Z","name":"Kim Thompson","mobile_number":"614-340-0814","email_id":"Cyrus.Goyette29@yahoo.com","dop":"2025-06-09","serial_number":"109720569545754","imei1":"109720569545754","imei2":"109720569545754","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171237,"job_number":"JOB_171237","tr_customer_id":171254,"tr_customer_product_id":171244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:04:02.000Z","modified_at":"2026-01-30T05:04:11.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"14675267707102","imei1":"14675267707102","imei2":"14675267707102","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:04:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171238,"job_number":"JOB_171238","tr_customer_id":171255,"tr_customer_product_id":171245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:04:03.000Z","modified_at":"2026-01-30T05:04:03.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"12599775730300","imei1":"12599775730300","imei2":"12599775730300","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171395,"job_number":"JOB_171395","tr_customer_id":171412,"tr_customer_product_id":171402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:31:44.000Z","modified_at":"2026-01-30T06:32:08.000Z","name":"Kimberly Balistreri","mobile_number":"220-568-7720","email_id":"Halie_Kreiger@hotmail.com","dop":"2025-11-04","serial_number":"52629867262072","imei1":"52629867262072","imei2":"52629867262072","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:32:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171396,"job_number":"JOB_171396","tr_customer_id":171413,"tr_customer_product_id":171403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:32:11.000Z","modified_at":"2026-01-30T06:32:21.000Z","name":"Santina Donnelly","mobile_number":"370-551-8089","email_id":"Michale_Kulas@gmail.com","dop":"2025-11-04","serial_number":"14929507918204","imei1":"14929507918204","imei2":"14929507918204","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:32:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171398,"job_number":"JOB_171398","tr_customer_id":171415,"tr_customer_product_id":171405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:33:05.000Z","modified_at":"2026-01-30T06:33:30.000Z","name":"Daphney Gerhold","mobile_number":"745-935-5291","email_id":"Betsy.Schumm57@gmail.com","dop":"2025-10-01","serial_number":"18150350360797","imei1":"18150350360797","imei2":"18150350360797","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:33:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171399,"job_number":"JOB_171399","tr_customer_id":171416,"tr_customer_product_id":171406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:27.000Z","modified_at":"2026-01-30T06:34:27.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109299978776517","imei1":"109299978776517","imei2":"109299978776517","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171400,"job_number":"JOB_171400","tr_customer_id":171417,"tr_customer_product_id":171407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:27.000Z","modified_at":"2026-01-30T06:34:40.000Z","name":"Verlie Fisher","mobile_number":"628-728-1017","email_id":"Zechariah99@yahoo.com","dop":"2025-06-09","serial_number":"101784256900985","imei1":"101784256900985","imei2":"101784256900985","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:34:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171401,"job_number":"JOB_171401","tr_customer_id":171418,"tr_customer_product_id":171408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:27.000Z","modified_at":"2026-01-30T06:34:27.000Z","name":"Lulu Donnelly","mobile_number":"238-424-2510","email_id":"Estefania.Keebler24@gmail.com","dop":"2025-06-09","serial_number":"108814377152572","imei1":"108814377152572","imei2":"108814377152572","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171403,"job_number":"JOB_171403","tr_customer_id":171420,"tr_customer_product_id":171410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:44.000Z","modified_at":"2026-01-30T06:34:44.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108853740222209","imei1":"108853740222209","imei2":"108853740222209","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171404,"job_number":"JOB_171404","tr_customer_id":171421,"tr_customer_product_id":171411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:45.000Z","modified_at":"2026-01-30T06:34:57.000Z","name":"Louisa Heidenreich","mobile_number":"570-602-4155","email_id":"Jessyca.Schoen55@gmail.com","dop":"2025-06-09","serial_number":"109195166041348","imei1":"109195166041348","imei2":"109195166041348","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171405,"job_number":"JOB_171405","tr_customer_id":171422,"tr_customer_product_id":171412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:45.000Z","modified_at":"2026-01-30T06:34:45.000Z","name":"Erica Mante","mobile_number":"690-212-8778","email_id":"Hoyt83@gmail.com","dop":"2025-06-09","serial_number":"103857774331542","imei1":"103857774331542","imei2":"103857774331542","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171406,"job_number":"JOB_171406","tr_customer_id":171423,"tr_customer_product_id":171413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:46.000Z","modified_at":"2026-01-30T06:34:46.000Z","name":"Marina Wiza","mobile_number":"439-492-2032","email_id":"Robyn_Bechtelar@yahoo.com","dop":"2025-06-09","serial_number":"39589560771344800","imei1":"39589560771344800","imei2":"39589560771344800","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171407,"job_number":"JOB_171407","tr_customer_id":171424,"tr_customer_product_id":171414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:35:01.000Z","modified_at":"2026-01-30T06:35:01.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100332632151671","imei1":"100332632151671","imei2":"100332632151671","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171408,"job_number":"JOB_171408","tr_customer_id":171425,"tr_customer_product_id":171415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:35:02.000Z","modified_at":"2026-01-30T06:35:14.000Z","name":"Alfonzo Aufderhar","mobile_number":"859-497-6737","email_id":"Caroline.Mann88@yahoo.com","dop":"2025-06-09","serial_number":"108640233809142","imei1":"108640233809142","imei2":"108640233809142","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:35:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171409,"job_number":"JOB_171409","tr_customer_id":171426,"tr_customer_product_id":171416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:35:02.000Z","modified_at":"2026-01-30T06:35:02.000Z","name":"Mariah Cronin","mobile_number":"577-623-5754","email_id":"Mina.Zboncak61@gmail.com","dop":"2025-06-09","serial_number":"104486877785998","imei1":"104486877785998","imei2":"104486877785998","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:35:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171410,"job_number":"JOB_171410","tr_customer_id":171427,"tr_customer_product_id":171417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:36:21.000Z","modified_at":"2026-01-30T06:36:32.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"86875593560582","imei1":"86875593560582","imei2":"86875593560582","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171411,"job_number":"JOB_171411","tr_customer_id":171428,"tr_customer_product_id":171418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:36:36.000Z","modified_at":"2026-01-30T06:36:46.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"74688819890946","imei1":"74688819890946","imei2":"74688819890946","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:36:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171412,"job_number":"JOB_171412","tr_customer_id":171429,"tr_customer_product_id":171419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:36:50.000Z","modified_at":"2026-01-30T06:37:01.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"33805923846679","imei1":"33805923846679","imei2":"33805923846679","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:37:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171443,"job_number":"JOB_171443","tr_customer_id":171460,"tr_customer_product_id":171450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:21.000Z","modified_at":"2026-01-30T06:42:32.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"75130182262291","imei1":"75130182262291","imei2":"75130182262291","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:42:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171445,"job_number":"JOB_171445","tr_customer_id":171462,"tr_customer_product_id":171452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:36.000Z","modified_at":"2026-01-30T06:42:48.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"71313155988867","imei1":"71313155988867","imei2":"71313155988867","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171446,"job_number":"JOB_171446","tr_customer_id":171463,"tr_customer_product_id":171453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:52.000Z","modified_at":"2026-01-30T06:43:03.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"49556311244532","imei1":"49556311244532","imei2":"49556311244532","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171559,"job_number":"JOB_171559","tr_customer_id":171576,"tr_customer_product_id":171566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:04.000Z","modified_at":"2026-01-30T07:40:17.000Z","name":"Laurine Rodriguez","mobile_number":"486-650-1624","email_id":"Beulah66@gmail.com","dop":"2025-11-04","serial_number":"43020844351253","imei1":"43020844351253","imei2":"43020844351253","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:40:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171560,"job_number":"JOB_171560","tr_customer_id":171577,"tr_customer_product_id":171567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:21.000Z","modified_at":"2026-01-30T07:40:21.000Z","name":"Devin Bartoletti","mobile_number":"278-430-3473","email_id":"Maynard35@hotmail.com","dop":"2025-11-04","serial_number":"87938765345437","imei1":"87938765345437","imei2":"87938765345437","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:40:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 294ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTd9.kSgx0WIqBsQ2pxv-YmPvFzlDMiaLteXEyr9qms_OQQs
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0d0bb260-cbba-452a-9926-dedaec198a96
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/171560
Response Information
Response Code: 200 - OK
Mean time per request: 291ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTd9.kSgx0WIqBsQ2pxv-YmPvFzlDMiaLteXEyr9qms_OQQs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c67f18be-418d-40d3-ae30-4b86fe00f2c6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 279ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3fd7d042-00b9-4cda-b448-570913d0e47c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-dAonwqN/fMKJRlRcayTGwaF8MJU"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MjR9.0vcVe-JGJ79K3VVHalDy2uKC5Timam7AUKJfxeU93kk"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MjR9.0vcVe-JGJ79K3VVHalDy2uKC5Timam7AUKJfxeU93kk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token be95b493-c30f-43e5-ad3f-1f2ad01c21b5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 318ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MjR9.0vcVe-JGJ79K3VVHalDy2uKC5Timam7AUKJfxeU93kk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fd68a40b-c514-4727-a15b-02ed803867f7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-tf9bfVcWYR8UqC1FZrhVMEXij5A"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":473},{"label":"Pending for repair","key":"pending_for_repair","count":4},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 336ms
Mean size per request: 459.88KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6bd1bf25-1253-43be-b065-c1414b5d0779
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"72f88-65tP2+HqS55OEpQCcVbNHpIoc64"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 30 Jan 2026 07:40:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":171084,"job_number":"JOB_171084","tr_customer_id":171101,"tr_customer_product_id":171091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:19.000Z","modified_at":"2026-01-30T04:20:19.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10334439849599","imei1":"10334439849599","imei2":"10334439849599","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171087,"job_number":"JOB_171087","tr_customer_id":171104,"tr_customer_product_id":171094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:21.000Z","modified_at":"2026-01-30T04:20:21.000Z","name":"Thea Kilback","mobile_number":"352-427-6834","email_id":"Micaela_Greenfelder55@gmail.com","dop":"2000-01-31","serial_number":"1057508121111206","imei1":"1057508121111206","imei2":"1057508121111206","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171130,"job_number":"JOB_171130","tr_customer_id":171147,"tr_customer_product_id":171137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:04.000Z","modified_at":"2026-01-30T04:21:04.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10661726422848","imei1":"10661726422848","imei2":"10661726422848","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171134,"job_number":"JOB_171134","tr_customer_id":171151,"tr_customer_product_id":171141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:06.000Z","modified_at":"2026-01-30T04:21:06.000Z","name":"Daron Weimann","mobile_number":"669-861-4502","email_id":"Maya.Olson@hotmail.com","dop":"2000-01-31","serial_number":"1089050112890730","imei1":"1089050112890730","imei2":"1089050112890730","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171180,"job_number":"JOB_171180","tr_customer_id":171197,"tr_customer_product_id":171187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:49.000Z","modified_at":"2026-01-30T04:21:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10684632463129","imei1":"10684632463129","imei2":"10684632463129","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171184,"job_number":"JOB_171184","tr_customer_id":171201,"tr_customer_product_id":171191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:50.000Z","modified_at":"2026-01-30T04:21:50.000Z","name":"Lillie Tromp","mobile_number":"781-701-0318","email_id":"Devonte98@gmail.com","dop":"2000-01-31","serial_number":"1032149972052196","imei1":"1032149972052196","imei2":"1032149972052196","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171207,"job_number":"JOB_171207","tr_customer_id":171224,"tr_customer_product_id":171214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:33.000Z","modified_at":"2026-01-30T04:22:33.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10486566917712","imei1":"10486566917712","imei2":"10486566917712","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171209,"job_number":"JOB_171209","tr_customer_id":171226,"tr_customer_product_id":171216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:34.000Z","modified_at":"2026-01-30T04:22:34.000Z","name":"Marianne Mayert","mobile_number":"699-633-4366","email_id":"Reyna18@hotmail.com","dop":"2000-01-31","serial_number":"1081188012489991","imei1":"1081188012489991","imei2":"1081188012489991","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171467,"job_number":"JOB_171467","tr_customer_id":171484,"tr_customer_product_id":171474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:57.000Z","modified_at":"2026-01-30T06:49:57.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10885059418353","imei1":"10885059418353","imei2":"10885059418353","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171469,"job_number":"JOB_171469","tr_customer_id":171486,"tr_customer_product_id":171476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:59.000Z","modified_at":"2026-01-30T06:49:59.000Z","name":"Geo Kulas","mobile_number":"677-564-2868","email_id":"Rowena.Beier@gmail.com","dop":"2000-01-31","serial_number":"1038309113358548","imei1":"1038309113358548","imei2":"1038309113358548","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171474,"job_number":"JOB_171474","tr_customer_id":171491,"tr_customer_product_id":171481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:44.000Z","modified_at":"2026-01-30T06:50:44.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10138717050619","imei1":"10138717050619","imei2":"10138717050619","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171476,"job_number":"JOB_171476","tr_customer_id":171493,"tr_customer_product_id":171483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:46.000Z","modified_at":"2026-01-30T06:50:46.000Z","name":"Ariel Huels","mobile_number":"535-999-2215","email_id":"Meta.Schaden83@yahoo.com","dop":"2000-01-31","serial_number":"1007358706824285","imei1":"1007358706824285","imei2":"1007358706824285","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171480,"job_number":"JOB_171480","tr_customer_id":171497,"tr_customer_product_id":171487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:30.000Z","modified_at":"2026-01-30T06:51:30.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10078460753366","imei1":"10078460753366","imei2":"10078460753366","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171482,"job_number":"JOB_171482","tr_customer_id":171499,"tr_customer_product_id":171489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:32.000Z","modified_at":"2026-01-30T06:51:32.000Z","name":"Adele Hyatt","mobile_number":"318-668-1034","email_id":"Kameron62@yahoo.com","dop":"2000-01-31","serial_number":"1038689945006620","imei1":"1038689945006620","imei2":"1038689945006620","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:32.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171486,"job_number":"JOB_171486","tr_customer_id":171503,"tr_customer_product_id":171493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:16.000Z","modified_at":"2026-01-30T06:52:16.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10895912519873","imei1":"10895912519873","imei2":"10895912519873","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171488,"job_number":"JOB_171488","tr_customer_id":171505,"tr_customer_product_id":171495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:18.000Z","modified_at":"2026-01-30T06:52:18.000Z","name":"Augustine King","mobile_number":"516-270-9722","email_id":"Juston_Kling68@hotmail.com","dop":"2000-01-31","serial_number":"1004032210903606","imei1":"1004032210903606","imei2":"1004032210903606","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:18.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170934,"job_number":"JOB_170934","tr_customer_id":170951,"tr_customer_product_id":170941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T20:54:48.000Z","modified_at":"2026-01-29T20:54:48.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-24","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-24T20:54:47.066198069Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T20:54:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170935,"job_number":"JOB_170935","tr_customer_id":170952,"tr_customer_product_id":170942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:04:30.000Z","modified_at":"2026-01-29T22:04:30.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"152670001311313","imei1":"152670001311313","imei2":"152670001311313","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:04:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170936,"job_number":"JOB_170936","tr_customer_id":170953,"tr_customer_product_id":170943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:08:22.000Z","modified_at":"2026-01-29T22:08:22.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"141478756266125","imei1":"141478756266125","imei2":"141478756266125","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:08:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170937,"job_number":"JOB_170937","tr_customer_id":170954,"tr_customer_product_id":170944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:10:58.000Z","modified_at":"2026-01-29T22:10:58.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"190707338116476","imei1":"190707338116476","imei2":"190707338116476","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:10:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170938,"job_number":"JOB_170938","tr_customer_id":170955,"tr_customer_product_id":170945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:11:26.000Z","modified_at":"2026-01-29T22:11:26.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"193958377500658","imei1":"193958377500658","imei2":"193958377500658","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:11:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170939,"job_number":"JOB_170939","tr_customer_id":170956,"tr_customer_product_id":170946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:11:48.000Z","modified_at":"2026-01-29T22:11:48.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"104238476337588","imei1":"104238476337588","imei2":"104238476337588","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170940,"job_number":"JOB_170940","tr_customer_id":170957,"tr_customer_product_id":170947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:14:04.000Z","modified_at":"2026-01-29T22:14:04.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"136508884623334","imei1":"136508884623334","imei2":"136508884623334","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:14:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170941,"job_number":"JOB_170941","tr_customer_id":170958,"tr_customer_product_id":170948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:18:24.000Z","modified_at":"2026-01-29T22:18:24.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"177228857096241","imei1":"177228857096241","imei2":"177228857096241","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:18:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170942,"job_number":"JOB_170942","tr_customer_id":170959,"tr_customer_product_id":170949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:18:48.000Z","modified_at":"2026-01-29T22:18:48.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"136053200246728","imei1":"136053200246728","imei2":"136053200246728","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:18:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170943,"job_number":"JOB_170943","tr_customer_id":170960,"tr_customer_product_id":170950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:20:39.000Z","modified_at":"2026-01-29T22:20:39.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"130852628447961","imei1":"130852628447961","imei2":"130852628447961","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170945,"job_number":"JOB_170945","tr_customer_id":170962,"tr_customer_product_id":170952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:54:06.000Z","modified_at":"2026-01-29T22:54:06.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"137645666224769","imei1":"137645666224769","imei2":"137645666224769","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:54:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170946,"job_number":"JOB_170946","tr_customer_id":170963,"tr_customer_product_id":170953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:55:31.000Z","modified_at":"2026-01-29T22:55:31.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"146570843073906","imei1":"146570843073906","imei2":"146570843073906","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170947,"job_number":"JOB_170947","tr_customer_id":170964,"tr_customer_product_id":170954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:56:41.000Z","modified_at":"2026-01-29T22:56:41.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"187445080187992","imei1":"187445080187992","imei2":"187445080187992","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170948,"job_number":"JOB_170948","tr_customer_id":170965,"tr_customer_product_id":170955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:57:40.000Z","modified_at":"2026-01-29T22:57:40.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"195065095287755","imei1":"195065095287755","imei2":"195065095287755","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170949,"job_number":"JOB_170949","tr_customer_id":170966,"tr_customer_product_id":170956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:58:18.000Z","modified_at":"2026-01-29T22:58:18.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"156179887592199","imei1":"156179887592199","imei2":"156179887592199","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170950,"job_number":"JOB_170950","tr_customer_id":170967,"tr_customer_product_id":170957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:58:50.000Z","modified_at":"2026-01-29T22:58:50.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"182274226347784","imei1":"182274226347784","imei2":"182274226347784","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170951,"job_number":"JOB_170951","tr_customer_id":170968,"tr_customer_product_id":170958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:11:44.000Z","modified_at":"2026-01-29T23:11:44.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"198041785027203","imei1":"198041785027203","imei2":"198041785027203","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:11:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170952,"job_number":"JOB_170952","tr_customer_id":170969,"tr_customer_product_id":170959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:30.000Z","modified_at":"2026-01-29T23:14:30.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"17021029563270","imei1":"17021029563270","imei2":"17021029563270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170954,"job_number":"JOB_170954","tr_customer_id":170971,"tr_customer_product_id":170961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:31.000Z","modified_at":"2026-01-29T23:14:31.000Z","name":"Terrell Lockman","mobile_number":"437-547-6256","email_id":"Abdul.Wehner37@hotmail.com","dop":"2025-04-06","serial_number":"10016164199382554","imei1":"10016164199382554","imei2":"10016164199382554","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170955,"job_number":"JOB_170955","tr_customer_id":170972,"tr_customer_product_id":170962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:39.000Z","modified_at":"2026-01-29T23:14:39.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"18720195446893","imei1":"18720195446893","imei2":"18720195446893","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170957,"job_number":"JOB_170957","tr_customer_id":170974,"tr_customer_product_id":170964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:40.000Z","modified_at":"2026-01-29T23:14:40.000Z","name":"Hermann Larkin","mobile_number":"500-819-0151","email_id":"Francisco81@hotmail.com","dop":"2025-04-06","serial_number":"15887698112500496","imei1":"15887698112500496","imei2":"15887698112500496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170958,"job_number":"JOB_170958","tr_customer_id":170975,"tr_customer_product_id":170965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:46.000Z","modified_at":"2026-01-29T23:14:46.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"16899085736197","imei1":"16899085736197","imei2":"16899085736197","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170960,"job_number":"JOB_170960","tr_customer_id":170977,"tr_customer_product_id":170967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:47.000Z","modified_at":"2026-01-29T23:14:47.000Z","name":"Dameon Rice","mobile_number":"900-821-4035","email_id":"Alan_Keebler3@yahoo.com","dop":"2025-04-06","serial_number":"16374809289727772","imei1":"16374809289727772","imei2":"16374809289727772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170962,"job_number":"JOB_170962","tr_customer_id":170979,"tr_customer_product_id":170969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:19:59.000Z","modified_at":"2026-01-29T23:19:59.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"17282982707179","imei1":"17282982707179","imei2":"17282982707179","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:19:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170964,"job_number":"JOB_170964","tr_customer_id":170981,"tr_customer_product_id":170971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:20:00.000Z","modified_at":"2026-01-29T23:20:00.000Z","name":"Jeffry Schumm","mobile_number":"653-298-5489","email_id":"Axel_Marquardt@hotmail.com","dop":"2025-04-06","serial_number":"11916684849804726","imei1":"11916684849804726","imei2":"11916684849804726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:20:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170965,"job_number":"JOB_170965","tr_customer_id":170982,"tr_customer_product_id":170972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:20:22.000Z","modified_at":"2026-01-29T23:20:22.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"12443029639239","imei1":"12443029639239","imei2":"12443029639239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170967,"job_number":"JOB_170967","tr_customer_id":170984,"tr_customer_product_id":170974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:20:23.000Z","modified_at":"2026-01-29T23:20:23.000Z","name":"Marta Hane","mobile_number":"416-970-1187","email_id":"Antonio17@gmail.com","dop":"2025-04-06","serial_number":"16095811900718672","imei1":"16095811900718672","imei2":"16095811900718672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170968,"job_number":"JOB_170968","tr_customer_id":170985,"tr_customer_product_id":170975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:20:46.000Z","modified_at":"2026-01-29T23:20:46.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"11683645754852","imei1":"11683645754852","imei2":"11683645754852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170970,"job_number":"JOB_170970","tr_customer_id":170987,"tr_customer_product_id":170977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:20:47.000Z","modified_at":"2026-01-29T23:20:47.000Z","name":"Elisha Boehm","mobile_number":"708-676-8657","email_id":"Gwen63@hotmail.com","dop":"2025-04-06","serial_number":"19923755190717840","imei1":"19923755190717840","imei2":"19923755190717840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170971,"job_number":"JOB_170971","tr_customer_id":170988,"tr_customer_product_id":170978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:24:42.000Z","modified_at":"2026-01-29T23:24:42.000Z","name":"Paige Hahn","mobile_number":"591-938-8987","email_id":"Marcelle.Ward7@yahoo.com","dop":"2025-05-01","serial_number":"17782932930851","imei1":"17782932930851","imei2":"17782932930851","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170972,"job_number":"JOB_170972","tr_customer_id":170989,"tr_customer_product_id":170979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:27:56.000Z","modified_at":"2026-01-29T23:27:56.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"17647806985385","imei1":"17647806985385","imei2":"17647806985385","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170974,"job_number":"JOB_170974","tr_customer_id":170991,"tr_customer_product_id":170981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:27:57.000Z","modified_at":"2026-01-29T23:27:57.000Z","name":"Pierre Hane","mobile_number":"344-531-3630","email_id":"Vincenzo_Mosciski@gmail.com","dop":"2025-04-06","serial_number":"15746635210960528","imei1":"15746635210960528","imei2":"15746635210960528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170975,"job_number":"JOB_170975","tr_customer_id":170992,"tr_customer_product_id":170982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:28:23.000Z","modified_at":"2026-01-29T23:28:23.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"17250031710771","imei1":"17250031710771","imei2":"17250031710771","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170977,"job_number":"JOB_170977","tr_customer_id":170994,"tr_customer_product_id":170984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:28:24.000Z","modified_at":"2026-01-29T23:28:24.000Z","name":"Nelle Baumbach","mobile_number":"563-656-8533","email_id":"Tyrel_Corkery38@yahoo.com","dop":"2025-04-06","serial_number":"16179214541476158","imei1":"16179214541476158","imei2":"16179214541476158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:28:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170978,"job_number":"JOB_170978","tr_customer_id":170995,"tr_customer_product_id":170985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:28:50.000Z","modified_at":"2026-01-29T23:28:50.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"13912742458465","imei1":"13912742458465","imei2":"13912742458465","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:28:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170980,"job_number":"JOB_170980","tr_customer_id":170997,"tr_customer_product_id":170987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:28:51.000Z","modified_at":"2026-01-29T23:28:51.000Z","name":"Priscilla Leannon","mobile_number":"541-496-0783","email_id":"Edgardo_Upton56@gmail.com","dop":"2025-04-06","serial_number":"12119167624213330","imei1":"12119167624213330","imei2":"12119167624213330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:28:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170981,"job_number":"JOB_170981","tr_customer_id":170998,"tr_customer_product_id":170988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:30:02.000Z","modified_at":"2026-01-29T23:30:02.000Z","name":"Kirsten Nitzsche","mobile_number":"502-484-2223","email_id":"Cecil.Bayer85@hotmail.com","dop":"2025-12-10","serial_number":"127380760649969","imei1":"127380760649969","imei2":"127380760649969","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:30:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170982,"job_number":"JOB_170982","tr_customer_id":170999,"tr_customer_product_id":170989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:30:28.000Z","modified_at":"2026-01-29T23:30:28.000Z","name":"Emilio Zboncak","mobile_number":"207-951-3435","email_id":"Sammy_Rempel45@yahoo.com","dop":"2025-12-10","serial_number":"153256482292524","imei1":"153256482292524","imei2":"153256482292524","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:30:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170983,"job_number":"JOB_170983","tr_customer_id":171000,"tr_customer_product_id":170990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:30:39.000Z","modified_at":"2026-01-29T23:30:39.000Z","name":"Reyes Rempel","mobile_number":"773-531-8837","email_id":"Laurie85@hotmail.com","dop":"2025-05-01","serial_number":"15594500302520","imei1":"15594500302520","imei2":"15594500302520","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:30:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170984,"job_number":"JOB_170984","tr_customer_id":171001,"tr_customer_product_id":170991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:35:31.000Z","modified_at":"2026-01-29T23:35:31.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"13810072416321","imei1":"13810072416321","imei2":"13810072416321","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:35:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170986,"job_number":"JOB_170986","tr_customer_id":171003,"tr_customer_product_id":170993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:35:32.000Z","modified_at":"2026-01-29T23:35:32.000Z","name":"Muriel Zulauf","mobile_number":"697-928-2444","email_id":"Bradly16@gmail.com","dop":"2025-04-06","serial_number":"10701044802978842","imei1":"10701044802978842","imei2":"10701044802978842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:35:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170987,"job_number":"JOB_170987","tr_customer_id":171004,"tr_customer_product_id":170994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:36:00.000Z","modified_at":"2026-01-29T23:36:00.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"13123973611028","imei1":"13123973611028","imei2":"13123973611028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170989,"job_number":"JOB_170989","tr_customer_id":171006,"tr_customer_product_id":170996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:36:01.000Z","modified_at":"2026-01-29T23:36:01.000Z","name":"Josianne Hermiston","mobile_number":"841-640-7613","email_id":"Billie94@gmail.com","dop":"2025-04-06","serial_number":"18913021336825596","imei1":"18913021336825596","imei2":"18913021336825596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:36:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170990,"job_number":"JOB_170990","tr_customer_id":171007,"tr_customer_product_id":170997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:36:28.000Z","modified_at":"2026-01-29T23:36:28.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"19506829257318","imei1":"19506829257318","imei2":"19506829257318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:36:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170992,"job_number":"JOB_170992","tr_customer_id":171009,"tr_customer_product_id":170999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:36:29.000Z","modified_at":"2026-01-29T23:36:29.000Z","name":"Magdalena Erdman","mobile_number":"693-912-8428","email_id":"Roxanne4@yahoo.com","dop":"2025-04-06","serial_number":"13801116385466660","imei1":"13801116385466660","imei2":"13801116385466660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:36:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170993,"job_number":"JOB_170993","tr_customer_id":171010,"tr_customer_product_id":171000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:40:09.000Z","modified_at":"2026-01-29T23:40:09.000Z","name":"Rory Heidenreich","mobile_number":"793-934-2132","email_id":"Royal36@yahoo.com","dop":"2025-12-10","serial_number":"10128834109223446","imei1":"10128834109223446","imei2":"10128834109223446","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:40:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170994,"job_number":"JOB_170994","tr_customer_id":171011,"tr_customer_product_id":171001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:40:59.000Z","modified_at":"2026-01-29T23:40:59.000Z","name":"Reyes Rempel","mobile_number":"773-531-8837","email_id":"Laurie85@hotmail.com","dop":"2025-05-01","serial_number":"35594500302520","imei1":"35594500302520","imei2":"35594500302520","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:40:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170995,"job_number":"JOB_170995","tr_customer_id":171012,"tr_customer_product_id":171002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:01.000Z","modified_at":"2026-01-29T23:42:01.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"12540570355351","imei1":"12540570355351","imei2":"12540570355351","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170997,"job_number":"JOB_170997","tr_customer_id":171014,"tr_customer_product_id":171004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:02.000Z","modified_at":"2026-01-29T23:42:02.000Z","name":"Emile Oberbrunner","mobile_number":"834-989-7543","email_id":"Hassan_Zboncak88@gmail.com","dop":"2025-04-06","serial_number":"16761765670322104","imei1":"16761765670322104","imei2":"16761765670322104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170998,"job_number":"JOB_170998","tr_customer_id":171015,"tr_customer_product_id":171005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:29.000Z","modified_at":"2026-01-29T23:42:29.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"18753768629623","imei1":"18753768629623","imei2":"18753768629623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171000,"job_number":"JOB_171000","tr_customer_id":171017,"tr_customer_product_id":171007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:30.000Z","modified_at":"2026-01-29T23:42:30.000Z","name":"Janelle Towne","mobile_number":"497-606-6315","email_id":"Nayeli_Kohler24@gmail.com","dop":"2025-04-06","serial_number":"11320646881969810","imei1":"11320646881969810","imei2":"11320646881969810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171001,"job_number":"JOB_171001","tr_customer_id":171018,"tr_customer_product_id":171008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:56.000Z","modified_at":"2026-01-29T23:42:56.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"19260284269655","imei1":"19260284269655","imei2":"19260284269655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171003,"job_number":"JOB_171003","tr_customer_id":171020,"tr_customer_product_id":171010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:57.000Z","modified_at":"2026-01-29T23:42:57.000Z","name":"Clifford Treutel","mobile_number":"311-905-8178","email_id":"Della7@gmail.com","dop":"2025-04-06","serial_number":"10708441773562332","imei1":"10708441773562332","imei2":"10708441773562332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171004,"job_number":"JOB_171004","tr_customer_id":171021,"tr_customer_product_id":171011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:46:20.000Z","modified_at":"2026-01-29T23:46:20.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-19","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-19T23:46:19.633696493Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171005,"job_number":"JOB_171005","tr_customer_id":171022,"tr_customer_product_id":171012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:46:20.000Z","modified_at":"2026-01-29T23:46:20.000Z","name":"Som Pillai","mobile_number":"7053079833","email_id":"sarala.mishra@hotmail.com","dop":"2026-01-19","serial_number":"709106391543744","imei1":"709106391543744","imei2":"709106391543744","popurl":"www.amaranaath-panicker.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171006,"job_number":"JOB_171006","tr_customer_id":171023,"tr_customer_product_id":171013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:48:46.000Z","modified_at":"2026-01-29T23:48:46.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-19","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-19T23:48:45.977175280Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:48:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171007,"job_number":"JOB_171007","tr_customer_id":171024,"tr_customer_product_id":171014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:49:48.000Z","modified_at":"2026-01-29T23:49:48.000Z","name":"Reymundo Flatley","mobile_number":"997-280-4322","email_id":"Kyler.Stanton@hotmail.com","dop":"2025-12-10","serial_number":"180671090876939","imei1":"180671090876939","imei2":"180671090876939","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171008,"job_number":"JOB_171008","tr_customer_id":171025,"tr_customer_product_id":171015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:50:11.000Z","modified_at":"2026-01-29T23:50:11.000Z","name":"Peter Will","mobile_number":"878-494-8269","email_id":"Izaiah.Rowe@gmail.com","dop":"2025-12-10","serial_number":"123620711580984","imei1":"123620711580984","imei2":"123620711580984","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171009,"job_number":"JOB_171009","tr_customer_id":171026,"tr_customer_product_id":171016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:08:27.000Z","modified_at":"2026-01-30T00:08:27.000Z","name":"Alexandra Emmerich","mobile_number":"541-804-6888","email_id":"Hayden_Ebert@gmail.com","dop":"2025-12-10","serial_number":"192618610756540","imei1":"192618610756540","imei2":"192618610756540","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:08:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171010,"job_number":"JOB_171010","tr_customer_id":171027,"tr_customer_product_id":171017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:10:08.000Z","modified_at":"2026-01-30T00:10:08.000Z","name":"Marcus Batz","mobile_number":"815-586-3143","email_id":"Anne.Mertz@hotmail.com","dop":"2025-12-10","serial_number":"196747128061158","imei1":"196747128061158","imei2":"196747128061158","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:10:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171012,"job_number":"JOB_171012","tr_customer_id":171029,"tr_customer_product_id":171019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:46:04.000Z","modified_at":"2026-01-30T00:46:04.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"69077551366337","imei1":"69077551366337","imei2":"69077551366337","popurl":"2026-01-20T00:46:05.360110400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171013,"job_number":"JOB_171013","tr_customer_id":171030,"tr_customer_product_id":171020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T01:06:28.000Z","modified_at":"2026-01-30T01:06:28.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"95342828280759","imei1":"95342828280759","imei2":"95342828280759","popurl":"2026-01-20T01:06:28.428047187Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T01:06:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171014,"job_number":"JOB_171014","tr_customer_id":171031,"tr_customer_product_id":171021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T01:07:10.000Z","modified_at":"2026-01-30T01:07:10.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"58957088779228","imei1":"58957088779228","imei2":"58957088779228","popurl":"2026-01-20T01:07:10.028400917Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T01:07:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171015,"job_number":"JOB_171015","tr_customer_id":171032,"tr_customer_product_id":171022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:02:32.000Z","modified_at":"2026-01-30T02:02:32.000Z","name":"Lucy Stanton","mobile_number":"751-787-9156","email_id":"Ona78@yahoo.com","dop":"2025-12-10","serial_number":"113029298018590","imei1":"113029298018590","imei2":"113029298018590","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:02:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171016,"job_number":"JOB_171016","tr_customer_id":171033,"tr_customer_product_id":171023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:10:03.000Z","modified_at":"2026-01-30T02:10:03.000Z","name":"Maya Kassulke","mobile_number":"701-580-8927","email_id":"Keeley14@gmail.com","dop":"2025-12-10","serial_number":"115935734016490","imei1":"115935734016490","imei2":"115935734016490","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:10:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171017,"job_number":"JOB_171017","tr_customer_id":171034,"tr_customer_product_id":171024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:17:01.000Z","modified_at":"2026-01-30T02:17:01.000Z","name":"Wanda Hills","mobile_number":"550-723-6743","email_id":"Ludwig.Glover@hotmail.com","dop":"2025-12-10","serial_number":"167787378226206","imei1":"167787378226206","imei2":"167787378226206","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:17:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171018,"job_number":"JOB_171018","tr_customer_id":171035,"tr_customer_product_id":171025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:21:38.000Z","modified_at":"2026-01-30T02:21:38.000Z","name":"Lela Kohler","mobile_number":"710-207-8438","email_id":"Abbey_Schaefer@hotmail.com","dop":"2025-12-10","serial_number":"179367396307145","imei1":"179367396307145","imei2":"179367396307145","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171019,"job_number":"JOB_171019","tr_customer_id":171036,"tr_customer_product_id":171026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:28:09.000Z","modified_at":"2026-01-30T02:28:09.000Z","name":"Janice Torphy","mobile_number":"571-228-2003","email_id":"Talon.Smith@gmail.com","dop":"2025-12-10","serial_number":"117726331096685","imei1":"117726331096685","imei2":"117726331096685","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171020,"job_number":"JOB_171020","tr_customer_id":171037,"tr_customer_product_id":171027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:25:45.000Z","modified_at":"2026-01-30T03:25:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14828724578553","imei1":"14828724578553","imei2":"14828724578553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171022,"job_number":"JOB_171022","tr_customer_id":171039,"tr_customer_product_id":171029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:25:46.000Z","modified_at":"2026-01-30T03:25:46.000Z","name":"Chase Emmerich","mobile_number":"642-375-6447","email_id":"Wiley.Blick45@gmail.com","dop":"2025-04-06","serial_number":"18124366766046890","imei1":"18124366766046890","imei2":"18124366766046890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171023,"job_number":"JOB_171023","tr_customer_id":171040,"tr_customer_product_id":171030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:26:27.000Z","modified_at":"2026-01-30T03:26:27.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11712103852461","imei1":"11712103852461","imei2":"11712103852461","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:26:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171025,"job_number":"JOB_171025","tr_customer_id":171042,"tr_customer_product_id":171032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:26:29.000Z","modified_at":"2026-01-30T03:26:29.000Z","name":"Jovanny Bailey","mobile_number":"687-996-8546","email_id":"Audrey49@hotmail.com","dop":"2025-04-06","serial_number":"13938562338247316","imei1":"13938562338247316","imei2":"13938562338247316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:26:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171026,"job_number":"JOB_171026","tr_customer_id":171043,"tr_customer_product_id":171033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:26:57.000Z","modified_at":"2026-01-30T03:26:57.000Z","name":"Ankit Ojha","mobile_number":"8634214986","email_id":"jhsdhf@gmail.con","dop":"2025-05-01","serial_number":"35594500302521","imei1":"35594500302521","imei2":"35594500302521","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171027,"job_number":"JOB_171027","tr_customer_id":171044,"tr_customer_product_id":171034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:27:10.000Z","modified_at":"2026-01-30T03:27:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19492302188959","imei1":"19492302188959","imei2":"19492302188959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171029,"job_number":"JOB_171029","tr_customer_id":171046,"tr_customer_product_id":171036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:27:12.000Z","modified_at":"2026-01-30T03:27:12.000Z","name":"Fatima Rippin","mobile_number":"264-758-2084","email_id":"Celestino.VonRueden43@hotmail.com","dop":"2025-04-06","serial_number":"16797938487163444","imei1":"16797938487163444","imei2":"16797938487163444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171031,"job_number":"JOB_171031","tr_customer_id":171048,"tr_customer_product_id":171038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:10:20.000Z","modified_at":"2026-01-30T04:10:20.000Z","name":"Arch Kovacek","mobile_number":"304-507-3700","email_id":"Zack_Turcotte@gmail.com","dop":"2025-02-13","serial_number":"10073825861569468","imei1":"10073825861569468","imei2":"10073825861569468","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171034,"job_number":"JOB_171034","tr_customer_id":171051,"tr_customer_product_id":171041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:14.000Z","modified_at":"2026-01-30T04:19:14.000Z","name":"Selmer Quigley","mobile_number":"254-476-2438","email_id":"Jeromy67@gmail.com","dop":"2025-04-06","serial_number":"19324883517627600","imei1":"19324883517627600","imei2":"19324883517627600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171036,"job_number":"JOB_171036","tr_customer_id":171053,"tr_customer_product_id":171043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:25.000Z","modified_at":"2026-01-30T04:19:25.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19789140132324","imei1":"19789140132324","imei2":"19789140132324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171038,"job_number":"JOB_171038","tr_customer_id":171055,"tr_customer_product_id":171045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:26.000Z","modified_at":"2026-01-30T04:19:26.000Z","name":"Consuelo Moore","mobile_number":"637-560-8329","email_id":"Hassie.Lowe@hotmail.com","dop":"2025-04-06","serial_number":"13610658128047988","imei1":"13610658128047988","imei2":"13610658128047988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171039,"job_number":"JOB_171039","tr_customer_id":171056,"tr_customer_product_id":171046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:33.000Z","modified_at":"2026-01-30T04:19:33.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10895109330855","imei1":"10895109330855","imei2":"10895109330855","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171041,"job_number":"JOB_171041","tr_customer_id":171058,"tr_customer_product_id":171048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:34.000Z","modified_at":"2026-01-30T04:19:34.000Z","name":"Austyn Russel","mobile_number":"919-445-3056","email_id":"Gabriel.Renner83@yahoo.com","dop":"2025-06-18","serial_number":"1028878109725905","imei1":"1028878109725905","imei2":"1028878109725905","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171045,"job_number":"JOB_171045","tr_customer_id":171062,"tr_customer_product_id":171052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:42.000Z","modified_at":"2026-01-30T04:19:42.000Z","name":"Blaze Windler","mobile_number":"741-455-9643","email_id":"Tessie.Fritsch@hotmail.com","dop":"2025-04-06","serial_number":"13721468474703484","imei1":"13721468474703484","imei2":"13721468474703484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171046,"job_number":"JOB_171046","tr_customer_id":171063,"tr_customer_product_id":171053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:42.000Z","modified_at":"2026-01-30T04:19:42.000Z","name":"Aileen Kerluke","mobile_number":"380-643-6119","email_id":"Myrtle21@hotmail.com","dop":"2025-04-06","serial_number":"18918815693009616","imei1":"18918815693009616","imei2":"18918815693009616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171047,"job_number":"JOB_171047","tr_customer_id":171064,"tr_customer_product_id":171054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:43.000Z","modified_at":"2026-01-30T04:19:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12361457027404","imei1":"12361457027404","imei2":"12361457027404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171049,"job_number":"JOB_171049","tr_customer_id":171066,"tr_customer_product_id":171056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:45.000Z","modified_at":"2026-01-30T04:19:45.000Z","name":"Caroline Corwin","mobile_number":"997-792-6900","email_id":"Tyrese58@yahoo.com","dop":"2025-04-06","serial_number":"16565555822994826","imei1":"16565555822994826","imei2":"16565555822994826","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171052,"job_number":"JOB_171052","tr_customer_id":171069,"tr_customer_product_id":171059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:50.000Z","modified_at":"2026-01-30T04:19:50.000Z","name":"Maye Rohan","mobile_number":"320-938-6204","email_id":"Fermin51@hotmail.com","dop":"2025-04-06","serial_number":"12352156315327056","imei1":"12352156315327056","imei2":"12352156315327056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171053,"job_number":"JOB_171053","tr_customer_id":171070,"tr_customer_product_id":171060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:51.000Z","modified_at":"2026-01-30T04:19:51.000Z","name":"Crystal Olson","mobile_number":"651-231-8343","email_id":"Dallin.OKon@yahoo.com","dop":"2025-04-06","serial_number":"19996123819039590","imei1":"19996123819039590","imei2":"19996123819039590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171054,"job_number":"JOB_171054","tr_customer_id":171071,"tr_customer_product_id":171061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:51.000Z","modified_at":"2026-01-30T04:19:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14941485891064","imei1":"14941485891064","imei2":"14941485891064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171057,"job_number":"JOB_171057","tr_customer_id":171074,"tr_customer_product_id":171064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:53.000Z","modified_at":"2026-01-30T04:19:53.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14715515236301","imei2":"14715515236301","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171059,"job_number":"JOB_171059","tr_customer_id":171076,"tr_customer_product_id":171066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:53.000Z","modified_at":"2026-01-30T04:19:53.000Z","name":"Damon Reilly","mobile_number":"323-725-6001","email_id":"Mozelle_Becker@gmail.com","dop":"2025-04-06","serial_number":"14380205583874442","imei1":"14380205583874442","imei2":"14380205583874442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171060,"job_number":"JOB_171060","tr_customer_id":171077,"tr_customer_product_id":171067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:54.000Z","modified_at":"2026-01-30T04:19:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15025752619292","imei1":"15025752619292","imei2":"15025752619292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171062,"job_number":"JOB_171062","tr_customer_id":171079,"tr_customer_product_id":171069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:55.000Z","modified_at":"2026-01-30T04:19:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13950459776442","imei1":"13950459776442","imei2":"13950459776442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171064,"job_number":"JOB_171064","tr_customer_id":171081,"tr_customer_product_id":171071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:56.000Z","modified_at":"2026-01-30T04:19:56.000Z","name":"Theo Adams","mobile_number":"251-783-3186","email_id":"Octavia93@yahoo.com","dop":"2025-04-06","serial_number":"19255699621840360","imei1":"19255699621840360","imei2":"19255699621840360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171065,"job_number":"JOB_171065","tr_customer_id":171082,"tr_customer_product_id":171072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:56.000Z","modified_at":"2026-01-30T04:19:56.000Z","name":"Antonio Batz","mobile_number":"412-591-7678","email_id":"Elmo58@gmail.com","dop":"2025-04-06","serial_number":"13191342567792734","imei1":"13191342567792734","imei2":"13191342567792734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171067,"job_number":"JOB_171067","tr_customer_id":171084,"tr_customer_product_id":171074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:00.000Z","modified_at":"2026-01-30T04:20:00.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12808128533471","imei1":"12808128533471","imei2":"12808128533471","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171069,"job_number":"JOB_171069","tr_customer_id":171086,"tr_customer_product_id":171076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:02.000Z","modified_at":"2026-01-30T04:20:02.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13392800680756","imei1":"13392800680756","imei2":"13392800680756","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171072,"job_number":"JOB_171072","tr_customer_id":171089,"tr_customer_product_id":171079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:04.000Z","modified_at":"2026-01-30T04:20:04.000Z","name":"Vince Wyman","mobile_number":"318-735-4395","email_id":"Fannie.Harris48@yahoo.com","dop":"2025-04-06","serial_number":"17750201884445860","imei1":"17750201884445860","imei2":"17750201884445860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171073,"job_number":"JOB_171073","tr_customer_id":171090,"tr_customer_product_id":171080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:05.000Z","modified_at":"2026-01-30T04:20:05.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16190084846242","imei1":"16190084846242","imei2":"16190084846242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171074,"job_number":"JOB_171074","tr_customer_id":171091,"tr_customer_product_id":171081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:05.000Z","modified_at":"2026-01-30T04:20:05.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12747800943565","imei2":"12747800943565","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171077,"job_number":"JOB_171077","tr_customer_id":171094,"tr_customer_product_id":171084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:07.000Z","modified_at":"2026-01-30T04:20:07.000Z","name":"Delbert Kulas","mobile_number":"251-629-9477","email_id":"Kari_Bergstrom@hotmail.com","dop":"2025-04-06","serial_number":"17054645167231580","imei1":"17054645167231580","imei2":"17054645167231580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171080,"job_number":"JOB_171080","tr_customer_id":171097,"tr_customer_product_id":171087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:18.000Z","modified_at":"2026-01-30T04:20:18.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15365346248782","imei2":"15365346248782","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171082,"job_number":"JOB_171082","tr_customer_id":171099,"tr_customer_product_id":171089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:19.000Z","modified_at":"2026-01-30T04:20:19.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10330165628596","imei1":"10330165628596","imei2":"10330165628596","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171086,"job_number":"JOB_171086","tr_customer_id":171103,"tr_customer_product_id":171093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:20.000Z","modified_at":"2026-01-30T04:20:20.000Z","name":"Albin Abshire","mobile_number":"668-514-4248","email_id":"Brianne80@hotmail.com","dop":"2025-06-18","serial_number":"1013847395482759","imei1":"1013847395482759","imei2":"1013847395482759","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171088,"job_number":"JOB_171088","tr_customer_id":171105,"tr_customer_product_id":171095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:28.000Z","modified_at":"2026-01-30T04:20:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10581874528646","imei1":"10581874528646","imei2":"10581874528646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171090,"job_number":"JOB_171090","tr_customer_id":171107,"tr_customer_product_id":171097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:30.000Z","modified_at":"2026-01-30T04:20:30.000Z","name":"Eliseo Barton","mobile_number":"915-373-8311","email_id":"Jordan_Hilll44@yahoo.com","dop":"2025-04-06","serial_number":"15977513941612628","imei1":"15977513941612628","imei2":"15977513941612628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171091,"job_number":"JOB_171091","tr_customer_id":171108,"tr_customer_product_id":171098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:34.000Z","modified_at":"2026-01-30T04:20:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11415388515443","imei1":"11415388515443","imei2":"11415388515443","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171093,"job_number":"JOB_171093","tr_customer_id":171110,"tr_customer_product_id":171100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:36.000Z","modified_at":"2026-01-30T04:20:36.000Z","name":"Benton Grimes","mobile_number":"721-746-1293","email_id":"Ivy28@yahoo.com","dop":"2025-04-06","serial_number":"16799141910559824","imei1":"16799141910559824","imei2":"16799141910559824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171094,"job_number":"JOB_171094","tr_customer_id":171111,"tr_customer_product_id":171101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:38.000Z","modified_at":"2026-01-30T04:20:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12632828275217","imei1":"12632828275217","imei2":"12632828275217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171096,"job_number":"JOB_171096","tr_customer_id":171113,"tr_customer_product_id":171103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:40.000Z","modified_at":"2026-01-30T04:20:40.000Z","name":"Rafaela Robel","mobile_number":"606-473-1412","email_id":"Niko_Cremin41@yahoo.com","dop":"2025-04-06","serial_number":"14855586315233018","imei1":"14855586315233018","imei2":"14855586315233018","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171097,"job_number":"JOB_171097","tr_customer_id":171114,"tr_customer_product_id":171104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:40.000Z","modified_at":"2026-01-30T04:20:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10494375396360","imei1":"10494375396360","imei2":"10494375396360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171098,"job_number":"JOB_171098","tr_customer_id":171115,"tr_customer_product_id":171105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:40.000Z","modified_at":"2026-01-30T04:20:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18571171140244","imei1":"18571171140244","imei2":"18571171140244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171101,"job_number":"JOB_171101","tr_customer_id":171118,"tr_customer_product_id":171108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:42.000Z","modified_at":"2026-01-30T04:20:42.000Z","name":"Sydnee Becker","mobile_number":"569-792-1918","email_id":"Valentina_Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11952295467953676","imei1":"11952295467953676","imei2":"11952295467953676","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171102,"job_number":"JOB_171102","tr_customer_id":171119,"tr_customer_product_id":171109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:42.000Z","modified_at":"2026-01-30T04:20:42.000Z","name":"Myrtice Schuster","mobile_number":"923-364-7912","email_id":"Rashawn.Tromp@gmail.com","dop":"2025-04-06","serial_number":"12395316043665006","imei1":"12395316043665006","imei2":"12395316043665006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171103,"job_number":"JOB_171103","tr_customer_id":171120,"tr_customer_product_id":171110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:42.000Z","modified_at":"2026-01-30T04:20:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19002422177703","imei1":"19002422177703","imei2":"19002422177703","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171105,"job_number":"JOB_171105","tr_customer_id":171122,"tr_customer_product_id":171112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:44.000Z","modified_at":"2026-01-30T04:20:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"80711761283779","imei1":"80711761283779","imei2":"80711761283779","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171106,"job_number":"JOB_171106","tr_customer_id":171123,"tr_customer_product_id":171113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:46.000Z","modified_at":"2026-01-30T04:20:46.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"18197846890188","imei1":"18197846890188","imei2":"18197846890188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171108,"job_number":"JOB_171108","tr_customer_id":171125,"tr_customer_product_id":171115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:47.000Z","modified_at":"2026-01-30T04:20:47.000Z","name":"Oran Nienow","mobile_number":"397-941-2205","email_id":"Abdul94@yahoo.com","dop":"2025-04-06","serial_number":"14063647880324328","imei1":"14063647880324328","imei2":"14063647880324328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171110,"job_number":"JOB_171110","tr_customer_id":171127,"tr_customer_product_id":171117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:48.000Z","modified_at":"2026-01-30T04:20:48.000Z","name":"Aurore Conroy","mobile_number":"288-596-5512","email_id":"Gabriella_Ratke@hotmail.com","dop":"2025-05-30","serial_number":"10089821720810","imei1":"10089821720810","imei2":"10089821720810","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171111,"job_number":"JOB_171111","tr_customer_id":171128,"tr_customer_product_id":171118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"Anibal Nikolaus","mobile_number":"478-758-5801","email_id":"Meaghan.Abernathy@hotmail.com","dop":"2025-05-30","serial_number":"1813197567218586","imei1":"1813197567218586","imei2":"1813197567218586","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171112,"job_number":"JOB_171112","tr_customer_id":171129,"tr_customer_product_id":171119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13047304828854","imei1":"13047304828854","imei2":"13047304828854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171118,"job_number":"JOB_171118","tr_customer_id":171135,"tr_customer_product_id":171125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:52.000Z","modified_at":"2026-01-30T04:20:52.000Z","name":"Hailee Stracke","mobile_number":"825-612-5890","email_id":"Mac67@hotmail.com","dop":"2025-04-06","serial_number":"18361725382543070","imei1":"18361725382543070","imei2":"18361725382543070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171119,"job_number":"JOB_171119","tr_customer_id":171136,"tr_customer_product_id":171126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:00.000Z","modified_at":"2026-01-30T04:21:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10184379292826","imei1":"10184379292826","imei2":"10184379292826","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171122,"job_number":"JOB_171122","tr_customer_id":171139,"tr_customer_product_id":171129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:01.000Z","modified_at":"2026-01-30T04:21:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13335602592566","imei1":"13335602592566","imei2":"13335602592566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171123,"job_number":"JOB_171123","tr_customer_id":171140,"tr_customer_product_id":171130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:02.000Z","modified_at":"2026-01-30T04:21:02.000Z","name":"Violette Barrows","mobile_number":"452-733-4096","email_id":"Augustus_Lehner6@yahoo.com","dop":"2025-04-06","serial_number":"11656714429718438","imei1":"11656714429718438","imei2":"11656714429718438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171127,"job_number":"JOB_171127","tr_customer_id":171144,"tr_customer_product_id":171134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Kyle Spinka","mobile_number":"565-657-5062","email_id":"Janiya_Rath4@yahoo.com","dop":"2025-04-06","serial_number":"17482730694206884","imei1":"17482730694206884","imei2":"17482730694206884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171132,"job_number":"JOB_171132","tr_customer_id":171149,"tr_customer_product_id":171139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:05.000Z","modified_at":"2026-01-30T04:21:05.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10336441282836","imei1":"10336441282836","imei2":"10336441282836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171135,"job_number":"JOB_171135","tr_customer_id":171152,"tr_customer_product_id":171142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:07.000Z","modified_at":"2026-01-30T04:21:07.000Z","name":"Lexus Boehm","mobile_number":"361-387-7956","email_id":"Kailee.Hills16@gmail.com","dop":"2025-04-06","serial_number":"12756185417395368","imei1":"12756185417395368","imei2":"12756185417395368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171136,"job_number":"JOB_171136","tr_customer_id":171153,"tr_customer_product_id":171143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:10.000Z","modified_at":"2026-01-30T04:21:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12725752505415","imei1":"12725752505415","imei2":"12725752505415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171137,"job_number":"JOB_171137","tr_customer_id":171154,"tr_customer_product_id":171144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:10.000Z","modified_at":"2026-01-30T04:21:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13714293502617","imei1":"13714293502617","imei2":"13714293502617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171140,"job_number":"JOB_171140","tr_customer_id":171157,"tr_customer_product_id":171147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:12.000Z","modified_at":"2026-01-30T04:21:12.000Z","name":"Aurore Flatley","mobile_number":"563-354-8191","email_id":"Brook22@yahoo.com","dop":"2025-04-06","serial_number":"19090094799952550","imei1":"19090094799952550","imei2":"19090094799952550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171141,"job_number":"JOB_171141","tr_customer_id":171158,"tr_customer_product_id":171148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:12.000Z","modified_at":"2026-01-30T04:21:12.000Z","name":"Karen Klein","mobile_number":"258-217-4678","email_id":"Estell_Nolan26@yahoo.com","dop":"2025-04-06","serial_number":"14398215357247750","imei1":"14398215357247750","imei2":"14398215357247750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171142,"job_number":"JOB_171142","tr_customer_id":171159,"tr_customer_product_id":171149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:13.000Z","modified_at":"2026-01-30T04:21:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18176245766075","imei1":"18176245766075","imei2":"18176245766075","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171146,"job_number":"JOB_171146","tr_customer_id":171163,"tr_customer_product_id":171153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:15.000Z","modified_at":"2026-01-30T04:21:15.000Z","name":"Erin Wunsch","mobile_number":"500-861-9769","email_id":"Marjory.Schmidt@gmail.com","dop":"2025-04-06","serial_number":"15846851874623872","imei1":"15846851874623872","imei2":"15846851874623872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171147,"job_number":"JOB_171147","tr_customer_id":171164,"tr_customer_product_id":171154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:20.000Z","modified_at":"2026-01-30T04:21:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11643954952817","imei1":"11643954952817","imei2":"11643954952817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171149,"job_number":"JOB_171149","tr_customer_id":171166,"tr_customer_product_id":171156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:22.000Z","modified_at":"2026-01-30T04:21:22.000Z","name":"Grayce Steuber","mobile_number":"433-929-2924","email_id":"Aurelia42@yahoo.com","dop":"2025-04-06","serial_number":"10050657199825186","imei1":"10050657199825186","imei2":"10050657199825186","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171151,"job_number":"JOB_171151","tr_customer_id":171168,"tr_customer_product_id":171158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:23.000Z","modified_at":"2026-01-30T04:21:23.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13975514375578","imei1":"13975514375578","imei2":"13975514375578","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171153,"job_number":"JOB_171153","tr_customer_id":171170,"tr_customer_product_id":171160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:24.000Z","modified_at":"2026-01-30T04:21:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12572575665778","imei1":"12572575665778","imei2":"12572575665778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171155,"job_number":"JOB_171155","tr_customer_id":171172,"tr_customer_product_id":171162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:25.000Z","modified_at":"2026-01-30T04:21:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"79939252957262","imei1":"79939252957262","imei2":"79939252957262","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171156,"job_number":"JOB_171156","tr_customer_id":171173,"tr_customer_product_id":171163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:25.000Z","modified_at":"2026-01-30T04:21:25.000Z","name":"Aniya Murazik","mobile_number":"322-627-0002","email_id":"Winfield_Vandervort@gmail.com","dop":"2025-04-06","serial_number":"16659236109275940","imei1":"16659236109275940","imei2":"16659236109275940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171157,"job_number":"JOB_171157","tr_customer_id":171174,"tr_customer_product_id":171164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:26.000Z","modified_at":"2026-01-30T04:21:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15910569634426","imei1":"15910569634426","imei2":"15910569634426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171158,"job_number":"JOB_171158","tr_customer_id":171175,"tr_customer_product_id":171165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:26.000Z","modified_at":"2026-01-30T04:21:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16872699326375","imei1":"16872699326375","imei2":"16872699326375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171161,"job_number":"JOB_171161","tr_customer_id":171178,"tr_customer_product_id":171168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:27.000Z","modified_at":"2026-01-30T04:21:27.000Z","name":"Mustafa Kuhn","mobile_number":"912-493-1338","email_id":"Malinda_Corkery@yahoo.com","dop":"2025-04-06","serial_number":"14035183049595468","imei1":"14035183049595468","imei2":"14035183049595468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171162,"job_number":"JOB_171162","tr_customer_id":171179,"tr_customer_product_id":171169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:28.000Z","modified_at":"2026-01-30T04:21:28.000Z","name":"Janet Wisozk","mobile_number":"451-478-0380","email_id":"Zachery.Trantow@hotmail.com","dop":"2025-04-06","serial_number":"17314327491275152","imei1":"17314327491275152","imei2":"17314327491275152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171167,"job_number":"JOB_171167","tr_customer_id":171184,"tr_customer_product_id":171174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:36.000Z","modified_at":"2026-01-30T04:21:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19349527487445","imei1":"19349527487445","imei2":"19349527487445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171169,"job_number":"JOB_171169","tr_customer_id":171186,"tr_customer_product_id":171176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:37.000Z","modified_at":"2026-01-30T04:21:37.000Z","name":"Tristin Rice","mobile_number":"964-441-2429","email_id":"Casimer1@yahoo.com","dop":"2025-04-06","serial_number":"11065823219439082","imei1":"11065823219439082","imei2":"11065823219439082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171170,"job_number":"JOB_171170","tr_customer_id":171187,"tr_customer_product_id":171177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:41.000Z","modified_at":"2026-01-30T04:21:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11013865804194","imei1":"11013865804194","imei2":"11013865804194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171172,"job_number":"JOB_171172","tr_customer_id":171189,"tr_customer_product_id":171179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:43.000Z","modified_at":"2026-01-30T04:21:43.000Z","name":"Mose Cole","mobile_number":"294-329-7352","email_id":"Antone36@gmail.com","dop":"2025-04-06","serial_number":"10074333549551858","imei1":"10074333549551858","imei2":"10074333549551858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171173,"job_number":"JOB_171173","tr_customer_id":171190,"tr_customer_product_id":171180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:46.000Z","modified_at":"2026-01-30T04:21:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11456612834737","imei1":"11456612834737","imei2":"11456612834737","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171178,"job_number":"JOB_171178","tr_customer_id":171195,"tr_customer_product_id":171185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:48.000Z","modified_at":"2026-01-30T04:21:48.000Z","name":"Ashlee Feest","mobile_number":"238-405-9120","email_id":"Anjali_Steuber63@gmail.com","dop":"2025-04-06","serial_number":"15591575254436972","imei1":"15591575254436972","imei2":"15591575254436972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171182,"job_number":"JOB_171182","tr_customer_id":171199,"tr_customer_product_id":171189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:49.000Z","modified_at":"2026-01-30T04:21:49.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"19182914204528","imei1":"19182914204528","imei2":"19182914204528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171185,"job_number":"JOB_171185","tr_customer_id":171202,"tr_customer_product_id":171192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:51.000Z","modified_at":"2026-01-30T04:21:51.000Z","name":"Forest Bernhard","mobile_number":"588-635-6685","email_id":"Justine.Trantow@gmail.com","dop":"2025-04-06","serial_number":"19613373375737250","imei1":"19613373375737250","imei2":"19613373375737250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171186,"job_number":"JOB_171186","tr_customer_id":171203,"tr_customer_product_id":171193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:53.000Z","modified_at":"2026-01-30T04:21:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19045978191441","imei1":"19045978191441","imei2":"19045978191441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171188,"job_number":"JOB_171188","tr_customer_id":171205,"tr_customer_product_id":171195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:54.000Z","modified_at":"2026-01-30T04:21:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18107180046001","imei1":"18107180046001","imei2":"18107180046001","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171190,"job_number":"JOB_171190","tr_customer_id":171207,"tr_customer_product_id":171197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:55.000Z","modified_at":"2026-01-30T04:21:55.000Z","name":"Neva Ruecker","mobile_number":"865-843-6317","email_id":"Manuel0@gmail.com","dop":"2025-04-06","serial_number":"14774233739138378","imei1":"14774233739138378","imei2":"14774233739138378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171191,"job_number":"JOB_171191","tr_customer_id":171208,"tr_customer_product_id":171198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:55.000Z","modified_at":"2026-01-30T04:21:56.000Z","name":"Abigale Schowalter","mobile_number":"426-725-5354","email_id":"Cullen69@gmail.com","dop":"2025-04-06","serial_number":"19622860221436948","imei1":"19622860221436948","imei2":"19622860221436948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171195,"job_number":"JOB_171195","tr_customer_id":171212,"tr_customer_product_id":171202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:05.000Z","modified_at":"2026-01-30T04:22:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10791529943008","imei1":"10791529943008","imei2":"10791529943008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171197,"job_number":"JOB_171197","tr_customer_id":171214,"tr_customer_product_id":171204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:07.000Z","modified_at":"2026-01-30T04:22:07.000Z","name":"Benny Sporer","mobile_number":"497-543-1503","email_id":"Vinnie_Frami@hotmail.com","dop":"2025-04-06","serial_number":"14909847439509902","imei1":"14909847439509902","imei2":"14909847439509902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171198,"job_number":"JOB_171198","tr_customer_id":171215,"tr_customer_product_id":171205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:21.000Z","modified_at":"2026-01-30T04:22:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19486982035805","imei1":"19486982035805","imei2":"19486982035805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171200,"job_number":"JOB_171200","tr_customer_id":171217,"tr_customer_product_id":171207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:23.000Z","modified_at":"2026-01-30T04:22:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18092013293194","imei1":"18092013293194","imei2":"18092013293194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171201,"job_number":"JOB_171201","tr_customer_id":171218,"tr_customer_product_id":171208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:23.000Z","modified_at":"2026-01-30T04:22:23.000Z","name":"Yasmin Stiedemann","mobile_number":"637-956-7788","email_id":"Jovany_Dare71@gmail.com","dop":"2025-04-06","serial_number":"18322374918490020","imei1":"18322374918490020","imei2":"18322374918490020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171203,"job_number":"JOB_171203","tr_customer_id":171220,"tr_customer_product_id":171210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:24.000Z","modified_at":"2026-01-30T04:22:24.000Z","name":"Shanny Langosh","mobile_number":"479-821-8901","email_id":"Lelah.Frami51@hotmail.com","dop":"2025-04-06","serial_number":"15749746972984424","imei1":"15749746972984424","imei2":"15749746972984424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171204,"job_number":"JOB_171204","tr_customer_id":171221,"tr_customer_product_id":171211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:31.000Z","modified_at":"2026-01-30T04:22:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10399943841144","imei1":"10399943841144","imei2":"10399943841144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171206,"job_number":"JOB_171206","tr_customer_id":171223,"tr_customer_product_id":171213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:32.000Z","modified_at":"2026-01-30T04:22:32.000Z","name":"Amalia Mills","mobile_number":"324-681-8598","email_id":"Ron28@yahoo.com","dop":"2025-04-06","serial_number":"15970487449770618","imei1":"15970487449770618","imei2":"15970487449770618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171210,"job_number":"JOB_171210","tr_customer_id":171227,"tr_customer_product_id":171217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:36.000Z","modified_at":"2026-01-30T04:22:36.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15597096697630","imei1":"15597096697630","imei2":"15597096697630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171212,"job_number":"JOB_171212","tr_customer_id":171229,"tr_customer_product_id":171219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:37.000Z","modified_at":"2026-01-30T04:22:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10438647031695","imei1":"10438647031695","imei2":"10438647031695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171213,"job_number":"JOB_171213","tr_customer_id":171230,"tr_customer_product_id":171220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:37.000Z","modified_at":"2026-01-30T04:22:37.000Z","name":"Madelyn Crona","mobile_number":"617-893-3283","email_id":"Connie_Metz87@gmail.com","dop":"2025-04-06","serial_number":"15166292613630514","imei1":"15166292613630514","imei2":"15166292613630514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171215,"job_number":"JOB_171215","tr_customer_id":171232,"tr_customer_product_id":171222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:39.000Z","modified_at":"2026-01-30T04:22:39.000Z","name":"Stanford Hermiston","mobile_number":"309-949-8683","email_id":"Monte55@hotmail.com","dop":"2025-04-06","serial_number":"16523640268083688","imei1":"16523640268083688","imei2":"16523640268083688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171216,"job_number":"JOB_171216","tr_customer_id":171233,"tr_customer_product_id":171223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:24.000Z","modified_at":"2026-01-30T04:26:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68165893365844","imei1":"68165893365844","imei2":"68165893365844","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171217,"job_number":"JOB_171217","tr_customer_id":171234,"tr_customer_product_id":171224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:25.000Z","modified_at":"2026-01-30T04:26:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50230575454873","imei1":"50230575454873","imei2":"50230575454873","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171218,"job_number":"JOB_171218","tr_customer_id":171235,"tr_customer_product_id":171225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:25.000Z","modified_at":"2026-01-30T04:26:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45516248057217","imei1":"45516248057217","imei2":"45516248057217","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171219,"job_number":"JOB_171219","tr_customer_id":171236,"tr_customer_product_id":171226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:25.000Z","modified_at":"2026-01-30T04:26:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97918493716764","imei1":"97918493716764","imei2":"97918493716764","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171220,"job_number":"JOB_171220","tr_customer_id":171237,"tr_customer_product_id":171227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:26.000Z","modified_at":"2026-01-30T04:26:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42590853375783","imei1":"42590853375783","imei2":"42590853375783","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171221,"job_number":"JOB_171221","tr_customer_id":171238,"tr_customer_product_id":171228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:26.000Z","modified_at":"2026-01-30T04:26:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50111375755706","imei1":"50111375755706","imei2":"50111375755706","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171223,"job_number":"JOB_171223","tr_customer_id":171240,"tr_customer_product_id":171230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:58.000Z","modified_at":"2026-01-30T04:26:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32360882111424","imei1":"32360882111424","imei2":"32360882111424","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171224,"job_number":"JOB_171224","tr_customer_id":171241,"tr_customer_product_id":171231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:58.000Z","modified_at":"2026-01-30T04:26:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36696771861835","imei1":"36696771861835","imei2":"36696771861835","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171225,"job_number":"JOB_171225","tr_customer_id":171242,"tr_customer_product_id":171232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:58.000Z","modified_at":"2026-01-30T04:26:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"77356460039342","imei1":"77356460039342","imei2":"77356460039342","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171226,"job_number":"JOB_171226","tr_customer_id":171243,"tr_customer_product_id":171233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:59.000Z","modified_at":"2026-01-30T04:26:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"44813251435698","imei1":"44813251435698","imei2":"44813251435698","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171227,"job_number":"JOB_171227","tr_customer_id":171244,"tr_customer_product_id":171234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:59.000Z","modified_at":"2026-01-30T04:26:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40196297666119","imei1":"40196297666119","imei2":"40196297666119","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171228,"job_number":"JOB_171228","tr_customer_id":171245,"tr_customer_product_id":171235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:59.000Z","modified_at":"2026-01-30T04:26:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34266284520785","imei1":"34266284520785","imei2":"34266284520785","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171230,"job_number":"JOB_171230","tr_customer_id":171247,"tr_customer_product_id":171237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:30.000Z","modified_at":"2026-01-30T04:27:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69066471103613","imei1":"69066471103613","imei2":"69066471103613","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171231,"job_number":"JOB_171231","tr_customer_id":171248,"tr_customer_product_id":171238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:31.000Z","modified_at":"2026-01-30T04:27:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41548994759976","imei1":"41548994759976","imei2":"41548994759976","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171232,"job_number":"JOB_171232","tr_customer_id":171249,"tr_customer_product_id":171239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:31.000Z","modified_at":"2026-01-30T04:27:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50398662904799","imei1":"50398662904799","imei2":"50398662904799","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171233,"job_number":"JOB_171233","tr_customer_id":171250,"tr_customer_product_id":171240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:31.000Z","modified_at":"2026-01-30T04:27:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92289060463279","imei1":"92289060463279","imei2":"92289060463279","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171234,"job_number":"JOB_171234","tr_customer_id":171251,"tr_customer_product_id":171241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:32.000Z","modified_at":"2026-01-30T04:27:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95043084725679","imei1":"95043084725679","imei2":"95043084725679","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171235,"job_number":"JOB_171235","tr_customer_id":171252,"tr_customer_product_id":171242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:32.000Z","modified_at":"2026-01-30T04:27:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40314052249079","imei1":"40314052249079","imei2":"40314052249079","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171239,"job_number":"JOB_171239","tr_customer_id":171256,"tr_customer_product_id":171246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:06:28.000Z","modified_at":"2026-01-30T05:06:28.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"44492326259131","imei1":"44492326259131","imei2":"44492326259131","popurl":"2026-01-20T05:06:28.238559035Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:06:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171240,"job_number":"JOB_171240","tr_customer_id":171257,"tr_customer_product_id":171247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:06:31.000Z","modified_at":"2026-01-30T05:06:31.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"94988867562782","imei1":"94988867562782","imei2":"94988867562782","popurl":"2026-01-20T05:06:30.816405359Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:06:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171241,"job_number":"JOB_171241","tr_customer_id":171258,"tr_customer_product_id":171248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:11:43.000Z","modified_at":"2026-01-30T05:11:43.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103654342872658","imei1":"103654342872658","imei2":"103654342872658","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:11:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171243,"job_number":"JOB_171243","tr_customer_id":171260,"tr_customer_product_id":171250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:11:56.000Z","modified_at":"2026-01-30T05:11:56.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109721411806758","imei1":"109721411806758","imei2":"109721411806758","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:11:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171246,"job_number":"JOB_171246","tr_customer_id":171263,"tr_customer_product_id":171253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:30:05.000Z","modified_at":"2026-01-30T05:30:06.000Z","name":"Hillary Huels","mobile_number":"440-720-2758","email_id":"Parker.Franecki52@hotmail.com","dop":"2025-04-06","serial_number":"13442540163156602","imei1":"13442540163156602","imei2":"13442540163156602","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:30:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171248,"job_number":"JOB_171248","tr_customer_id":171265,"tr_customer_product_id":171255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:30:34.000Z","modified_at":"2026-01-30T05:30:34.000Z","name":"Sadie Hills","mobile_number":"486-376-6669","email_id":"Adriana92@gmail.com","dop":"2025-04-06","serial_number":"10176398618220392","imei1":"10176398618220392","imei2":"10176398618220392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:30:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171250,"job_number":"JOB_171250","tr_customer_id":171267,"tr_customer_product_id":171257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:36:00.000Z","modified_at":"2026-01-30T05:36:00.000Z","name":"Cindy Weber","mobile_number":"793-436-1824","email_id":"Brisa.McLaughlin@gmail.com","dop":"2025-04-06","serial_number":"16464233850864918","imei1":"16464233850864918","imei2":"16464233850864918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171252,"job_number":"JOB_171252","tr_customer_id":171269,"tr_customer_product_id":171259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:36:45.000Z","modified_at":"2026-01-30T05:36:45.000Z","name":"Ruthie West","mobile_number":"936-777-9716","email_id":"Jaylan.Champlin@yahoo.com","dop":"2025-04-06","serial_number":"18938842716442600","imei1":"18938842716442600","imei2":"18938842716442600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171254,"job_number":"JOB_171254","tr_customer_id":171271,"tr_customer_product_id":171261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:37:30.000Z","modified_at":"2026-01-30T05:37:30.000Z","name":"Tyreek Miller","mobile_number":"262-217-5818","email_id":"Leanne.Kutch@gmail.com","dop":"2025-04-06","serial_number":"12247188256887778","imei1":"12247188256887778","imei2":"12247188256887778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:37:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171255,"job_number":"JOB_171255","tr_customer_id":171272,"tr_customer_product_id":171262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Mechelle Stracke","mobile_number":"7099314516","email_id":"windy.gleason@yahoo.com","dop":"2026-01-20","serial_number":"572666053020437","imei1":"498384250923512","imei2":"890435172846539","popurl":"www.leoma-swaniawski.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171256,"job_number":"JOB_171256","tr_customer_id":171273,"tr_customer_product_id":171263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Cedrick Franecki","mobile_number":"7078678597","email_id":"shelba.hessel@gmail.com","dop":"2026-01-20","serial_number":"238276324961790","imei1":"010576607716187","imei2":"163987280620345","popurl":"www.providencia-greenholt.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171257,"job_number":"JOB_171257","tr_customer_id":171274,"tr_customer_product_id":171264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Ceola Nitzsche","mobile_number":"7054427024","email_id":"claud.medhurst@gmail.com","dop":"2026-01-20","serial_number":"768356234766334","imei1":"452469915347785","imei2":"325373290351874","popurl":"www.kristian-ritchie.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171258,"job_number":"JOB_171258","tr_customer_id":171275,"tr_customer_product_id":171265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Clark Yost","mobile_number":"7036900967","email_id":"lyle.goodwin@hotmail.com","dop":"2026-01-20","serial_number":"491884467495444","imei1":"016174267256365","imei2":"912381369241386","popurl":"www.marco-swift.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171259,"job_number":"JOB_171259","tr_customer_id":171276,"tr_customer_product_id":171266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Margarette Lueilwitz","mobile_number":"7085478763","email_id":"julio.koch@yahoo.com","dop":"2026-01-20","serial_number":"412860258341152","imei1":"813171604214463","imei2":"485612585521118","popurl":"www.jonathon-wilkinson.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171260,"job_number":"JOB_171260","tr_customer_id":171277,"tr_customer_product_id":171267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Laronda Torphy","mobile_number":"7025021474","email_id":"william.stehr@gmail.com","dop":"2026-01-20","serial_number":"972441054471604","imei1":"686754197654528","imei2":"926554475411645","popurl":"www.abram-hansen.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171261,"job_number":"JOB_171261","tr_customer_id":171278,"tr_customer_product_id":171268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Chester Hayes","mobile_number":"7045727611","email_id":"luetta.waters@gmail.com","dop":"2026-01-20","serial_number":"838903341815602","imei1":"976467245767710","imei2":"795221116181019","popurl":"www.maryalice-prosacco.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171262,"job_number":"JOB_171262","tr_customer_id":171279,"tr_customer_product_id":171269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Sharmaine Morar","mobile_number":"7049135324","email_id":"norah.johnson@hotmail.com","dop":"2026-01-20","serial_number":"929996546076416","imei1":"573566954401823","imei2":"761359974709772","popurl":"www.fred-wisoky.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171263,"job_number":"JOB_171263","tr_customer_id":171280,"tr_customer_product_id":171270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Vi Harber","mobile_number":"7064000175","email_id":"leigh.bergnaum@hotmail.com","dop":"2026-01-20","serial_number":"616610043460910","imei1":"155654986123458","imei2":"310585677560027","popurl":"www.emilio-schoen.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171264,"job_number":"JOB_171264","tr_customer_id":171281,"tr_customer_product_id":171271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Mina Lesch","mobile_number":"7082372665","email_id":"suzie.marks@yahoo.com","dop":"2026-01-20","serial_number":"701044727612722","imei1":"376613410787939","imei2":"942991546876059","popurl":"www.joe-buckridge.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171265,"job_number":"JOB_171265","tr_customer_id":171282,"tr_customer_product_id":171272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Wilburn Bergstrom","mobile_number":"7013353968","email_id":"asa.ryan@gmail.com","dop":"2026-01-20","serial_number":"623635974871693","imei1":"242619460205683","imei2":"965083142035508","popurl":"www.megan-kuhic.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171266,"job_number":"JOB_171266","tr_customer_id":171284,"tr_customer_product_id":171273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Jacinto Kozey","mobile_number":"7022960780","email_id":"adan.kihn@yahoo.com","dop":"2026-01-20","serial_number":"573428908551433","imei1":"054924308963273","imei2":"284649389869029","popurl":"www.emmitt-schulist.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171267,"job_number":"JOB_171267","tr_customer_id":171283,"tr_customer_product_id":171274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Conception Mills","mobile_number":"7045496618","email_id":"daphne.mayer@gmail.com","dop":"2026-01-20","serial_number":"263444539501114","imei1":"164269333423350","imei2":"644376740033112","popurl":"www.nery-kuphal.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171268,"job_number":"JOB_171268","tr_customer_id":171285,"tr_customer_product_id":171275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Floyd Jaskolski","mobile_number":"7052180863","email_id":"latashia.beahan@yahoo.com","dop":"2026-01-20","serial_number":"380992307916679","imei1":"944089403776228","imei2":"617770173665034","popurl":"www.miquel-flatley.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171269,"job_number":"JOB_171269","tr_customer_id":171286,"tr_customer_product_id":171276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Shela Bashirian","mobile_number":"7054494394","email_id":"kittie.hettinger@gmail.com","dop":"2026-01-20","serial_number":"060213496186556","imei1":"289633814379277","imei2":"422413910083233","popurl":"www.humberto-hammes.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171270,"job_number":"JOB_171270","tr_customer_id":171287,"tr_customer_product_id":171277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Darius Anderson","mobile_number":"7097564929","email_id":"odette.keeling@yahoo.com","dop":"2026-01-20","serial_number":"758725336219691","imei1":"578129971270282","imei2":"900822568283921","popurl":"www.donnie-hirthe.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171271,"job_number":"JOB_171271","tr_customer_id":171288,"tr_customer_product_id":171278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Felisha Senger","mobile_number":"7002630667","email_id":"babara.hauck@gmail.com","dop":"2026-01-20","serial_number":"713857290800578","imei1":"498239871993302","imei2":"069643077108131","popurl":"www.patricia-glover.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171272,"job_number":"JOB_171272","tr_customer_id":171289,"tr_customer_product_id":171279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Martin Herzog","mobile_number":"7048489618","email_id":"stewart.boyle@yahoo.com","dop":"2026-01-20","serial_number":"642548287437421","imei1":"001494208315496","imei2":"220970376417477","popurl":"www.frederica-durgan.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171273,"job_number":"JOB_171273","tr_customer_id":171291,"tr_customer_product_id":171280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Charity Hagenes","mobile_number":"7056781630","email_id":"edwardo.schulist@yahoo.com","dop":"2026-01-20","serial_number":"207775557780019","imei1":"141317159035208","imei2":"770188941722539","popurl":"www.nikki-cassin.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171274,"job_number":"JOB_171274","tr_customer_id":171290,"tr_customer_product_id":171281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Margarito Purdy","mobile_number":"7049896781","email_id":"nelda.sauer@hotmail.com","dop":"2026-01-20","serial_number":"555087379422001","imei1":"781499275048964","imei2":"068666357976210","popurl":"www.dia-stokes.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171275,"job_number":"JOB_171275","tr_customer_id":171292,"tr_customer_product_id":171282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Eura Swift","mobile_number":"7001842203","email_id":"stewart.kuvalis@yahoo.com","dop":"2026-01-20","serial_number":"826652378492166","imei1":"677566223021085","imei2":"460924875045151","popurl":"www.gwyn-wiza.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171276,"job_number":"JOB_171276","tr_customer_id":171293,"tr_customer_product_id":171283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Patrick Hudson","mobile_number":"7018081216","email_id":"paul.waters@hotmail.com","dop":"2026-01-20","serial_number":"380785726166291","imei1":"500837556582087","imei2":"956176460929887","popurl":"www.robt-wunsch.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171277,"job_number":"JOB_171277","tr_customer_id":171294,"tr_customer_product_id":171284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Hai Jakubowski","mobile_number":"7036325365","email_id":"harry.becker@yahoo.com","dop":"2026-01-20","serial_number":"400672857448585","imei1":"906922527643994","imei2":"116140246894846","popurl":"www.chuck-powlowski.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171278,"job_number":"JOB_171278","tr_customer_id":171295,"tr_customer_product_id":171285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Rosetta MacGyver","mobile_number":"7001482526","email_id":"kurtis.dare@hotmail.com","dop":"2026-01-20","serial_number":"948980902782389","imei1":"110367369457101","imei2":"538514891420431","popurl":"www.toi-gutmann.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171279,"job_number":"JOB_171279","tr_customer_id":171296,"tr_customer_product_id":171286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Merrie Davis","mobile_number":"7070612816","email_id":"rey.armstrong@hotmail.com","dop":"2026-01-20","serial_number":"981135890916648","imei1":"432334546733783","imei2":"633851218106331","popurl":"www.galen-johnson.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171280,"job_number":"JOB_171280","tr_customer_id":171297,"tr_customer_product_id":171287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Rogelio Howell","mobile_number":"7047198962","email_id":"tama.bosco@hotmail.com","dop":"2026-01-20","serial_number":"620230799896431","imei1":"382577882871484","imei2":"651505170758353","popurl":"www.rocio-yost.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171281,"job_number":"JOB_171281","tr_customer_id":171298,"tr_customer_product_id":171288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Jerrold Hettinger","mobile_number":"7014609769","email_id":"alfonso.nitzsche@gmail.com","dop":"2026-01-20","serial_number":"298271036192099","imei1":"493301056721234","imei2":"806543001633283","popurl":"www.leif-leannon.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171282,"job_number":"JOB_171282","tr_customer_id":171299,"tr_customer_product_id":171289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Leia Wilderman","mobile_number":"7081764293","email_id":"charlie.kshlerin@yahoo.com","dop":"2026-01-20","serial_number":"847215224174939","imei1":"616657187339376","imei2":"790766060331074","popurl":"www.elroy-buckridge.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171283,"job_number":"JOB_171283","tr_customer_id":171300,"tr_customer_product_id":171290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Corina Keebler","mobile_number":"7012242008","email_id":"donte.armstrong@gmail.com","dop":"2026-01-20","serial_number":"254436800512874","imei1":"542141292010198","imei2":"677410120059873","popurl":"www.monte-douglas.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171284,"job_number":"JOB_171284","tr_customer_id":171301,"tr_customer_product_id":171291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Ping Williamson","mobile_number":"7019746611","email_id":"tommie.predovic@yahoo.com","dop":"2026-01-20","serial_number":"091790878881049","imei1":"177114594404262","imei2":"853646222958487","popurl":"www.olen-kuhn.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171285,"job_number":"JOB_171285","tr_customer_id":171302,"tr_customer_product_id":171292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Gertie Feil","mobile_number":"7053090139","email_id":"jimmie.borer@gmail.com","dop":"2026-01-20","serial_number":"606341795059464","imei1":"631296331161559","imei2":"941897190477117","popurl":"www.fermin-baumbach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171286,"job_number":"JOB_171286","tr_customer_id":171303,"tr_customer_product_id":171293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Heriberto Dare","mobile_number":"7050317234","email_id":"jonas.schneider@gmail.com","dop":"2026-01-20","serial_number":"521380277078461","imei1":"449668329731456","imei2":"542018027928858","popurl":"www.dave-beahan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171287,"job_number":"JOB_171287","tr_customer_id":171304,"tr_customer_product_id":171294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Marlyn Schiller","mobile_number":"7099628598","email_id":"val.barrows@yahoo.com","dop":"2026-01-20","serial_number":"916071023365421","imei1":"720851075151568","imei2":"400866920625810","popurl":"www.charlette-willms.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171288,"job_number":"JOB_171288","tr_customer_id":171305,"tr_customer_product_id":171295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Kirsten Senger","mobile_number":"7097079404","email_id":"dexter.gleason@hotmail.com","dop":"2026-01-20","serial_number":"563714483928251","imei1":"123991720083125","imei2":"002947736462201","popurl":"www.georgene-ullrich.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171289,"job_number":"JOB_171289","tr_customer_id":171306,"tr_customer_product_id":171296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Kam Lowe","mobile_number":"7001121305","email_id":"alyse.pacocha@hotmail.com","dop":"2026-01-20","serial_number":"688350530513191","imei1":"232348310637105","imei2":"687112166095974","popurl":"www.chrystal-bruen.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171290,"job_number":"JOB_171290","tr_customer_id":171307,"tr_customer_product_id":171297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Raymundo Lehner","mobile_number":"7026882957","email_id":"jackie.heaney@hotmail.com","dop":"2026-01-20","serial_number":"329196997117307","imei1":"315729494463659","imei2":"856215408405094","popurl":"www.monty-ernser.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171291,"job_number":"JOB_171291","tr_customer_id":171309,"tr_customer_product_id":171298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Angle Bosco","mobile_number":"7006739450","email_id":"taunya.hettinger@gmail.com","dop":"2026-01-20","serial_number":"756406649999859","imei1":"297677764704882","imei2":"923920695219972","popurl":"www.milagro-roob.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171292,"job_number":"JOB_171292","tr_customer_id":171308,"tr_customer_product_id":171299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Melanie Bode","mobile_number":"7082822385","email_id":"matthew.nitzsche@yahoo.com","dop":"2026-01-20","serial_number":"445282738789803","imei1":"137857908041800","imei2":"753072165846076","popurl":"www.elodia-green.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171293,"job_number":"JOB_171293","tr_customer_id":171310,"tr_customer_product_id":171300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Quinn Kreiger","mobile_number":"7009979625","email_id":"alexia.kuvalis@hotmail.com","dop":"2026-01-20","serial_number":"854318010154538","imei1":"861088907597622","imei2":"185817212957150","popurl":"www.ellan-muller.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171294,"job_number":"JOB_171294","tr_customer_id":171311,"tr_customer_product_id":171301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Darrel Corwin","mobile_number":"7057047003","email_id":"lyman.wiegand@hotmail.com","dop":"2026-01-20","serial_number":"237175470271655","imei1":"032486600368255","imei2":"446173791097521","popurl":"www.erin-runolfsson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171295,"job_number":"JOB_171295","tr_customer_id":171312,"tr_customer_product_id":171302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Mittie Barton","mobile_number":"7028648701","email_id":"emmie.schuster@gmail.com","dop":"2026-01-20","serial_number":"924393276295249","imei1":"309472988490565","imei2":"658495554469434","popurl":"www.tyler-goodwin.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171296,"job_number":"JOB_171296","tr_customer_id":171313,"tr_customer_product_id":171303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Williams Wilderman","mobile_number":"7004300651","email_id":"allena.lang@gmail.com","dop":"2026-01-20","serial_number":"713854897368234","imei1":"409939976558701","imei2":"735582385868358","popurl":"www.simona-altenwerth.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171297,"job_number":"JOB_171297","tr_customer_id":171314,"tr_customer_product_id":171304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Manie Schaefer","mobile_number":"7083348073","email_id":"katheleen.toy@yahoo.com","dop":"2026-01-20","serial_number":"947390877324960","imei1":"944637172852648","imei2":"144334355109576","popurl":"www.guadalupe-donnelly.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171298,"job_number":"JOB_171298","tr_customer_id":171315,"tr_customer_product_id":171305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Suzi Gutkowski","mobile_number":"7000348900","email_id":"tammi.ward@yahoo.com","dop":"2026-01-20","serial_number":"521796092686116","imei1":"895769951233287","imei2":"451086771861443","popurl":"www.bobby-howell.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171299,"job_number":"JOB_171299","tr_customer_id":171316,"tr_customer_product_id":171306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Rocky Becker","mobile_number":"7033551283","email_id":"alberto.powlowski@yahoo.com","dop":"2026-01-20","serial_number":"399236703668613","imei1":"338145194685861","imei2":"214652828394383","popurl":"www.helaine-lynch.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171300,"job_number":"JOB_171300","tr_customer_id":171317,"tr_customer_product_id":171307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Quinton Little","mobile_number":"7038957880","email_id":"anabel.price@yahoo.com","dop":"2026-01-20","serial_number":"630296100037005","imei1":"097816377351172","imei2":"904960290408004","popurl":"www.merlin-marks.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171301,"job_number":"JOB_171301","tr_customer_id":171318,"tr_customer_product_id":171308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Ophelia Rice","mobile_number":"7046698561","email_id":"merlin.hayes@gmail.com","dop":"2026-01-20","serial_number":"354178160521808","imei1":"455855935314235","imei2":"273275603966270","popurl":"www.dirk-bauch.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171302,"job_number":"JOB_171302","tr_customer_id":171319,"tr_customer_product_id":171309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Tom Hammes","mobile_number":"7000942450","email_id":"margarett.wisoky@yahoo.com","dop":"2026-01-20","serial_number":"752467710248004","imei1":"288185988413854","imei2":"299792988910928","popurl":"www.harris-volkman.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171303,"job_number":"JOB_171303","tr_customer_id":171320,"tr_customer_product_id":171310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Whitney Monahan","mobile_number":"7082537552","email_id":"nicola.effertz@gmail.com","dop":"2026-01-20","serial_number":"320853054357944","imei1":"854691824554205","imei2":"333310707553695","popurl":"www.philomena-cummings.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171304,"job_number":"JOB_171304","tr_customer_id":171322,"tr_customer_product_id":171311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Micheal Kuphal","mobile_number":"7053593462","email_id":"eula.yundt@hotmail.com","dop":"2026-01-20","serial_number":"781374517942592","imei1":"671122538259545","imei2":"180776559201212","popurl":"www.song-ortiz.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171305,"job_number":"JOB_171305","tr_customer_id":171321,"tr_customer_product_id":171312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Cyrus Kuhlman","mobile_number":"7058941188","email_id":"zachary.walter@hotmail.com","dop":"2026-01-20","serial_number":"828750392070931","imei1":"711725431974453","imei2":"121108258349178","popurl":"www.kortney-stehr.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171306,"job_number":"JOB_171306","tr_customer_id":171323,"tr_customer_product_id":171313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Caren Kozey","mobile_number":"7024358111","email_id":"morgan.harris@yahoo.com","dop":"2026-01-20","serial_number":"130268590698903","imei1":"762771362112646","imei2":"079198503697501","popurl":"www.cathie-fadel.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171307,"job_number":"JOB_171307","tr_customer_id":171324,"tr_customer_product_id":171314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Erasmo Jerde","mobile_number":"7077248713","email_id":"noelle.bednar@yahoo.com","dop":"2026-01-20","serial_number":"851784061286438","imei1":"990530413518809","imei2":"418220343943831","popurl":"www.christi-deckow.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171308,"job_number":"JOB_171308","tr_customer_id":171325,"tr_customer_product_id":171315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Charlie Reichel","mobile_number":"7019051130","email_id":"bethany.bayer@yahoo.com","dop":"2026-01-20","serial_number":"962454777702104","imei1":"330761018557061","imei2":"580522695193604","popurl":"www.jewell-brekke.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171309,"job_number":"JOB_171309","tr_customer_id":171326,"tr_customer_product_id":171316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Ashly Muller","mobile_number":"7033151416","email_id":"deshawn.deckow@hotmail.com","dop":"2026-01-20","serial_number":"467004973717725","imei1":"123728033258318","imei2":"398747741128254","popurl":"www.tobi-schmitt.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171310,"job_number":"JOB_171310","tr_customer_id":171327,"tr_customer_product_id":171317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:42.000Z","modified_at":"2026-01-30T05:55:42.000Z","name":"Eleanora Ward","mobile_number":"7028648988","email_id":"arnette.wiegand@gmail.com","dop":"2026-01-20","serial_number":"570528850340114","imei1":"320870487801078","imei2":"710620712670116","popurl":"www.erick-sawayn.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171311,"job_number":"JOB_171311","tr_customer_id":171328,"tr_customer_product_id":171318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:42.000Z","modified_at":"2026-01-30T05:55:42.000Z","name":"Karen Armstrong","mobile_number":"7068288941","email_id":"jude.durgan@yahoo.com","dop":"2026-01-20","serial_number":"939118111250160","imei1":"898008289804416","imei2":"458935161560606","popurl":"www.annelle-ratke.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171312,"job_number":"JOB_171312","tr_customer_id":171329,"tr_customer_product_id":171319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:42.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Delmar Kuhlman","mobile_number":"7076639014","email_id":"morris.champlin@hotmail.com","dop":"2026-01-20","serial_number":"359966718293181","imei1":"269850488109661","imei2":"086271321760063","popurl":"www.elisa-hickle.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171313,"job_number":"JOB_171313","tr_customer_id":171330,"tr_customer_product_id":171320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Alise Strosin","mobile_number":"7029822744","email_id":"miquel.hauck@gmail.com","dop":"2026-01-20","serial_number":"113476940717789","imei1":"826707803695069","imei2":"114528807275329","popurl":"www.daphne-orn.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171314,"job_number":"JOB_171314","tr_customer_id":171331,"tr_customer_product_id":171321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Kathaleen Nolan","mobile_number":"7034353648","email_id":"kelley.smitham@yahoo.com","dop":"2026-01-20","serial_number":"215758379552571","imei1":"071950585874522","imei2":"912099833654560","popurl":"www.beverly-hand.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171315,"job_number":"JOB_171315","tr_customer_id":171332,"tr_customer_product_id":171322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Ariel Cummings","mobile_number":"7038642287","email_id":"irving.waelchi@yahoo.com","dop":"2026-01-20","serial_number":"463492551678414","imei1":"648186731601765","imei2":"480006720646052","popurl":"www.stuart-legros.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171316,"job_number":"JOB_171316","tr_customer_id":171333,"tr_customer_product_id":171323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Carol Klein","mobile_number":"7015590816","email_id":"brice.roob@yahoo.com","dop":"2026-01-20","serial_number":"710983340271287","imei1":"733109760191233","imei2":"361240509090824","popurl":"www.merle-hahn.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171317,"job_number":"JOB_171317","tr_customer_id":171334,"tr_customer_product_id":171324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Kyle Douglas","mobile_number":"7015148888","email_id":"tyson.sporer@yahoo.com","dop":"2026-01-20","serial_number":"766541170764355","imei1":"565784542446208","imei2":"538816603970844","popurl":"www.mack-crooks.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171318,"job_number":"JOB_171318","tr_customer_id":171335,"tr_customer_product_id":171325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Rico Gleichner","mobile_number":"7029157150","email_id":"noe.nitzsche@hotmail.com","dop":"2026-01-20","serial_number":"491736804658628","imei1":"493575193136037","imei2":"646049109562879","popurl":"www.estrella-mohr.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171319,"job_number":"JOB_171319","tr_customer_id":171336,"tr_customer_product_id":171326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Jefferey Kris","mobile_number":"7099992313","email_id":"eldon.rau@hotmail.com","dop":"2026-01-20","serial_number":"383666994327856","imei1":"075128337433975","imei2":"655744289525468","popurl":"www.graham-konopelski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171320,"job_number":"JOB_171320","tr_customer_id":171337,"tr_customer_product_id":171327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Royal Klein","mobile_number":"7049889361","email_id":"linsey.feil@hotmail.com","dop":"2026-01-20","serial_number":"030365157241101","imei1":"841865954352253","imei2":"751180241466148","popurl":"www.keenan-goldner.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171321,"job_number":"JOB_171321","tr_customer_id":171338,"tr_customer_product_id":171328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Easter Baumbach","mobile_number":"7093036604","email_id":"kristopher.batz@hotmail.com","dop":"2026-01-20","serial_number":"914912160874195","imei1":"971588513580079","imei2":"736842994493543","popurl":"www.marilou-ferry.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171322,"job_number":"JOB_171322","tr_customer_id":171339,"tr_customer_product_id":171329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Otha Heathcote","mobile_number":"7022274597","email_id":"kasie.hyatt@yahoo.com","dop":"2026-01-20","serial_number":"051530957056078","imei1":"700307274917464","imei2":"381092289380151","popurl":"www.maggie-koepp.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171323,"job_number":"JOB_171323","tr_customer_id":171340,"tr_customer_product_id":171330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Yuk Walker","mobile_number":"7079057641","email_id":"idell.mcclure@gmail.com","dop":"2026-01-20","serial_number":"018953174275601","imei1":"197554091067559","imei2":"146793685141557","popurl":"www.chelsea-strosin.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171324,"job_number":"JOB_171324","tr_customer_id":171341,"tr_customer_product_id":171331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Lillie Spencer","mobile_number":"7048536157","email_id":"kasey.brown@gmail.com","dop":"2026-01-20","serial_number":"169151214653888","imei1":"606013340190024","imei2":"432370165611082","popurl":"www.erik-turcotte.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171325,"job_number":"JOB_171325","tr_customer_id":171342,"tr_customer_product_id":171332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Suzan Feil","mobile_number":"7017899097","email_id":"aron.mante@yahoo.com","dop":"2026-01-20","serial_number":"934554124274999","imei1":"643500244089838","imei2":"768905799936658","popurl":"www.elvis-walter.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171326,"job_number":"JOB_171326","tr_customer_id":171343,"tr_customer_product_id":171333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Vaughn Abshire","mobile_number":"7076898654","email_id":"sophia.beahan@gmail.com","dop":"2026-01-20","serial_number":"374887385152324","imei1":"236118919572179","imei2":"730551795153501","popurl":"www.cameron-labadie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171327,"job_number":"JOB_171327","tr_customer_id":171344,"tr_customer_product_id":171334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Darrick Schiller","mobile_number":"7007616646","email_id":"youlanda.waelchi@yahoo.com","dop":"2026-01-20","serial_number":"913360750542939","imei1":"044302794883510","imei2":"582414749359131","popurl":"www.damon-ohara.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171328,"job_number":"JOB_171328","tr_customer_id":171345,"tr_customer_product_id":171335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Andreas Kuhlman","mobile_number":"7080274718","email_id":"shawana.gutmann@yahoo.com","dop":"2026-01-20","serial_number":"833874154524629","imei1":"165684040934487","imei2":"312100825481361","popurl":"www.palmer-boyer.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171329,"job_number":"JOB_171329","tr_customer_id":171346,"tr_customer_product_id":171336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Horace McLaughlin","mobile_number":"7069779472","email_id":"clarita.gottlieb@gmail.com","dop":"2026-01-20","serial_number":"582099164941029","imei1":"227114044654142","imei2":"156221871043903","popurl":"www.frankie-trantow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171330,"job_number":"JOB_171330","tr_customer_id":171347,"tr_customer_product_id":171337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Keenan Lang","mobile_number":"7088968871","email_id":"julius.becker@yahoo.com","dop":"2026-01-20","serial_number":"209260180327899","imei1":"298211817981988","imei2":"369635061744510","popurl":"www.janell-lowe.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171331,"job_number":"JOB_171331","tr_customer_id":171348,"tr_customer_product_id":171338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Patrick Lemke","mobile_number":"7007403986","email_id":"lindsay.feest@gmail.com","dop":"2026-01-20","serial_number":"022307895346513","imei1":"135070715406277","imei2":"424391515834522","popurl":"www.buck-parker.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171332,"job_number":"JOB_171332","tr_customer_id":171349,"tr_customer_product_id":171339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Daryl Walter","mobile_number":"7054905836","email_id":"rosalba.little@gmail.com","dop":"2026-01-20","serial_number":"973331501090102","imei1":"687295614282327","imei2":"705856612819515","popurl":"www.dominique-bernhard.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171333,"job_number":"JOB_171333","tr_customer_id":171350,"tr_customer_product_id":171340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Betty Wolff","mobile_number":"7017370882","email_id":"marisela.purdy@hotmail.com","dop":"2026-01-20","serial_number":"853721744842080","imei1":"789305070249993","imei2":"975196809715704","popurl":"www.brittaney-okon.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171334,"job_number":"JOB_171334","tr_customer_id":171351,"tr_customer_product_id":171341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Monty Streich","mobile_number":"7064317989","email_id":"sterling.schmidt@yahoo.com","dop":"2026-01-20","serial_number":"492146951984773","imei1":"681843052321560","imei2":"676830187061196","popurl":"www.nia-hamill.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171335,"job_number":"JOB_171335","tr_customer_id":171352,"tr_customer_product_id":171342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Stephan Beier","mobile_number":"7028352644","email_id":"dusty.swift@gmail.com","dop":"2026-01-20","serial_number":"848429255648885","imei1":"640703781449972","imei2":"665248918196321","popurl":"www.alaine-olson.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171336,"job_number":"JOB_171336","tr_customer_id":171353,"tr_customer_product_id":171343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Mark Harris","mobile_number":"7019203537","email_id":"kerry.abbott@gmail.com","dop":"2026-01-20","serial_number":"158636126981963","imei1":"462749841897112","imei2":"371272028423057","popurl":"www.drema-bernier.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171337,"job_number":"JOB_171337","tr_customer_id":171354,"tr_customer_product_id":171344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Caryn Mraz","mobile_number":"7012286778","email_id":"mardell.damore@gmail.com","dop":"2026-01-20","serial_number":"492422236760717","imei1":"953879803448535","imei2":"203247308133498","popurl":"www.nigel-huels.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171338,"job_number":"JOB_171338","tr_customer_id":171355,"tr_customer_product_id":171345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Roxann Krajcik","mobile_number":"7083524756","email_id":"eddie.fisher@yahoo.com","dop":"2026-01-20","serial_number":"894665896733248","imei1":"159345806106229","imei2":"831415349417924","popurl":"www.daren-stiedemann.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171339,"job_number":"JOB_171339","tr_customer_id":171356,"tr_customer_product_id":171346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Marquis McKenzie","mobile_number":"7036712750","email_id":"neil.stroman@yahoo.com","dop":"2026-01-20","serial_number":"712805775036816","imei1":"462218474417448","imei2":"578419115520565","popurl":"www.catherina-johns.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171340,"job_number":"JOB_171340","tr_customer_id":171357,"tr_customer_product_id":171347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Shawana Bartell","mobile_number":"7039979523","email_id":"dortha.harris@gmail.com","dop":"2026-01-20","serial_number":"877536665877150","imei1":"364166343636287","imei2":"778855328820417","popurl":"www.leda-abbott.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171341,"job_number":"JOB_171341","tr_customer_id":171358,"tr_customer_product_id":171348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Shandi Schinner","mobile_number":"7065687824","email_id":"jessie.kertzmann@gmail.com","dop":"2026-01-20","serial_number":"850274205060159","imei1":"964112510529323","imei2":"315046121597884","popurl":"www.boris-morissette.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171342,"job_number":"JOB_171342","tr_customer_id":171359,"tr_customer_product_id":171349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Matthew Hudson","mobile_number":"7008094170","email_id":"andre.monahan@yahoo.com","dop":"2026-01-20","serial_number":"408659195680000","imei1":"133284790354959","imei2":"014125850736231","popurl":"www.corinne-abbott.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171343,"job_number":"JOB_171343","tr_customer_id":171360,"tr_customer_product_id":171350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Mohammad Howell","mobile_number":"7034161108","email_id":"willodean.torp@hotmail.com","dop":"2026-01-20","serial_number":"557393980105678","imei1":"865949135880345","imei2":"286310765529782","popurl":"www.shirlene-funk.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171344,"job_number":"JOB_171344","tr_customer_id":171361,"tr_customer_product_id":171351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Inocencia McCullough","mobile_number":"7070412863","email_id":"ouida.emard@yahoo.com","dop":"2026-01-20","serial_number":"689899434329349","imei1":"704458332138095","imei2":"330556491938086","popurl":"www.irving-ziemann.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171345,"job_number":"JOB_171345","tr_customer_id":171362,"tr_customer_product_id":171352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Tiara Berge","mobile_number":"7024572240","email_id":"marty.price@hotmail.com","dop":"2026-01-20","serial_number":"701976783804628","imei1":"127828047744783","imei2":"793942879768999","popurl":"www.sharen-stokes.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171346,"job_number":"JOB_171346","tr_customer_id":171363,"tr_customer_product_id":171353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Granville Baumbach","mobile_number":"7022356100","email_id":"delta.cormier@gmail.com","dop":"2026-01-20","serial_number":"996804375718733","imei1":"602551415911801","imei2":"930078855823199","popurl":"www.cierra-crona.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171347,"job_number":"JOB_171347","tr_customer_id":171364,"tr_customer_product_id":171354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Luisa Bogan","mobile_number":"7067333858","email_id":"orval.upton@hotmail.com","dop":"2026-01-20","serial_number":"854300526798627","imei1":"677953650731126","imei2":"431990791433519","popurl":"www.eleonor-gutkowski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171348,"job_number":"JOB_171348","tr_customer_id":171365,"tr_customer_product_id":171355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Tammera Metz","mobile_number":"7047053055","email_id":"marvin.schoen@gmail.com","dop":"2026-01-20","serial_number":"052515037263998","imei1":"138097395785825","imei2":"612058888985915","popurl":"www.reiko-haag.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171349,"job_number":"JOB_171349","tr_customer_id":171366,"tr_customer_product_id":171356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Damien Hegmann","mobile_number":"7090363996","email_id":"jerome.stamm@gmail.com","dop":"2026-01-20","serial_number":"246944316579449","imei1":"523090462055794","imei2":"779341923092163","popurl":"www.del-waters.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171350,"job_number":"JOB_171350","tr_customer_id":171367,"tr_customer_product_id":171357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Tuyet Hamill","mobile_number":"7096352010","email_id":"gabriele.kutch@hotmail.com","dop":"2026-01-20","serial_number":"153056128550413","imei1":"269012477768882","imei2":"094785500498281","popurl":"www.norbert-gusikowski.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171351,"job_number":"JOB_171351","tr_customer_id":171368,"tr_customer_product_id":171358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Darrick Berge","mobile_number":"7087668523","email_id":"arturo.davis@gmail.com","dop":"2026-01-20","serial_number":"647399180273864","imei1":"458357599291083","imei2":"782248925382212","popurl":"www.thomas-weber.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171352,"job_number":"JOB_171352","tr_customer_id":171369,"tr_customer_product_id":171359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Sherwood Fadel","mobile_number":"7011843943","email_id":"david.zieme@yahoo.com","dop":"2026-01-20","serial_number":"789671532689752","imei1":"563711768576478","imei2":"057048674402843","popurl":"www.gerri-sporer.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171353,"job_number":"JOB_171353","tr_customer_id":171370,"tr_customer_product_id":171360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Lashell O'Kon","mobile_number":"7025980012","email_id":"devon.roberts@gmail.com","dop":"2026-01-20","serial_number":"392770444299956","imei1":"872677543420725","imei2":"132521620430556","popurl":"www.fletcher-bartoletti.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171354,"job_number":"JOB_171354","tr_customer_id":171371,"tr_customer_product_id":171361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Vincenza Collins","mobile_number":"7024641008","email_id":"winston.kovacek@hotmail.com","dop":"2026-01-20","serial_number":"077138737656240","imei1":"591057248901506","imei2":"922573541826261","popurl":"www.keenan-considine.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171355,"job_number":"JOB_171355","tr_customer_id":171372,"tr_customer_product_id":171362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Silas Pfannerstill","mobile_number":"7073493299","email_id":"mary.kohler@yahoo.com","dop":"2026-01-20","serial_number":"180473901777230","imei1":"274046018039304","imei2":"750445337738417","popurl":"www.alex-lehner.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171356,"job_number":"JOB_171356","tr_customer_id":171373,"tr_customer_product_id":171363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Jayson Runolfsdottir","mobile_number":"7026287843","email_id":"victorina.rosenbaum@gmail.com","dop":"2026-01-20","serial_number":"433500023658491","imei1":"919582366314314","imei2":"987688736682843","popurl":"www.tracey-bednar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171357,"job_number":"JOB_171357","tr_customer_id":171374,"tr_customer_product_id":171364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Nelson Effertz","mobile_number":"7004819337","email_id":"blair.langosh@gmail.com","dop":"2026-01-20","serial_number":"086863821019413","imei1":"569844389665124","imei2":"659287618430977","popurl":"www.mirna-thiel.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171358,"job_number":"JOB_171358","tr_customer_id":171375,"tr_customer_product_id":171365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Edra McCullough","mobile_number":"7029803776","email_id":"tyesha.rohan@gmail.com","dop":"2026-01-20","serial_number":"554895809028652","imei1":"271641415297884","imei2":"181141491690381","popurl":"www.larhonda-dickens.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171359,"job_number":"JOB_171359","tr_customer_id":171376,"tr_customer_product_id":171366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Earnest Mosciski","mobile_number":"7050733721","email_id":"jonah.kshlerin@hotmail.com","dop":"2026-01-20","serial_number":"628122239004654","imei1":"790666948661741","imei2":"523170189550893","popurl":"www.jed-borer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171360,"job_number":"JOB_171360","tr_customer_id":171377,"tr_customer_product_id":171367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Anjelica Quigley","mobile_number":"7039464175","email_id":"sandi.douglas@yahoo.com","dop":"2026-01-20","serial_number":"209924863514387","imei1":"965618456286679","imei2":"137637902683452","popurl":"www.rayford-monahan.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171361,"job_number":"JOB_171361","tr_customer_id":171378,"tr_customer_product_id":171368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Mellissa Renner","mobile_number":"7012812846","email_id":"della.christiansen@hotmail.com","dop":"2026-01-20","serial_number":"334965998177931","imei1":"896258247342935","imei2":"206990280152004","popurl":"www.marcene-kuphal.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171362,"job_number":"JOB_171362","tr_customer_id":171379,"tr_customer_product_id":171369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Gay Stehr","mobile_number":"7028930896","email_id":"emilio.kihn@gmail.com","dop":"2026-01-20","serial_number":"276652164328144","imei1":"704063252220386","imei2":"676358511758511","popurl":"www.daren-monahan.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171363,"job_number":"JOB_171363","tr_customer_id":171380,"tr_customer_product_id":171370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Winfred Rutherford","mobile_number":"7082626872","email_id":"elvis.legros@yahoo.com","dop":"2026-01-20","serial_number":"535198958872526","imei1":"009468123294363","imei2":"683107385746280","popurl":"www.margaret-padberg.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171364,"job_number":"JOB_171364","tr_customer_id":171381,"tr_customer_product_id":171371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Vito Bartoletti","mobile_number":"7023011805","email_id":"jarred.huel@yahoo.com","dop":"2026-01-20","serial_number":"865907073943125","imei1":"284409225111989","imei2":"847129785658661","popurl":"www.barry-frami.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171365,"job_number":"JOB_171365","tr_customer_id":171382,"tr_customer_product_id":171372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Delbert Beahan","mobile_number":"7013791827","email_id":"daron.schmitt@hotmail.com","dop":"2026-01-20","serial_number":"398787265421065","imei1":"844581204535224","imei2":"000783084283936","popurl":"www.don-dach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171366,"job_number":"JOB_171366","tr_customer_id":171383,"tr_customer_product_id":171373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Chris O'Hara","mobile_number":"7009429192","email_id":"lane.daniel@hotmail.com","dop":"2026-01-20","serial_number":"489724662470955","imei1":"070797935103595","imei2":"137399432181127","popurl":"www.aron-kutch.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171367,"job_number":"JOB_171367","tr_customer_id":171384,"tr_customer_product_id":171374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Kathaleen Rowe","mobile_number":"7025976114","email_id":"rheba.price@yahoo.com","dop":"2026-01-20","serial_number":"888100521597937","imei1":"803079624000929","imei2":"262542431072815","popurl":"www.rosamond-gottlieb.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171368,"job_number":"JOB_171368","tr_customer_id":171385,"tr_customer_product_id":171375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Alexia Braun","mobile_number":"7063002503","email_id":"krysta.purdy@yahoo.com","dop":"2026-01-20","serial_number":"124915775912509","imei1":"733652276551877","imei2":"954582227126637","popurl":"www.paul-thompson.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171369,"job_number":"JOB_171369","tr_customer_id":171386,"tr_customer_product_id":171376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Lashanda Wiegand","mobile_number":"7022119534","email_id":"fernando.watsica@hotmail.com","dop":"2026-01-20","serial_number":"140776293579403","imei1":"650107745879882","imei2":"279690712386888","popurl":"www.mohammed-king.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171370,"job_number":"JOB_171370","tr_customer_id":171387,"tr_customer_product_id":171377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Kristine Lesch","mobile_number":"7082693168","email_id":"francie.mclaughlin@gmail.com","dop":"2026-01-20","serial_number":"802269429478002","imei1":"756818944361205","imei2":"374317467850168","popurl":"www.enid-koelpin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171371,"job_number":"JOB_171371","tr_customer_id":171389,"tr_customer_product_id":171379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Lewis Kuhn","mobile_number":"7040651561","email_id":"darla.smith@yahoo.com","dop":"2026-01-20","serial_number":"624134671347920","imei1":"957133621755988","imei2":"084689494059115","popurl":"www.jarod-franecki.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171372,"job_number":"JOB_171372","tr_customer_id":171388,"tr_customer_product_id":171378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Casey Schmitt","mobile_number":"7045253532","email_id":"dayna.oreilly@yahoo.com","dop":"2026-01-20","serial_number":"690748837428996","imei1":"319742204480953","imei2":"256691522843832","popurl":"www.jaimee-mayert.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171373,"job_number":"JOB_171373","tr_customer_id":171391,"tr_customer_product_id":171381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Apolonia Hermiston","mobile_number":"7020917903","email_id":"theresia.lueilwitz@gmail.com","dop":"2026-01-20","serial_number":"911139474859603","imei1":"860150548195086","imei2":"573836213873864","popurl":"www.edie-kihn.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171374,"job_number":"JOB_171374","tr_customer_id":171390,"tr_customer_product_id":171380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Raphael Jerde","mobile_number":"7097292673","email_id":"jocelyn.gerlach@hotmail.com","dop":"2026-01-20","serial_number":"607425780673038","imei1":"986739787958542","imei2":"478382875065103","popurl":"www.harriette-haley.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171375,"job_number":"JOB_171375","tr_customer_id":171392,"tr_customer_product_id":171382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Jatin Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"48394561160803","imei1":"48394561160803","imei2":"48394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171376,"job_number":"JOB_171376","tr_customer_id":171393,"tr_customer_product_id":171383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Chetan Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"35394561160803","imei1":"35394561160803","imei2":"35394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171377,"job_number":"JOB_171377","tr_customer_id":171394,"tr_customer_product_id":171384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Ritu Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"18394561160803","imei1":"18394561160803","imei2":"18394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171378,"job_number":"JOB_171378","tr_customer_id":171395,"tr_customer_product_id":171385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Ajinkya Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"45394561160803","imei1":"45394561160803","imei2":"45394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171379,"job_number":"JOB_171379","tr_customer_id":171396,"tr_customer_product_id":171386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Adi Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"19394561160803","imei1":"19394561160803","imei2":"19394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171380,"job_number":"JOB_171380","tr_customer_id":171397,"tr_customer_product_id":171387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Madelyn Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"25394561160803","imei1":"25394561160803","imei2":"25394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171381,"job_number":"JOB_171381","tr_customer_id":171398,"tr_customer_product_id":171388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:47.000Z","modified_at":"2026-01-30T06:11:47.000Z","name":"Dipesh Prajapat","mobile_number":"7044028444","email_id":"akshita.varman@hotmail.com","dop":"2026-01-20","serial_number":"971053117222051","imei1":"971053117222051","imei2":"971053117222051","popurl":"www.bhagwanti-pothuvaal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171382,"job_number":"JOB_171382","tr_customer_id":171399,"tr_customer_product_id":171389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:47.000Z","modified_at":"2026-01-30T06:11:47.000Z","name":"Ananda Chattopadhyay","mobile_number":"7019200987","email_id":"marut.malik@hotmail.com","dop":"2026-01-20","serial_number":"649093830287910","imei1":"649093830287910","imei2":"649093830287910","popurl":"www.somu-patil.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171383,"job_number":"JOB_171383","tr_customer_id":171400,"tr_customer_product_id":171390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:48.000Z","modified_at":"2026-01-30T06:11:48.000Z","name":"Vidhya Somayaji","mobile_number":"7080428552","email_id":"bodhan.gill@hotmail.com","dop":"2026-01-20","serial_number":"374942440272450","imei1":"374942440272450","imei2":"374942440272450","popurl":"www.bhaumik-sethi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171384,"job_number":"JOB_171384","tr_customer_id":171401,"tr_customer_product_id":171391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:48.000Z","modified_at":"2026-01-30T06:11:48.000Z","name":"Anish Varrier","mobile_number":"7055102891","email_id":"trilokesh.pillai@yahoo.co.in","dop":"2026-01-20","serial_number":"771620165515461","imei1":"771620165515461","imei2":"771620165515461","popurl":"www.subhasini-sethi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171385,"job_number":"JOB_171385","tr_customer_id":171402,"tr_customer_product_id":171392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:48.000Z","modified_at":"2026-01-30T06:11:48.000Z","name":"Aasa Saini","mobile_number":"7089486104","email_id":"dron.bandopadhyay@gmail.com","dop":"2026-01-20","serial_number":"317303768561109","imei1":"317303768561109","imei2":"317303768561109","popurl":"www.deeptimayee-iyengar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171386,"job_number":"JOB_171386","tr_customer_id":171403,"tr_customer_product_id":171393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:50.000Z","modified_at":"2026-01-30T06:11:50.000Z","name":"Brandt Mann","mobile_number":"622-691-0923","email_id":"Abigayle31@gmail.com","dop":"2025-08-24","serial_number":"53671279529214","imei1":"53671279529214","imei2":"53671279529214","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171387,"job_number":"JOB_171387","tr_customer_id":171404,"tr_customer_product_id":171394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:50.000Z","modified_at":"2026-01-30T06:11:50.000Z","name":"Brandt Mann","mobile_number":"622-691-0923","email_id":"Abigayle31@gmail.com","dop":"2025-08-24","serial_number":"35671279529214","imei1":"35671279529214","imei2":"35671279529214","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171388,"job_number":"JOB_171388","tr_customer_id":171405,"tr_customer_product_id":171395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:50.000Z","modified_at":"2026-01-30T06:11:50.000Z","name":"Brandt Mann","mobile_number":"622-691-0923","email_id":"Abigayle31@gmail.com","dop":"2025-08-24","serial_number":"64671279529214","imei1":"64671279529214","imei2":"64671279529214","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171389,"job_number":"JOB_171389","tr_customer_id":171406,"tr_customer_product_id":171396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Ritu Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"38290923182914","imei1":"38290923182914","imei2":"38290923182914","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171390,"job_number":"JOB_171390","tr_customer_id":171407,"tr_customer_product_id":171397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Chetan Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"36784938340803","imei1":"36784938340803","imei2":"36784938340803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171391,"job_number":"JOB_171391","tr_customer_id":171408,"tr_customer_product_id":171398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Adi Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"98272363473274","imei1":"98272363473274","imei2":"98272363473274","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171392,"job_number":"JOB_171392","tr_customer_id":171409,"tr_customer_product_id":171399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Madelyn Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"47894547389246","imei1":"47894547389246","imei2":"47894547389246","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171393,"job_number":"JOB_171393","tr_customer_id":171410,"tr_customer_product_id":171400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Jatin Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"48349583224463","imei1":"48349583224463","imei2":"48349583224463","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171394,"job_number":"JOB_171394","tr_customer_id":171411,"tr_customer_product_id":171401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Ajinkya Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"79394893208403","imei1":"79394893208403","imei2":"79394893208403","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171397,"job_number":"JOB_171397","tr_customer_id":171414,"tr_customer_product_id":171404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:33:03.000Z","modified_at":"2026-01-30T06:33:03.000Z","name":"Annetta Jerde","mobile_number":"957-447-5053","email_id":"Isidro30@gmail.com","dop":"2025-02-13","serial_number":"107317391673406","imei1":"107317391673406","imei2":"107317391673406","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:33:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171402,"job_number":"JOB_171402","tr_customer_id":171419,"tr_customer_product_id":171409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:29.000Z","modified_at":"2026-01-30T06:34:29.000Z","name":"John Doe","mobile_number":"9876543210","email_id":"test.user@example.com","dop":"2025-09-09","serial_number":"14549660389789","imei1":"14549660389789","imei2":"14549660389789","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171414,"job_number":"JOB_171414","tr_customer_id":171431,"tr_customer_product_id":171421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:18.000Z","modified_at":"2026-01-30T06:37:18.000Z","name":"Audie Wilkinson","mobile_number":"940-200-3652","email_id":"Mekhi_Pollich@gmail.com","dop":"2025-04-06","serial_number":"16599884165856758","imei1":"16599884165856758","imei2":"16599884165856758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:37:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171415,"job_number":"JOB_171415","tr_customer_id":171432,"tr_customer_product_id":171422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:23.000Z","modified_at":"2026-01-30T06:37:23.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10449886594967","imei1":"10449886594967","imei2":"10449886594967","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:37:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171417,"job_number":"JOB_171417","tr_customer_id":171434,"tr_customer_product_id":171424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:24.000Z","modified_at":"2026-01-30T06:37:24.000Z","name":"Pedro Feil","mobile_number":"581-343-8393","email_id":"Hank41@yahoo.com","dop":"2025-06-18","serial_number":"1055509162447858","imei1":"1055509162447858","imei2":"1055509162447858","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:37:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171418,"job_number":"JOB_171418","tr_customer_id":171435,"tr_customer_product_id":171425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:02.000Z","modified_at":"2026-01-30T06:38:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17035574083526","imei1":"17035574083526","imei2":"17035574083526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171420,"job_number":"JOB_171420","tr_customer_id":171437,"tr_customer_product_id":171427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:04.000Z","modified_at":"2026-01-30T06:38:04.000Z","name":"Arnoldo Rowe","mobile_number":"715-648-0517","email_id":"Misael82@gmail.com","dop":"2025-04-06","serial_number":"19453067720342332","imei1":"19453067720342332","imei2":"19453067720342332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171421,"job_number":"JOB_171421","tr_customer_id":171438,"tr_customer_product_id":171428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:06.000Z","modified_at":"2026-01-30T06:38:06.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10194295574346","imei1":"10194295574346","imei2":"10194295574346","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171423,"job_number":"JOB_171423","tr_customer_id":171440,"tr_customer_product_id":171430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:07.000Z","modified_at":"2026-01-30T06:38:07.000Z","name":"Alaina Bradtke","mobile_number":"946-876-1675","email_id":"Wade_Stiedemann16@hotmail.com","dop":"2025-06-18","serial_number":"1039100315912026","imei1":"1039100315912026","imei2":"1039100315912026","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171424,"job_number":"JOB_171424","tr_customer_id":171441,"tr_customer_product_id":171431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:49.000Z","modified_at":"2026-01-30T06:38:49.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-20","serial_number":"84620302988448","imei1":"84620302988448","imei2":"84620302988448","popurl":"2026-01-20T06:38:49.434423967Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171425,"job_number":"JOB_171425","tr_customer_id":171442,"tr_customer_product_id":171432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:50.000Z","modified_at":"2026-01-30T06:38:50.000Z","name":"Vidhur Bhat","mobile_number":"7018408778","email_id":"chandi.namboothiri@hotmail.com","dop":"2026-01-20","serial_number":"294726616218339","imei1":"294726616218339","imei2":"294726616218339","popurl":"www.chakravartee-iyengar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171426,"job_number":"JOB_171426","tr_customer_id":171443,"tr_customer_product_id":171433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:51.000Z","modified_at":"2026-01-30T06:38:51.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-20","serial_number":"78920578944937","imei1":"78920578944937","imei2":"78920578944937","popurl":"2026-01-20T06:38:51.000619749Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171427,"job_number":"JOB_171427","tr_customer_id":171444,"tr_customer_product_id":171434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:52.000Z","modified_at":"2026-01-30T06:38:52.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-20","serial_number":"78925764375486","imei1":"78925764375486","imei2":"78925764375486","popurl":"2026-01-20T06:38:51.644369888Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171428,"job_number":"JOB_171428","tr_customer_id":171445,"tr_customer_product_id":171435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:53.000Z","modified_at":"2026-01-30T06:38:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12250772332679","imei1":"12250772332679","imei2":"12250772332679","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171430,"job_number":"JOB_171430","tr_customer_id":171447,"tr_customer_product_id":171437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:54.000Z","modified_at":"2026-01-30T06:38:55.000Z","name":"Coralie Runolfsson","mobile_number":"858-305-4471","email_id":"Alden.Mills57@yahoo.com","dop":"2025-04-06","serial_number":"14197267669293620","imei1":"14197267669293620","imei2":"14197267669293620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171431,"job_number":"JOB_171431","tr_customer_id":171448,"tr_customer_product_id":171438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:39:42.000Z","modified_at":"2026-01-30T06:39:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18873266354982","imei1":"18873266354982","imei2":"18873266354982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171433,"job_number":"JOB_171433","tr_customer_id":171450,"tr_customer_product_id":171440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:39:44.000Z","modified_at":"2026-01-30T06:39:44.000Z","name":"Consuelo Kozey","mobile_number":"680-937-6254","email_id":"Wilhelmine67@hotmail.com","dop":"2025-04-06","serial_number":"19112996924905070","imei1":"19112996924905070","imei2":"19112996924905070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171434,"job_number":"JOB_171434","tr_customer_id":171451,"tr_customer_product_id":171441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:40:39.000Z","modified_at":"2026-01-30T06:40:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19786376169286","imei1":"19786376169286","imei2":"19786376169286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:40:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171436,"job_number":"JOB_171436","tr_customer_id":171453,"tr_customer_product_id":171443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:40:41.000Z","modified_at":"2026-01-30T06:40:41.000Z","name":"Anika Renner","mobile_number":"989-580-0127","email_id":"Teagan.Harber@hotmail.com","dop":"2025-04-06","serial_number":"17970059952303652","imei1":"17970059952303652","imei2":"17970059952303652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:40:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171437,"job_number":"JOB_171437","tr_customer_id":171454,"tr_customer_product_id":171444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:41:29.000Z","modified_at":"2026-01-30T06:41:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14600857956217","imei1":"14600857956217","imei2":"14600857956217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171439,"job_number":"JOB_171439","tr_customer_id":171456,"tr_customer_product_id":171446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:41:31.000Z","modified_at":"2026-01-30T06:41:31.000Z","name":"Augustus Gleason","mobile_number":"629-969-1104","email_id":"Adrain.Wintheiser@hotmail.com","dop":"2025-04-06","serial_number":"16909717749416220","imei1":"16909717749416220","imei2":"16909717749416220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:41:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171440,"job_number":"JOB_171440","tr_customer_id":171457,"tr_customer_product_id":171447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:41:54.000Z","modified_at":"2026-01-30T06:41:54.000Z","name":"Apsara Gill","mobile_number":"7042054772","email_id":"chandi.bhattacharya@gmail.com","dop":"2026-01-20","serial_number":"641881113147209","imei1":"641881113147209","imei2":"641881113147209","popurl":"www.dayaananda-rana.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:41:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171441,"job_number":"JOB_171441","tr_customer_id":171458,"tr_customer_product_id":171448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:19.000Z","modified_at":"2026-01-30T06:42:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10540855471555","imei1":"10540855471555","imei2":"10540855471555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171444,"job_number":"JOB_171444","tr_customer_id":171461,"tr_customer_product_id":171451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:21.000Z","modified_at":"2026-01-30T06:42:21.000Z","name":"Mia Hackett","mobile_number":"978-746-9888","email_id":"Kris_Ryan56@yahoo.com","dop":"2025-04-06","serial_number":"17010070198916548","imei1":"17010070198916548","imei2":"17010070198916548","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171447,"job_number":"JOB_171447","tr_customer_id":171464,"tr_customer_product_id":171454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:01.000Z","modified_at":"2026-01-30T06:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11286462949392","imei1":"11286462949392","imei2":"11286462949392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171449,"job_number":"JOB_171449","tr_customer_id":171466,"tr_customer_product_id":171456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:03.000Z","modified_at":"2026-01-30T06:43:03.000Z","name":"Chesley Waters","mobile_number":"308-932-3109","email_id":"Carmela.Carroll70@yahoo.com","dop":"2025-04-06","serial_number":"18587871383551744","imei1":"18587871383551744","imei2":"18587871383551744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171450,"job_number":"JOB_171450","tr_customer_id":171467,"tr_customer_product_id":171457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:44.000Z","modified_at":"2026-01-30T06:43:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16837989652693","imei1":"16837989652693","imei2":"16837989652693","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171452,"job_number":"JOB_171452","tr_customer_id":171469,"tr_customer_product_id":171459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:46.000Z","modified_at":"2026-01-30T06:43:46.000Z","name":"Oceane Balistreri","mobile_number":"982-609-2917","email_id":"Mckenna.MacGyver@yahoo.com","dop":"2025-04-06","serial_number":"10254914545826570","imei1":"10254914545826570","imei2":"10254914545826570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171453,"job_number":"JOB_171453","tr_customer_id":171470,"tr_customer_product_id":171460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:11.000Z","modified_at":"2026-01-30T06:44:11.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11354979510211","imei2":"11354979510211","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171455,"job_number":"JOB_171455","tr_customer_id":171472,"tr_customer_product_id":171462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:25.000Z","modified_at":"2026-01-30T06:44:25.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17276246388785","imei2":"17276246388785","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171457,"job_number":"JOB_171457","tr_customer_id":171474,"tr_customer_product_id":171464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:27.000Z","modified_at":"2026-01-30T06:44:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19454770736993","imei1":"19454770736993","imei2":"19454770736993","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171459,"job_number":"JOB_171459","tr_customer_id":171476,"tr_customer_product_id":171466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:29.000Z","modified_at":"2026-01-30T06:44:29.000Z","name":"Emerald Baumbach","mobile_number":"227-786-2981","email_id":"Clotilde.Weissnat55@gmail.com","dop":"2025-04-06","serial_number":"13439877704105120","imei1":"13439877704105120","imei2":"13439877704105120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171460,"job_number":"JOB_171460","tr_customer_id":171477,"tr_customer_product_id":171467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:38.000Z","modified_at":"2026-01-30T06:44:38.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14250175868810","imei2":"14250175868810","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171463,"job_number":"JOB_171463","tr_customer_id":171480,"tr_customer_product_id":171470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:48:02.000Z","modified_at":"2026-01-30T06:48:02.000Z","name":"Carroll Will","mobile_number":"884-569-5450","email_id":"Elva_Grimes20@yahoo.com","dop":"2025-04-06","serial_number":"11465550862617018","imei1":"11465550862617018","imei2":"11465550862617018","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171464,"job_number":"JOB_171464","tr_customer_id":171481,"tr_customer_product_id":171471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:53.000Z","modified_at":"2026-01-30T06:49:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16249148406513","imei1":"16249148406513","imei2":"16249148406513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171466,"job_number":"JOB_171466","tr_customer_id":171483,"tr_customer_product_id":171473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:55.000Z","modified_at":"2026-01-30T06:49:55.000Z","name":"Sam O'Keefe","mobile_number":"387-563-6363","email_id":"Ludwig_Wyman@hotmail.com","dop":"2025-04-06","serial_number":"15761893637363088","imei1":"15761893637363088","imei2":"15761893637363088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171470,"job_number":"JOB_171470","tr_customer_id":171487,"tr_customer_product_id":171477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:04.000Z","modified_at":"2026-01-30T06:50:04.000Z","name":"Miracle Blanda","mobile_number":"986-248-6169","email_id":"Freeda37@gmail.com","dop":"2025-09-09","serial_number":"16668035330546","imei1":"16668035330546","imei2":"16668035330546","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171471,"job_number":"JOB_171471","tr_customer_id":171488,"tr_customer_product_id":171478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:39.000Z","modified_at":"2026-01-30T06:50:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10169520905938","imei1":"10169520905938","imei2":"10169520905938","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171473,"job_number":"JOB_171473","tr_customer_id":171490,"tr_customer_product_id":171480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:40.000Z","modified_at":"2026-01-30T06:50:40.000Z","name":"Dorcas Green","mobile_number":"761-439-5288","email_id":"Jerrod.OKeefe@gmail.com","dop":"2025-04-06","serial_number":"12651465035248960","imei1":"12651465035248960","imei2":"12651465035248960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171477,"job_number":"JOB_171477","tr_customer_id":171494,"tr_customer_product_id":171484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:23.000Z","modified_at":"2026-01-30T06:51:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17548729132859","imei1":"17548729132859","imei2":"17548729132859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171479,"job_number":"JOB_171479","tr_customer_id":171496,"tr_customer_product_id":171486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:25.000Z","modified_at":"2026-01-30T06:51:25.000Z","name":"Roxane Feeney","mobile_number":"987-279-3107","email_id":"Nickolas_OKon@hotmail.com","dop":"2025-04-06","serial_number":"12697961695189620","imei1":"12697961695189620","imei2":"12697961695189620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171483,"job_number":"JOB_171483","tr_customer_id":171500,"tr_customer_product_id":171490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:32.000Z","modified_at":"2026-01-30T06:51:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11775548082085","imei1":"11775548082085","imei2":"11775548082085","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171485,"job_number":"JOB_171485","tr_customer_id":171502,"tr_customer_product_id":171492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:34.000Z","modified_at":"2026-01-30T06:51:34.000Z","name":"Lenora Ortiz","mobile_number":"745-612-2428","email_id":"Judge_Auer@gmail.com","dop":"2025-04-06","serial_number":"13798439907046462","imei1":"13798439907046462","imei2":"13798439907046462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171489,"job_number":"JOB_171489","tr_customer_id":171506,"tr_customer_product_id":171496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:24.000Z","modified_at":"2026-01-30T06:52:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16101568876220","imei1":"16101568876220","imei2":"16101568876220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171491,"job_number":"JOB_171491","tr_customer_id":171508,"tr_customer_product_id":171498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:25.000Z","modified_at":"2026-01-30T06:52:25.000Z","name":"Adrian Watsica","mobile_number":"724-989-7763","email_id":"Wilmer85@yahoo.com","dop":"2025-04-06","serial_number":"13603664094148922","imei1":"13603664094148922","imei2":"13603664094148922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171492,"job_number":"JOB_171492","tr_customer_id":171509,"tr_customer_product_id":171499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:53:15.000Z","modified_at":"2026-01-30T06:53:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18081540129974","imei1":"18081540129974","imei2":"18081540129974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:53:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171494,"job_number":"JOB_171494","tr_customer_id":171511,"tr_customer_product_id":171501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:53:17.000Z","modified_at":"2026-01-30T06:53:17.000Z","name":"Keagan Ruecker","mobile_number":"920-991-2092","email_id":"Demarco.Hodkiewicz37@hotmail.com","dop":"2025-04-06","serial_number":"15772399958179780","imei1":"15772399958179780","imei2":"15772399958179780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:53:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171495,"job_number":"JOB_171495","tr_customer_id":171512,"tr_customer_product_id":171502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:53:22.000Z","modified_at":"2026-01-30T06:53:22.000Z","name":"Angelica Runolfsson","mobile_number":"350-881-1158","email_id":"Chaya_Schuster@hotmail.com","dop":"2025-09-09","serial_number":"14454116015698","imei1":"14454116015698","imei2":"14454116015698","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171496,"job_number":"JOB_171496","tr_customer_id":171513,"tr_customer_product_id":171503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:55:04.000Z","modified_at":"2026-01-30T06:55:04.000Z","name":"Lurline Goodwin","mobile_number":"525-443-8103","email_id":"Jonathon42@hotmail.com","dop":"2025-09-09","serial_number":"15051964001163","imei1":"15051964001163","imei2":"15051964001163","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171497,"job_number":"JOB_171497","tr_customer_id":171514,"tr_customer_product_id":171504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:55:17.000Z","modified_at":"2026-01-30T06:55:17.000Z","name":"Skye Runolfsson","mobile_number":"225-345-3823","email_id":"Marquise_Larson@gmail.com","dop":"2025-09-09","serial_number":"12645485683199","imei1":"12645485683199","imei2":"12645485683199","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171498,"job_number":"JOB_171498","tr_customer_id":171515,"tr_customer_product_id":171505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:56:12.000Z","modified_at":"2026-01-30T06:56:12.000Z","name":"Kyla VonRueden","mobile_number":"952-649-7856","email_id":"Maudie.Wisozk0@hotmail.com","dop":"2025-09-09","serial_number":"10327867929275","imei1":"10327867929275","imei2":"10327867929275","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171499,"job_number":"JOB_171499","tr_customer_id":171516,"tr_customer_product_id":171506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:56:22.000Z","modified_at":"2026-01-30T06:56:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12193262939292","imei1":"12193262939292","imei2":"12193262939292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171501,"job_number":"JOB_171501","tr_customer_id":171518,"tr_customer_product_id":171508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:56:24.000Z","modified_at":"2026-01-30T06:56:24.000Z","name":"Armani Ward","mobile_number":"882-580-5671","email_id":"Freddie15@yahoo.com","dop":"2025-04-06","serial_number":"17374772680977526","imei1":"17374772680977526","imei2":"17374772680977526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171502,"job_number":"JOB_171502","tr_customer_id":171519,"tr_customer_product_id":171509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:06.000Z","modified_at":"2026-01-30T06:57:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10288515650281","imei1":"10288515650281","imei2":"10288515650281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171504,"job_number":"JOB_171504","tr_customer_id":171521,"tr_customer_product_id":171511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:08.000Z","modified_at":"2026-01-30T06:57:08.000Z","name":"Derek Brakus","mobile_number":"676-470-8305","email_id":"Eusebio12@yahoo.com","dop":"2025-04-06","serial_number":"15248174536099944","imei1":"15248174536099944","imei2":"15248174536099944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171505,"job_number":"JOB_171505","tr_customer_id":171522,"tr_customer_product_id":171512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:26.000Z","modified_at":"2026-01-30T06:57:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15751855527269","imei1":"15751855527269","imei2":"15751855527269","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171507,"job_number":"JOB_171507","tr_customer_id":171524,"tr_customer_product_id":171514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:28.000Z","modified_at":"2026-01-30T06:57:28.000Z","name":"Markus Funk","mobile_number":"661-936-2750","email_id":"Arvid79@yahoo.com","dop":"2025-04-06","serial_number":"16176404680002216","imei1":"16176404680002216","imei2":"16176404680002216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171508,"job_number":"JOB_171508","tr_customer_id":171525,"tr_customer_product_id":171515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:34.000Z","modified_at":"2026-01-30T06:57:34.000Z","name":"Imogene Brown","mobile_number":"988-800-4110","email_id":"Nicholas_Heathcote@hotmail.com","dop":"2025-09-09","serial_number":"17833147080997","imei1":"17833147080997","imei2":"17833147080997","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171510,"job_number":"JOB_171510","tr_customer_id":171527,"tr_customer_product_id":171517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:37.000Z","modified_at":"2026-01-30T06:57:37.000Z","name":"Matilda Kulas","mobile_number":"867-266-6207","email_id":"Will_Jakubowski@gmail.com","dop":"2025-04-06","serial_number":"19812028850368330","imei1":"19812028850368330","imei2":"19812028850368330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171511,"job_number":"JOB_171511","tr_customer_id":171528,"tr_customer_product_id":171518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:49.000Z","modified_at":"2026-01-30T06:57:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15313901353331","imei1":"15313901353331","imei2":"15313901353331","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171513,"job_number":"JOB_171513","tr_customer_id":171530,"tr_customer_product_id":171520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:51.000Z","modified_at":"2026-01-30T06:57:51.000Z","name":"Natalie Herman","mobile_number":"229-944-5627","email_id":"Freeman.Marquardt61@hotmail.com","dop":"2025-04-06","serial_number":"12333635859026370","imei1":"12333635859026370","imei2":"12333635859026370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171515,"job_number":"JOB_171515","tr_customer_id":171532,"tr_customer_product_id":171522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:59.000Z","modified_at":"2026-01-30T06:57:59.000Z","name":"Era DuBuque","mobile_number":"665-590-3835","email_id":"Patsy.Fisher@yahoo.com","dop":"2025-04-06","serial_number":"13545061129115658","imei1":"13545061129115658","imei2":"13545061129115658","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171516,"job_number":"JOB_171516","tr_customer_id":171533,"tr_customer_product_id":171523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:03.000Z","modified_at":"2026-01-30T06:58:03.000Z","name":"Tristin Willms","mobile_number":"345-708-1168","email_id":"Christophe27@gmail.com","dop":"2025-09-09","serial_number":"11106271964166","imei1":"11106271964166","imei2":"11106271964166","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171517,"job_number":"JOB_171517","tr_customer_id":171534,"tr_customer_product_id":171524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:08.000Z","modified_at":"2026-01-30T06:58:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10361754681296","imei1":"10361754681296","imei2":"10361754681296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171519,"job_number":"JOB_171519","tr_customer_id":171536,"tr_customer_product_id":171526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:10.000Z","modified_at":"2026-01-30T06:58:10.000Z","name":"Lew White","mobile_number":"370-372-0980","email_id":"Giles95@yahoo.com","dop":"2025-04-06","serial_number":"11398134508216808","imei1":"11398134508216808","imei2":"11398134508216808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171520,"job_number":"JOB_171520","tr_customer_id":171537,"tr_customer_product_id":171527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:45.000Z","modified_at":"2026-01-30T06:58:45.000Z","name":"Sterling Rau","mobile_number":"803-303-8082","email_id":"Rodolfo89@gmail.com","dop":"2025-09-09","serial_number":"16468926085081","imei1":"16468926085081","imei2":"16468926085081","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171521,"job_number":"JOB_171521","tr_customer_id":171538,"tr_customer_product_id":171528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:49.000Z","modified_at":"2026-01-30T06:58:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16592766373495","imei1":"16592766373495","imei2":"16592766373495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171523,"job_number":"JOB_171523","tr_customer_id":171540,"tr_customer_product_id":171530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:51.000Z","modified_at":"2026-01-30T06:58:51.000Z","name":"Neil Farrell","mobile_number":"869-464-6032","email_id":"Pearl47@gmail.com","dop":"2025-04-06","serial_number":"14717219945456170","imei1":"14717219945456170","imei2":"14717219945456170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171524,"job_number":"JOB_171524","tr_customer_id":171541,"tr_customer_product_id":171531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:59:02.000Z","modified_at":"2026-01-30T06:59:02.000Z","name":"Pearlie Prohaska","mobile_number":"525-592-5075","email_id":"Dominic_Skiles58@gmail.com","dop":"2025-09-09","serial_number":"12067535518042","imei1":"12067535518042","imei2":"12067535518042","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171526,"job_number":"JOB_171526","tr_customer_id":171543,"tr_customer_product_id":171533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:40.000Z","modified_at":"2026-01-30T07:01:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18723547504525","imei1":"18723547504525","imei2":"18723547504525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171528,"job_number":"JOB_171528","tr_customer_id":171545,"tr_customer_product_id":171535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:41.000Z","modified_at":"2026-01-30T07:01:41.000Z","name":"Dominique Schulist","mobile_number":"641-506-5536","email_id":"Agnes.Langosh6@gmail.com","dop":"2025-04-06","serial_number":"18569891496144810","imei1":"18569891496144810","imei2":"18569891496144810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171529,"job_number":"JOB_171529","tr_customer_id":171546,"tr_customer_product_id":171536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:42.000Z","modified_at":"2026-01-30T07:01:42.000Z","name":"Winston Leuschke","mobile_number":"524-917-9050","email_id":"Nicholaus.Padberg@hotmail.com","dop":"2025-04-06","serial_number":"11695114576255368","imei1":"11695114576255368","imei2":"11695114576255368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171530,"job_number":"JOB_171530","tr_customer_id":171547,"tr_customer_product_id":171537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:32.000Z","modified_at":"2026-01-30T07:02:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13121651044421","imei1":"13121651044421","imei2":"13121651044421","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171532,"job_number":"JOB_171532","tr_customer_id":171549,"tr_customer_product_id":171539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:34.000Z","modified_at":"2026-01-30T07:02:34.000Z","name":"Brett McClure","mobile_number":"455-262-6178","email_id":"Maxime84@hotmail.com","dop":"2025-04-06","serial_number":"14347449997241674","imei1":"14347449997241674","imei2":"14347449997241674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171533,"job_number":"JOB_171533","tr_customer_id":171550,"tr_customer_product_id":171540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:41.000Z","modified_at":"2026-01-30T07:02:41.000Z","name":"Graham Hammes","mobile_number":"783-764-9154","email_id":"Jillian.Ullrich@gmail.com","dop":"2025-09-09","serial_number":"16505345934610","imei1":"16505345934610","imei2":"16505345934610","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171534,"job_number":"JOB_171534","tr_customer_id":171551,"tr_customer_product_id":171541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:58.000Z","modified_at":"2026-01-30T07:02:58.000Z","name":"Keanu Haley","mobile_number":"421-716-5661","email_id":"Ally1@hotmail.com","dop":"2025-09-09","serial_number":"11259288924508","imei1":"11259288924508","imei2":"11259288924508","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171535,"job_number":"JOB_171535","tr_customer_id":171552,"tr_customer_product_id":171542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:03:22.000Z","modified_at":"2026-01-30T07:03:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14352760864327","imei1":"14352760864327","imei2":"14352760864327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:03:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171537,"job_number":"JOB_171537","tr_customer_id":171554,"tr_customer_product_id":171544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:03:24.000Z","modified_at":"2026-01-30T07:03:24.000Z","name":"Reymundo Mohr","mobile_number":"876-298-3930","email_id":"Ruby_Zulauf17@yahoo.com","dop":"2025-04-06","serial_number":"19316281534123830","imei1":"19316281534123830","imei2":"19316281534123830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171538,"job_number":"JOB_171538","tr_customer_id":171555,"tr_customer_product_id":171545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:07:47.000Z","modified_at":"2026-01-30T07:07:47.000Z","name":"Guido Zulauf","mobile_number":"784-302-0818","email_id":"Caitlyn.Quigley10@gmail.com","dop":"2025-09-09","serial_number":"10559669566701","imei1":"10559669566701","imei2":"10559669566701","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:07:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171539,"job_number":"JOB_171539","tr_customer_id":171556,"tr_customer_product_id":171546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:07:59.000Z","modified_at":"2026-01-30T07:07:59.000Z","name":"Leonora Hoppe","mobile_number":"483-457-4891","email_id":"Corrine.Hayes@gmail.com","dop":"2025-09-09","serial_number":"14104489288330","imei1":"14104489288330","imei2":"14104489288330","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:07:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171540,"job_number":"JOB_171540","tr_customer_id":171557,"tr_customer_product_id":171547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:08:07.000Z","modified_at":"2026-01-30T07:08:07.000Z","name":"Elvis Turcotte","mobile_number":"281-884-5495","email_id":"Ben19@gmail.com","dop":"2025-09-09","serial_number":"17527481920029","imei1":"17527481920029","imei2":"17527481920029","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171541,"job_number":"JOB_171541","tr_customer_id":171558,"tr_customer_product_id":171548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:08:15.000Z","modified_at":"2026-01-30T07:08:15.000Z","name":"Marcelina Crooks","mobile_number":"253-908-7134","email_id":"Assunta.Hackett@hotmail.com","dop":"2025-09-09","serial_number":"10723705659562","imei1":"10723705659562","imei2":"10723705659562","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:08:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171542,"job_number":"JOB_171542","tr_customer_id":171559,"tr_customer_product_id":171549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:11:47.000Z","modified_at":"2026-01-30T07:11:47.000Z","name":"Ashlee Gutmann","mobile_number":"508-472-4514","email_id":"Adell22@gmail.com","dop":"2025-09-09","serial_number":"19983866346710","imei1":"19983866346710","imei2":"19983866346710","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171543,"job_number":"JOB_171543","tr_customer_id":171560,"tr_customer_product_id":171550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:11:59.000Z","modified_at":"2026-01-30T07:11:59.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"12231391639422","imei1":"12231391639422","imei2":"12231391639422","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:11:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171545,"job_number":"JOB_171545","tr_customer_id":171562,"tr_customer_product_id":171552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:05.000Z","modified_at":"2026-01-30T07:12:05.000Z","name":"Waino Leuschke","mobile_number":"561-326-6019","email_id":"Abraham_Treutel89@hotmail.com","dop":"2025-09-09","serial_number":"15282738565681","imei1":"15282738565681","imei2":"15282738565681","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171546,"job_number":"JOB_171546","tr_customer_id":171563,"tr_customer_product_id":171553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:15.000Z","modified_at":"2026-01-30T07:12:15.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15562734371816","imei1":"15562734371816","imei2":"15562734371816","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171548,"job_number":"JOB_171548","tr_customer_id":171565,"tr_customer_product_id":171555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:31.000Z","modified_at":"2026-01-30T07:12:31.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"18902193482151","imei1":"18902193482151","imei2":"18902193482151","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171550,"job_number":"JOB_171550","tr_customer_id":171567,"tr_customer_product_id":171557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:57.000Z","modified_at":"2026-01-30T07:12:57.000Z","name":"Santiago Mayer","mobile_number":"304-279-5556","email_id":"Claudine.Pfeffer55@hotmail.com","dop":"2025-09-09","serial_number":"11947525262724","imei1":"11947525262724","imei2":"11947525262724","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171551,"job_number":"JOB_171551","tr_customer_id":171568,"tr_customer_product_id":171558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:19:18.000Z","modified_at":"2026-01-30T07:19:18.000Z","name":"Darlene Walsh","mobile_number":"208-874-3598","email_id":"Aurelio18@yahoo.com","dop":"2025-09-09","serial_number":"18968543355341","imei1":"18968543355341","imei2":"18968543355341","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171552,"job_number":"JOB_171552","tr_customer_id":171569,"tr_customer_product_id":171559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:19:38.000Z","modified_at":"2026-01-30T07:19:38.000Z","name":"Dillon Schneider","mobile_number":"893-967-3049","email_id":"Earlene5@gmail.com","dop":"2025-09-09","serial_number":"12483515662882","imei1":"12483515662882","imei2":"12483515662882","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171553,"job_number":"JOB_171553","tr_customer_id":171570,"tr_customer_product_id":171560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:20:15.000Z","modified_at":"2026-01-30T07:20:15.000Z","name":"Magdalen Heidenreich","mobile_number":"455-450-1143","email_id":"Gino.Jacobson@yahoo.com","dop":"2025-09-09","serial_number":"15814588098024","imei1":"15814588098024","imei2":"15814588098024","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171556,"job_number":"JOB_171556","tr_customer_id":171573,"tr_customer_product_id":171563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:00.000Z","modified_at":"2026-01-30T07:40:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11846664241594","imei1":"11846664241594","imei2":"11846664241594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:40:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171558,"job_number":"JOB_171558","tr_customer_id":171575,"tr_customer_product_id":171565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:01.000Z","modified_at":"2026-01-30T07:40:01.000Z","name":"Kenna Gulgowski","mobile_number":"751-892-2802","email_id":"Vicky_Christiansen@yahoo.com","dop":"2025-04-06","serial_number":"18567807307813350","imei1":"18567807307813350","imei2":"18567807307813350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:40:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170944,"job_number":"JOB_170944","tr_customer_id":170961,"tr_customer_product_id":170951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:48:26.000Z","modified_at":"2026-01-29T22:48:26.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Carolina_Kris@gmail.com","dop":"2025-07-02","serial_number":"15033876125735","imei1":"15033876125735","imei2":"15033876125735","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170961,"job_number":"JOB_170961","tr_customer_id":170978,"tr_customer_product_id":170968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:19:30.000Z","modified_at":"2026-01-29T23:19:30.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Esteban48@yahoo.com","dop":"2025-07-02","serial_number":"15853160446029","imei1":"15853160446029","imei2":"15853160446029","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:19:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171011,"job_number":"JOB_171011","tr_customer_id":171028,"tr_customer_product_id":171018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:25:50.000Z","modified_at":"2026-01-30T00:25:50.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Evans34@yahoo.com","dop":"2025-07-02","serial_number":"19932109751294","imei1":"19932109751294","imei2":"19932109751294","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171042,"job_number":"JOB_171042","tr_customer_id":171059,"tr_customer_product_id":171049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:40.000Z","modified_at":"2026-01-30T04:19:40.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Alessandro7@hotmail.com","dop":"2025-07-02","serial_number":"13676074499380","imei1":"13676074499380","imei2":"13676074499380","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171066,"job_number":"JOB_171066","tr_customer_id":171083,"tr_customer_product_id":171073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:57.000Z","modified_at":"2026-01-30T04:19:57.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Darrell.Padberg59@yahoo.com","dop":"2025-07-02","serial_number":"17791908953968","imei1":"17791908953968","imei2":"17791908953968","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171079,"job_number":"JOB_171079","tr_customer_id":171096,"tr_customer_product_id":171086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:15.000Z","modified_at":"2026-01-30T04:20:15.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Tremayne.Dietrich10@yahoo.com","dop":"2025-07-02","serial_number":"18910356990296","imei1":"18910356990296","imei2":"18910356990296","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171113,"job_number":"JOB_171113","tr_customer_id":171130,"tr_customer_product_id":171120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"122455350657810","imei1":"122455350657810","imei2":"122455350657810","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171114,"job_number":"JOB_171114","tr_customer_id":171131,"tr_customer_product_id":171121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"Gerson Mohr","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"178710514467794","imei1":"178710514467794","imei2":"178710514467794","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171116,"job_number":"JOB_171116","tr_customer_id":171133,"tr_customer_product_id":171123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:51.000Z","modified_at":"2026-01-30T04:20:51.000Z","name":"Estel Schultz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139288142978844","imei1":"139288142978844","imei2":"139288142978844","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171117,"job_number":"JOB_171117","tr_customer_id":171134,"tr_customer_product_id":171124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:51.000Z","modified_at":"2026-01-30T04:20:51.000Z","name":"Kira Bergstrom","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"105363578635133","imei1":"105363578635133","imei2":"105363578635133","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171125,"job_number":"JOB_171125","tr_customer_id":171142,"tr_customer_product_id":171132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:02.000Z","modified_at":"2026-01-30T04:21:02.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"129629439596705","imei1":"129629439596705","imei2":"129629439596705","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171126,"job_number":"JOB_171126","tr_customer_id":171143,"tr_customer_product_id":171133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Arielle Wunsch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"152104315893585","imei1":"152104315893585","imei2":"152104315893585","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171128,"job_number":"JOB_171128","tr_customer_id":171145,"tr_customer_product_id":171135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Viva Stoltenberg","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"190137399588755","imei1":"190137399588755","imei2":"190137399588755","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171129,"job_number":"JOB_171129","tr_customer_id":171146,"tr_customer_product_id":171136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Letha Hudson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128053550904077","imei1":"128053550904077","imei2":"128053550904077","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171145,"job_number":"JOB_171145","tr_customer_id":171162,"tr_customer_product_id":171152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:14.000Z","modified_at":"2026-01-30T04:21:14.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15705041186083","imei1":"15705041186083","imei2":"15705041186083","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171163,"job_number":"JOB_171163","tr_customer_id":171180,"tr_customer_product_id":171170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:32.000Z","modified_at":"2026-01-30T04:21:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105151120147789","imei1":"105151120147789","imei2":"105151120147789","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171165,"job_number":"JOB_171165","tr_customer_id":171182,"tr_customer_product_id":171172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:32.000Z","modified_at":"2026-01-30T04:21:32.000Z","name":"Cathryn Bernhard","mobile_number":"679-770-2832","email_id":"Clay_Upton5@gmail.com","dop":"2025-06-09","serial_number":"107986472211083","imei1":"107986472211083","imei2":"107986472211083","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171175,"job_number":"JOB_171175","tr_customer_id":171192,"tr_customer_product_id":171182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:47.000Z","modified_at":"2026-01-30T04:21:47.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"109483218155169","imei1":"109483218155169","imei2":"109483218155169","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171177,"job_number":"JOB_171177","tr_customer_id":171194,"tr_customer_product_id":171184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:47.000Z","modified_at":"2026-01-30T04:21:47.000Z","name":"Verda Goldner","mobile_number":"960-443-2362","email_id":"Jennifer42@hotmail.com","dop":"2025-06-09","serial_number":"102955799153965","imei1":"102955799153965","imei2":"102955799153965","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171192,"job_number":"JOB_171192","tr_customer_id":171209,"tr_customer_product_id":171199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:02.000Z","modified_at":"2026-01-30T04:22:02.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100677291391295","imei1":"100677291391295","imei2":"100677291391295","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171194,"job_number":"JOB_171194","tr_customer_id":171211,"tr_customer_product_id":171201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:03.000Z","modified_at":"2026-01-30T04:22:03.000Z","name":"Kim Thompson","mobile_number":"614-340-0814","email_id":"Cyrus.Goyette29@yahoo.com","dop":"2025-06-09","serial_number":"109720569545754","imei1":"109720569545754","imei2":"109720569545754","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171238,"job_number":"JOB_171238","tr_customer_id":171255,"tr_customer_product_id":171245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:04:03.000Z","modified_at":"2026-01-30T05:04:03.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"12599775730300","imei1":"12599775730300","imei2":"12599775730300","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171399,"job_number":"JOB_171399","tr_customer_id":171416,"tr_customer_product_id":171406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:27.000Z","modified_at":"2026-01-30T06:34:27.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109299978776517","imei1":"109299978776517","imei2":"109299978776517","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171401,"job_number":"JOB_171401","tr_customer_id":171418,"tr_customer_product_id":171408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:27.000Z","modified_at":"2026-01-30T06:34:27.000Z","name":"Lulu Donnelly","mobile_number":"238-424-2510","email_id":"Estefania.Keebler24@gmail.com","dop":"2025-06-09","serial_number":"108814377152572","imei1":"108814377152572","imei2":"108814377152572","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171403,"job_number":"JOB_171403","tr_customer_id":171420,"tr_customer_product_id":171410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:44.000Z","modified_at":"2026-01-30T06:34:44.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108853740222209","imei1":"108853740222209","imei2":"108853740222209","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171405,"job_number":"JOB_171405","tr_customer_id":171422,"tr_customer_product_id":171412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:45.000Z","modified_at":"2026-01-30T06:34:45.000Z","name":"Erica Mante","mobile_number":"690-212-8778","email_id":"Hoyt83@gmail.com","dop":"2025-06-09","serial_number":"103857774331542","imei1":"103857774331542","imei2":"103857774331542","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171406,"job_number":"JOB_171406","tr_customer_id":171423,"tr_customer_product_id":171413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:46.000Z","modified_at":"2026-01-30T06:34:46.000Z","name":"Marina Wiza","mobile_number":"439-492-2032","email_id":"Robyn_Bechtelar@yahoo.com","dop":"2025-06-09","serial_number":"39589560771344800","imei1":"39589560771344800","imei2":"39589560771344800","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171407,"job_number":"JOB_171407","tr_customer_id":171424,"tr_customer_product_id":171414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:35:01.000Z","modified_at":"2026-01-30T06:35:01.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100332632151671","imei1":"100332632151671","imei2":"100332632151671","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171409,"job_number":"JOB_171409","tr_customer_id":171426,"tr_customer_product_id":171416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:35:02.000Z","modified_at":"2026-01-30T06:35:02.000Z","name":"Mariah Cronin","mobile_number":"577-623-5754","email_id":"Mina.Zboncak61@gmail.com","dop":"2025-06-09","serial_number":"104486877785998","imei1":"104486877785998","imei2":"104486877785998","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:35:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171560,"job_number":"JOB_171560","tr_customer_id":171577,"tr_customer_product_id":171567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:21.000Z","modified_at":"2026-01-30T07:40:21.000Z","name":"Devin Bartoletti","mobile_number":"278-430-3473","email_id":"Maynard35@hotmail.com","dop":"2025-11-04","serial_number":"87938765345437","imei1":"87938765345437","imei2":"87938765345437","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:40:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 280ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MjR9.0vcVe-JGJ79K3VVHalDy2uKC5Timam7AUKJfxeU93kk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f287768f-cb12-4abd-bd8c-3848332edf09
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 286ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MjR9.0vcVe-JGJ79K3VVHalDy2uKC5Timam7AUKJfxeU93kk
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c166cec9-9cdf-460d-8f28-84442a45d4db
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 171560,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 335ms
Mean size per request: 458.91KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MjR9.0vcVe-JGJ79K3VVHalDy2uKC5Timam7AUKJfxeU93kk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 36546548-4015-496a-a932-71b0d2529b60
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"72ba6-3AWJsN2mABhcYOEQXiSsXKOpW7o"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 30 Jan 2026 07:40:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":171084,"job_number":"JOB_171084","tr_customer_id":171101,"tr_customer_product_id":171091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:19.000Z","modified_at":"2026-01-30T04:20:19.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10334439849599","imei1":"10334439849599","imei2":"10334439849599","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171087,"job_number":"JOB_171087","tr_customer_id":171104,"tr_customer_product_id":171094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:21.000Z","modified_at":"2026-01-30T04:20:21.000Z","name":"Thea Kilback","mobile_number":"352-427-6834","email_id":"Micaela_Greenfelder55@gmail.com","dop":"2000-01-31","serial_number":"1057508121111206","imei1":"1057508121111206","imei2":"1057508121111206","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171130,"job_number":"JOB_171130","tr_customer_id":171147,"tr_customer_product_id":171137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:04.000Z","modified_at":"2026-01-30T04:21:04.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10661726422848","imei1":"10661726422848","imei2":"10661726422848","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171134,"job_number":"JOB_171134","tr_customer_id":171151,"tr_customer_product_id":171141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:06.000Z","modified_at":"2026-01-30T04:21:06.000Z","name":"Daron Weimann","mobile_number":"669-861-4502","email_id":"Maya.Olson@hotmail.com","dop":"2000-01-31","serial_number":"1089050112890730","imei1":"1089050112890730","imei2":"1089050112890730","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171180,"job_number":"JOB_171180","tr_customer_id":171197,"tr_customer_product_id":171187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:49.000Z","modified_at":"2026-01-30T04:21:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10684632463129","imei1":"10684632463129","imei2":"10684632463129","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171184,"job_number":"JOB_171184","tr_customer_id":171201,"tr_customer_product_id":171191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:50.000Z","modified_at":"2026-01-30T04:21:50.000Z","name":"Lillie Tromp","mobile_number":"781-701-0318","email_id":"Devonte98@gmail.com","dop":"2000-01-31","serial_number":"1032149972052196","imei1":"1032149972052196","imei2":"1032149972052196","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171207,"job_number":"JOB_171207","tr_customer_id":171224,"tr_customer_product_id":171214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:33.000Z","modified_at":"2026-01-30T04:22:33.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10486566917712","imei1":"10486566917712","imei2":"10486566917712","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171209,"job_number":"JOB_171209","tr_customer_id":171226,"tr_customer_product_id":171216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:34.000Z","modified_at":"2026-01-30T04:22:34.000Z","name":"Marianne Mayert","mobile_number":"699-633-4366","email_id":"Reyna18@hotmail.com","dop":"2000-01-31","serial_number":"1081188012489991","imei1":"1081188012489991","imei2":"1081188012489991","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171467,"job_number":"JOB_171467","tr_customer_id":171484,"tr_customer_product_id":171474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:57.000Z","modified_at":"2026-01-30T06:49:57.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10885059418353","imei1":"10885059418353","imei2":"10885059418353","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171469,"job_number":"JOB_171469","tr_customer_id":171486,"tr_customer_product_id":171476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:59.000Z","modified_at":"2026-01-30T06:49:59.000Z","name":"Geo Kulas","mobile_number":"677-564-2868","email_id":"Rowena.Beier@gmail.com","dop":"2000-01-31","serial_number":"1038309113358548","imei1":"1038309113358548","imei2":"1038309113358548","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171474,"job_number":"JOB_171474","tr_customer_id":171491,"tr_customer_product_id":171481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:44.000Z","modified_at":"2026-01-30T06:50:44.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10138717050619","imei1":"10138717050619","imei2":"10138717050619","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171476,"job_number":"JOB_171476","tr_customer_id":171493,"tr_customer_product_id":171483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:46.000Z","modified_at":"2026-01-30T06:50:46.000Z","name":"Ariel Huels","mobile_number":"535-999-2215","email_id":"Meta.Schaden83@yahoo.com","dop":"2000-01-31","serial_number":"1007358706824285","imei1":"1007358706824285","imei2":"1007358706824285","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171480,"job_number":"JOB_171480","tr_customer_id":171497,"tr_customer_product_id":171487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:30.000Z","modified_at":"2026-01-30T06:51:30.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10078460753366","imei1":"10078460753366","imei2":"10078460753366","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171482,"job_number":"JOB_171482","tr_customer_id":171499,"tr_customer_product_id":171489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:32.000Z","modified_at":"2026-01-30T06:51:32.000Z","name":"Adele Hyatt","mobile_number":"318-668-1034","email_id":"Kameron62@yahoo.com","dop":"2000-01-31","serial_number":"1038689945006620","imei1":"1038689945006620","imei2":"1038689945006620","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:32.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171486,"job_number":"JOB_171486","tr_customer_id":171503,"tr_customer_product_id":171493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:16.000Z","modified_at":"2026-01-30T06:52:16.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10895912519873","imei1":"10895912519873","imei2":"10895912519873","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171488,"job_number":"JOB_171488","tr_customer_id":171505,"tr_customer_product_id":171495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:18.000Z","modified_at":"2026-01-30T06:52:18.000Z","name":"Augustine King","mobile_number":"516-270-9722","email_id":"Juston_Kling68@hotmail.com","dop":"2000-01-31","serial_number":"1004032210903606","imei1":"1004032210903606","imei2":"1004032210903606","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:18.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170934,"job_number":"JOB_170934","tr_customer_id":170951,"tr_customer_product_id":170941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T20:54:48.000Z","modified_at":"2026-01-29T20:54:48.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-24","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-24T20:54:47.066198069Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T20:54:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170935,"job_number":"JOB_170935","tr_customer_id":170952,"tr_customer_product_id":170942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:04:30.000Z","modified_at":"2026-01-29T22:04:30.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"152670001311313","imei1":"152670001311313","imei2":"152670001311313","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:04:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170936,"job_number":"JOB_170936","tr_customer_id":170953,"tr_customer_product_id":170943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:08:22.000Z","modified_at":"2026-01-29T22:08:22.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"141478756266125","imei1":"141478756266125","imei2":"141478756266125","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:08:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170937,"job_number":"JOB_170937","tr_customer_id":170954,"tr_customer_product_id":170944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:10:58.000Z","modified_at":"2026-01-29T22:10:58.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"190707338116476","imei1":"190707338116476","imei2":"190707338116476","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:10:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170938,"job_number":"JOB_170938","tr_customer_id":170955,"tr_customer_product_id":170945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:11:26.000Z","modified_at":"2026-01-29T22:11:26.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"193958377500658","imei1":"193958377500658","imei2":"193958377500658","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:11:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170939,"job_number":"JOB_170939","tr_customer_id":170956,"tr_customer_product_id":170946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:11:48.000Z","modified_at":"2026-01-29T22:11:48.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"104238476337588","imei1":"104238476337588","imei2":"104238476337588","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170940,"job_number":"JOB_170940","tr_customer_id":170957,"tr_customer_product_id":170947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:14:04.000Z","modified_at":"2026-01-29T22:14:04.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"136508884623334","imei1":"136508884623334","imei2":"136508884623334","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:14:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170941,"job_number":"JOB_170941","tr_customer_id":170958,"tr_customer_product_id":170948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:18:24.000Z","modified_at":"2026-01-29T22:18:24.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"177228857096241","imei1":"177228857096241","imei2":"177228857096241","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:18:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170942,"job_number":"JOB_170942","tr_customer_id":170959,"tr_customer_product_id":170949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:18:48.000Z","modified_at":"2026-01-29T22:18:48.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"136053200246728","imei1":"136053200246728","imei2":"136053200246728","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:18:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170943,"job_number":"JOB_170943","tr_customer_id":170960,"tr_customer_product_id":170950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:20:39.000Z","modified_at":"2026-01-29T22:20:39.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"130852628447961","imei1":"130852628447961","imei2":"130852628447961","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170945,"job_number":"JOB_170945","tr_customer_id":170962,"tr_customer_product_id":170952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:54:06.000Z","modified_at":"2026-01-29T22:54:06.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"137645666224769","imei1":"137645666224769","imei2":"137645666224769","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:54:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170946,"job_number":"JOB_170946","tr_customer_id":170963,"tr_customer_product_id":170953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:55:31.000Z","modified_at":"2026-01-29T22:55:31.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"146570843073906","imei1":"146570843073906","imei2":"146570843073906","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170947,"job_number":"JOB_170947","tr_customer_id":170964,"tr_customer_product_id":170954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:56:41.000Z","modified_at":"2026-01-29T22:56:41.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"187445080187992","imei1":"187445080187992","imei2":"187445080187992","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170948,"job_number":"JOB_170948","tr_customer_id":170965,"tr_customer_product_id":170955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:57:40.000Z","modified_at":"2026-01-29T22:57:40.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"195065095287755","imei1":"195065095287755","imei2":"195065095287755","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170949,"job_number":"JOB_170949","tr_customer_id":170966,"tr_customer_product_id":170956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:58:18.000Z","modified_at":"2026-01-29T22:58:18.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"156179887592199","imei1":"156179887592199","imei2":"156179887592199","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170950,"job_number":"JOB_170950","tr_customer_id":170967,"tr_customer_product_id":170957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:58:50.000Z","modified_at":"2026-01-29T22:58:50.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"182274226347784","imei1":"182274226347784","imei2":"182274226347784","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170951,"job_number":"JOB_170951","tr_customer_id":170968,"tr_customer_product_id":170958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:11:44.000Z","modified_at":"2026-01-29T23:11:44.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"198041785027203","imei1":"198041785027203","imei2":"198041785027203","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:11:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170952,"job_number":"JOB_170952","tr_customer_id":170969,"tr_customer_product_id":170959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:30.000Z","modified_at":"2026-01-29T23:14:30.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"17021029563270","imei1":"17021029563270","imei2":"17021029563270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170954,"job_number":"JOB_170954","tr_customer_id":170971,"tr_customer_product_id":170961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:31.000Z","modified_at":"2026-01-29T23:14:31.000Z","name":"Terrell Lockman","mobile_number":"437-547-6256","email_id":"Abdul.Wehner37@hotmail.com","dop":"2025-04-06","serial_number":"10016164199382554","imei1":"10016164199382554","imei2":"10016164199382554","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170955,"job_number":"JOB_170955","tr_customer_id":170972,"tr_customer_product_id":170962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:39.000Z","modified_at":"2026-01-29T23:14:39.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"18720195446893","imei1":"18720195446893","imei2":"18720195446893","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170957,"job_number":"JOB_170957","tr_customer_id":170974,"tr_customer_product_id":170964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:40.000Z","modified_at":"2026-01-29T23:14:40.000Z","name":"Hermann Larkin","mobile_number":"500-819-0151","email_id":"Francisco81@hotmail.com","dop":"2025-04-06","serial_number":"15887698112500496","imei1":"15887698112500496","imei2":"15887698112500496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170958,"job_number":"JOB_170958","tr_customer_id":170975,"tr_customer_product_id":170965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:46.000Z","modified_at":"2026-01-29T23:14:46.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"16899085736197","imei1":"16899085736197","imei2":"16899085736197","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170960,"job_number":"JOB_170960","tr_customer_id":170977,"tr_customer_product_id":170967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:47.000Z","modified_at":"2026-01-29T23:14:47.000Z","name":"Dameon Rice","mobile_number":"900-821-4035","email_id":"Alan_Keebler3@yahoo.com","dop":"2025-04-06","serial_number":"16374809289727772","imei1":"16374809289727772","imei2":"16374809289727772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170962,"job_number":"JOB_170962","tr_customer_id":170979,"tr_customer_product_id":170969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:19:59.000Z","modified_at":"2026-01-29T23:19:59.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"17282982707179","imei1":"17282982707179","imei2":"17282982707179","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:19:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170964,"job_number":"JOB_170964","tr_customer_id":170981,"tr_customer_product_id":170971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:20:00.000Z","modified_at":"2026-01-29T23:20:00.000Z","name":"Jeffry Schumm","mobile_number":"653-298-5489","email_id":"Axel_Marquardt@hotmail.com","dop":"2025-04-06","serial_number":"11916684849804726","imei1":"11916684849804726","imei2":"11916684849804726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:20:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170965,"job_number":"JOB_170965","tr_customer_id":170982,"tr_customer_product_id":170972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:20:22.000Z","modified_at":"2026-01-29T23:20:22.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"12443029639239","imei1":"12443029639239","imei2":"12443029639239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170967,"job_number":"JOB_170967","tr_customer_id":170984,"tr_customer_product_id":170974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:20:23.000Z","modified_at":"2026-01-29T23:20:23.000Z","name":"Marta Hane","mobile_number":"416-970-1187","email_id":"Antonio17@gmail.com","dop":"2025-04-06","serial_number":"16095811900718672","imei1":"16095811900718672","imei2":"16095811900718672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170968,"job_number":"JOB_170968","tr_customer_id":170985,"tr_customer_product_id":170975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:20:46.000Z","modified_at":"2026-01-29T23:20:46.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"11683645754852","imei1":"11683645754852","imei2":"11683645754852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170970,"job_number":"JOB_170970","tr_customer_id":170987,"tr_customer_product_id":170977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:20:47.000Z","modified_at":"2026-01-29T23:20:47.000Z","name":"Elisha Boehm","mobile_number":"708-676-8657","email_id":"Gwen63@hotmail.com","dop":"2025-04-06","serial_number":"19923755190717840","imei1":"19923755190717840","imei2":"19923755190717840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170971,"job_number":"JOB_170971","tr_customer_id":170988,"tr_customer_product_id":170978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:24:42.000Z","modified_at":"2026-01-29T23:24:42.000Z","name":"Paige Hahn","mobile_number":"591-938-8987","email_id":"Marcelle.Ward7@yahoo.com","dop":"2025-05-01","serial_number":"17782932930851","imei1":"17782932930851","imei2":"17782932930851","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170972,"job_number":"JOB_170972","tr_customer_id":170989,"tr_customer_product_id":170979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:27:56.000Z","modified_at":"2026-01-29T23:27:56.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"17647806985385","imei1":"17647806985385","imei2":"17647806985385","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170974,"job_number":"JOB_170974","tr_customer_id":170991,"tr_customer_product_id":170981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:27:57.000Z","modified_at":"2026-01-29T23:27:57.000Z","name":"Pierre Hane","mobile_number":"344-531-3630","email_id":"Vincenzo_Mosciski@gmail.com","dop":"2025-04-06","serial_number":"15746635210960528","imei1":"15746635210960528","imei2":"15746635210960528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170975,"job_number":"JOB_170975","tr_customer_id":170992,"tr_customer_product_id":170982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:28:23.000Z","modified_at":"2026-01-29T23:28:23.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"17250031710771","imei1":"17250031710771","imei2":"17250031710771","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170977,"job_number":"JOB_170977","tr_customer_id":170994,"tr_customer_product_id":170984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:28:24.000Z","modified_at":"2026-01-29T23:28:24.000Z","name":"Nelle Baumbach","mobile_number":"563-656-8533","email_id":"Tyrel_Corkery38@yahoo.com","dop":"2025-04-06","serial_number":"16179214541476158","imei1":"16179214541476158","imei2":"16179214541476158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:28:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170978,"job_number":"JOB_170978","tr_customer_id":170995,"tr_customer_product_id":170985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:28:50.000Z","modified_at":"2026-01-29T23:28:50.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"13912742458465","imei1":"13912742458465","imei2":"13912742458465","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:28:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170980,"job_number":"JOB_170980","tr_customer_id":170997,"tr_customer_product_id":170987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:28:51.000Z","modified_at":"2026-01-29T23:28:51.000Z","name":"Priscilla Leannon","mobile_number":"541-496-0783","email_id":"Edgardo_Upton56@gmail.com","dop":"2025-04-06","serial_number":"12119167624213330","imei1":"12119167624213330","imei2":"12119167624213330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:28:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170981,"job_number":"JOB_170981","tr_customer_id":170998,"tr_customer_product_id":170988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:30:02.000Z","modified_at":"2026-01-29T23:30:02.000Z","name":"Kirsten Nitzsche","mobile_number":"502-484-2223","email_id":"Cecil.Bayer85@hotmail.com","dop":"2025-12-10","serial_number":"127380760649969","imei1":"127380760649969","imei2":"127380760649969","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:30:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170982,"job_number":"JOB_170982","tr_customer_id":170999,"tr_customer_product_id":170989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:30:28.000Z","modified_at":"2026-01-29T23:30:28.000Z","name":"Emilio Zboncak","mobile_number":"207-951-3435","email_id":"Sammy_Rempel45@yahoo.com","dop":"2025-12-10","serial_number":"153256482292524","imei1":"153256482292524","imei2":"153256482292524","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:30:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170983,"job_number":"JOB_170983","tr_customer_id":171000,"tr_customer_product_id":170990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:30:39.000Z","modified_at":"2026-01-29T23:30:39.000Z","name":"Reyes Rempel","mobile_number":"773-531-8837","email_id":"Laurie85@hotmail.com","dop":"2025-05-01","serial_number":"15594500302520","imei1":"15594500302520","imei2":"15594500302520","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:30:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170984,"job_number":"JOB_170984","tr_customer_id":171001,"tr_customer_product_id":170991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:35:31.000Z","modified_at":"2026-01-29T23:35:31.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"13810072416321","imei1":"13810072416321","imei2":"13810072416321","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:35:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170986,"job_number":"JOB_170986","tr_customer_id":171003,"tr_customer_product_id":170993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:35:32.000Z","modified_at":"2026-01-29T23:35:32.000Z","name":"Muriel Zulauf","mobile_number":"697-928-2444","email_id":"Bradly16@gmail.com","dop":"2025-04-06","serial_number":"10701044802978842","imei1":"10701044802978842","imei2":"10701044802978842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:35:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170987,"job_number":"JOB_170987","tr_customer_id":171004,"tr_customer_product_id":170994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:36:00.000Z","modified_at":"2026-01-29T23:36:00.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"13123973611028","imei1":"13123973611028","imei2":"13123973611028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170989,"job_number":"JOB_170989","tr_customer_id":171006,"tr_customer_product_id":170996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:36:01.000Z","modified_at":"2026-01-29T23:36:01.000Z","name":"Josianne Hermiston","mobile_number":"841-640-7613","email_id":"Billie94@gmail.com","dop":"2025-04-06","serial_number":"18913021336825596","imei1":"18913021336825596","imei2":"18913021336825596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:36:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170990,"job_number":"JOB_170990","tr_customer_id":171007,"tr_customer_product_id":170997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:36:28.000Z","modified_at":"2026-01-29T23:36:28.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"19506829257318","imei1":"19506829257318","imei2":"19506829257318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:36:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170992,"job_number":"JOB_170992","tr_customer_id":171009,"tr_customer_product_id":170999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:36:29.000Z","modified_at":"2026-01-29T23:36:29.000Z","name":"Magdalena Erdman","mobile_number":"693-912-8428","email_id":"Roxanne4@yahoo.com","dop":"2025-04-06","serial_number":"13801116385466660","imei1":"13801116385466660","imei2":"13801116385466660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:36:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170993,"job_number":"JOB_170993","tr_customer_id":171010,"tr_customer_product_id":171000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:40:09.000Z","modified_at":"2026-01-29T23:40:09.000Z","name":"Rory Heidenreich","mobile_number":"793-934-2132","email_id":"Royal36@yahoo.com","dop":"2025-12-10","serial_number":"10128834109223446","imei1":"10128834109223446","imei2":"10128834109223446","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:40:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170994,"job_number":"JOB_170994","tr_customer_id":171011,"tr_customer_product_id":171001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:40:59.000Z","modified_at":"2026-01-29T23:40:59.000Z","name":"Reyes Rempel","mobile_number":"773-531-8837","email_id":"Laurie85@hotmail.com","dop":"2025-05-01","serial_number":"35594500302520","imei1":"35594500302520","imei2":"35594500302520","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:40:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170995,"job_number":"JOB_170995","tr_customer_id":171012,"tr_customer_product_id":171002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:01.000Z","modified_at":"2026-01-29T23:42:01.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"12540570355351","imei1":"12540570355351","imei2":"12540570355351","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170997,"job_number":"JOB_170997","tr_customer_id":171014,"tr_customer_product_id":171004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:02.000Z","modified_at":"2026-01-29T23:42:02.000Z","name":"Emile Oberbrunner","mobile_number":"834-989-7543","email_id":"Hassan_Zboncak88@gmail.com","dop":"2025-04-06","serial_number":"16761765670322104","imei1":"16761765670322104","imei2":"16761765670322104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170998,"job_number":"JOB_170998","tr_customer_id":171015,"tr_customer_product_id":171005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:29.000Z","modified_at":"2026-01-29T23:42:29.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"18753768629623","imei1":"18753768629623","imei2":"18753768629623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171000,"job_number":"JOB_171000","tr_customer_id":171017,"tr_customer_product_id":171007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:30.000Z","modified_at":"2026-01-29T23:42:30.000Z","name":"Janelle Towne","mobile_number":"497-606-6315","email_id":"Nayeli_Kohler24@gmail.com","dop":"2025-04-06","serial_number":"11320646881969810","imei1":"11320646881969810","imei2":"11320646881969810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171001,"job_number":"JOB_171001","tr_customer_id":171018,"tr_customer_product_id":171008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:56.000Z","modified_at":"2026-01-29T23:42:56.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"19260284269655","imei1":"19260284269655","imei2":"19260284269655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171003,"job_number":"JOB_171003","tr_customer_id":171020,"tr_customer_product_id":171010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:57.000Z","modified_at":"2026-01-29T23:42:57.000Z","name":"Clifford Treutel","mobile_number":"311-905-8178","email_id":"Della7@gmail.com","dop":"2025-04-06","serial_number":"10708441773562332","imei1":"10708441773562332","imei2":"10708441773562332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171004,"job_number":"JOB_171004","tr_customer_id":171021,"tr_customer_product_id":171011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:46:20.000Z","modified_at":"2026-01-29T23:46:20.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-19","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-19T23:46:19.633696493Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171005,"job_number":"JOB_171005","tr_customer_id":171022,"tr_customer_product_id":171012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:46:20.000Z","modified_at":"2026-01-29T23:46:20.000Z","name":"Som Pillai","mobile_number":"7053079833","email_id":"sarala.mishra@hotmail.com","dop":"2026-01-19","serial_number":"709106391543744","imei1":"709106391543744","imei2":"709106391543744","popurl":"www.amaranaath-panicker.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171006,"job_number":"JOB_171006","tr_customer_id":171023,"tr_customer_product_id":171013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:48:46.000Z","modified_at":"2026-01-29T23:48:46.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-19","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-19T23:48:45.977175280Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:48:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171007,"job_number":"JOB_171007","tr_customer_id":171024,"tr_customer_product_id":171014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:49:48.000Z","modified_at":"2026-01-29T23:49:48.000Z","name":"Reymundo Flatley","mobile_number":"997-280-4322","email_id":"Kyler.Stanton@hotmail.com","dop":"2025-12-10","serial_number":"180671090876939","imei1":"180671090876939","imei2":"180671090876939","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171008,"job_number":"JOB_171008","tr_customer_id":171025,"tr_customer_product_id":171015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:50:11.000Z","modified_at":"2026-01-29T23:50:11.000Z","name":"Peter Will","mobile_number":"878-494-8269","email_id":"Izaiah.Rowe@gmail.com","dop":"2025-12-10","serial_number":"123620711580984","imei1":"123620711580984","imei2":"123620711580984","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171009,"job_number":"JOB_171009","tr_customer_id":171026,"tr_customer_product_id":171016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:08:27.000Z","modified_at":"2026-01-30T00:08:27.000Z","name":"Alexandra Emmerich","mobile_number":"541-804-6888","email_id":"Hayden_Ebert@gmail.com","dop":"2025-12-10","serial_number":"192618610756540","imei1":"192618610756540","imei2":"192618610756540","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:08:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171010,"job_number":"JOB_171010","tr_customer_id":171027,"tr_customer_product_id":171017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:10:08.000Z","modified_at":"2026-01-30T00:10:08.000Z","name":"Marcus Batz","mobile_number":"815-586-3143","email_id":"Anne.Mertz@hotmail.com","dop":"2025-12-10","serial_number":"196747128061158","imei1":"196747128061158","imei2":"196747128061158","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:10:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171012,"job_number":"JOB_171012","tr_customer_id":171029,"tr_customer_product_id":171019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:46:04.000Z","modified_at":"2026-01-30T00:46:04.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"69077551366337","imei1":"69077551366337","imei2":"69077551366337","popurl":"2026-01-20T00:46:05.360110400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171013,"job_number":"JOB_171013","tr_customer_id":171030,"tr_customer_product_id":171020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T01:06:28.000Z","modified_at":"2026-01-30T01:06:28.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"95342828280759","imei1":"95342828280759","imei2":"95342828280759","popurl":"2026-01-20T01:06:28.428047187Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T01:06:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171014,"job_number":"JOB_171014","tr_customer_id":171031,"tr_customer_product_id":171021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T01:07:10.000Z","modified_at":"2026-01-30T01:07:10.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"58957088779228","imei1":"58957088779228","imei2":"58957088779228","popurl":"2026-01-20T01:07:10.028400917Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T01:07:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171015,"job_number":"JOB_171015","tr_customer_id":171032,"tr_customer_product_id":171022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:02:32.000Z","modified_at":"2026-01-30T02:02:32.000Z","name":"Lucy Stanton","mobile_number":"751-787-9156","email_id":"Ona78@yahoo.com","dop":"2025-12-10","serial_number":"113029298018590","imei1":"113029298018590","imei2":"113029298018590","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:02:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171016,"job_number":"JOB_171016","tr_customer_id":171033,"tr_customer_product_id":171023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:10:03.000Z","modified_at":"2026-01-30T02:10:03.000Z","name":"Maya Kassulke","mobile_number":"701-580-8927","email_id":"Keeley14@gmail.com","dop":"2025-12-10","serial_number":"115935734016490","imei1":"115935734016490","imei2":"115935734016490","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:10:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171017,"job_number":"JOB_171017","tr_customer_id":171034,"tr_customer_product_id":171024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:17:01.000Z","modified_at":"2026-01-30T02:17:01.000Z","name":"Wanda Hills","mobile_number":"550-723-6743","email_id":"Ludwig.Glover@hotmail.com","dop":"2025-12-10","serial_number":"167787378226206","imei1":"167787378226206","imei2":"167787378226206","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:17:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171018,"job_number":"JOB_171018","tr_customer_id":171035,"tr_customer_product_id":171025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:21:38.000Z","modified_at":"2026-01-30T02:21:38.000Z","name":"Lela Kohler","mobile_number":"710-207-8438","email_id":"Abbey_Schaefer@hotmail.com","dop":"2025-12-10","serial_number":"179367396307145","imei1":"179367396307145","imei2":"179367396307145","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171019,"job_number":"JOB_171019","tr_customer_id":171036,"tr_customer_product_id":171026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:28:09.000Z","modified_at":"2026-01-30T02:28:09.000Z","name":"Janice Torphy","mobile_number":"571-228-2003","email_id":"Talon.Smith@gmail.com","dop":"2025-12-10","serial_number":"117726331096685","imei1":"117726331096685","imei2":"117726331096685","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171020,"job_number":"JOB_171020","tr_customer_id":171037,"tr_customer_product_id":171027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:25:45.000Z","modified_at":"2026-01-30T03:25:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14828724578553","imei1":"14828724578553","imei2":"14828724578553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171022,"job_number":"JOB_171022","tr_customer_id":171039,"tr_customer_product_id":171029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:25:46.000Z","modified_at":"2026-01-30T03:25:46.000Z","name":"Chase Emmerich","mobile_number":"642-375-6447","email_id":"Wiley.Blick45@gmail.com","dop":"2025-04-06","serial_number":"18124366766046890","imei1":"18124366766046890","imei2":"18124366766046890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171023,"job_number":"JOB_171023","tr_customer_id":171040,"tr_customer_product_id":171030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:26:27.000Z","modified_at":"2026-01-30T03:26:27.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11712103852461","imei1":"11712103852461","imei2":"11712103852461","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:26:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171025,"job_number":"JOB_171025","tr_customer_id":171042,"tr_customer_product_id":171032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:26:29.000Z","modified_at":"2026-01-30T03:26:29.000Z","name":"Jovanny Bailey","mobile_number":"687-996-8546","email_id":"Audrey49@hotmail.com","dop":"2025-04-06","serial_number":"13938562338247316","imei1":"13938562338247316","imei2":"13938562338247316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:26:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171026,"job_number":"JOB_171026","tr_customer_id":171043,"tr_customer_product_id":171033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:26:57.000Z","modified_at":"2026-01-30T03:26:57.000Z","name":"Ankit Ojha","mobile_number":"8634214986","email_id":"jhsdhf@gmail.con","dop":"2025-05-01","serial_number":"35594500302521","imei1":"35594500302521","imei2":"35594500302521","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171027,"job_number":"JOB_171027","tr_customer_id":171044,"tr_customer_product_id":171034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:27:10.000Z","modified_at":"2026-01-30T03:27:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19492302188959","imei1":"19492302188959","imei2":"19492302188959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171029,"job_number":"JOB_171029","tr_customer_id":171046,"tr_customer_product_id":171036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:27:12.000Z","modified_at":"2026-01-30T03:27:12.000Z","name":"Fatima Rippin","mobile_number":"264-758-2084","email_id":"Celestino.VonRueden43@hotmail.com","dop":"2025-04-06","serial_number":"16797938487163444","imei1":"16797938487163444","imei2":"16797938487163444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171031,"job_number":"JOB_171031","tr_customer_id":171048,"tr_customer_product_id":171038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:10:20.000Z","modified_at":"2026-01-30T04:10:20.000Z","name":"Arch Kovacek","mobile_number":"304-507-3700","email_id":"Zack_Turcotte@gmail.com","dop":"2025-02-13","serial_number":"10073825861569468","imei1":"10073825861569468","imei2":"10073825861569468","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171034,"job_number":"JOB_171034","tr_customer_id":171051,"tr_customer_product_id":171041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:14.000Z","modified_at":"2026-01-30T04:19:14.000Z","name":"Selmer Quigley","mobile_number":"254-476-2438","email_id":"Jeromy67@gmail.com","dop":"2025-04-06","serial_number":"19324883517627600","imei1":"19324883517627600","imei2":"19324883517627600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171036,"job_number":"JOB_171036","tr_customer_id":171053,"tr_customer_product_id":171043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:25.000Z","modified_at":"2026-01-30T04:19:25.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19789140132324","imei1":"19789140132324","imei2":"19789140132324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171038,"job_number":"JOB_171038","tr_customer_id":171055,"tr_customer_product_id":171045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:26.000Z","modified_at":"2026-01-30T04:19:26.000Z","name":"Consuelo Moore","mobile_number":"637-560-8329","email_id":"Hassie.Lowe@hotmail.com","dop":"2025-04-06","serial_number":"13610658128047988","imei1":"13610658128047988","imei2":"13610658128047988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171039,"job_number":"JOB_171039","tr_customer_id":171056,"tr_customer_product_id":171046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:33.000Z","modified_at":"2026-01-30T04:19:33.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10895109330855","imei1":"10895109330855","imei2":"10895109330855","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171041,"job_number":"JOB_171041","tr_customer_id":171058,"tr_customer_product_id":171048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:34.000Z","modified_at":"2026-01-30T04:19:34.000Z","name":"Austyn Russel","mobile_number":"919-445-3056","email_id":"Gabriel.Renner83@yahoo.com","dop":"2025-06-18","serial_number":"1028878109725905","imei1":"1028878109725905","imei2":"1028878109725905","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171045,"job_number":"JOB_171045","tr_customer_id":171062,"tr_customer_product_id":171052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:42.000Z","modified_at":"2026-01-30T04:19:42.000Z","name":"Blaze Windler","mobile_number":"741-455-9643","email_id":"Tessie.Fritsch@hotmail.com","dop":"2025-04-06","serial_number":"13721468474703484","imei1":"13721468474703484","imei2":"13721468474703484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171046,"job_number":"JOB_171046","tr_customer_id":171063,"tr_customer_product_id":171053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:42.000Z","modified_at":"2026-01-30T04:19:42.000Z","name":"Aileen Kerluke","mobile_number":"380-643-6119","email_id":"Myrtle21@hotmail.com","dop":"2025-04-06","serial_number":"18918815693009616","imei1":"18918815693009616","imei2":"18918815693009616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171047,"job_number":"JOB_171047","tr_customer_id":171064,"tr_customer_product_id":171054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:43.000Z","modified_at":"2026-01-30T04:19:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12361457027404","imei1":"12361457027404","imei2":"12361457027404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171049,"job_number":"JOB_171049","tr_customer_id":171066,"tr_customer_product_id":171056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:45.000Z","modified_at":"2026-01-30T04:19:45.000Z","name":"Caroline Corwin","mobile_number":"997-792-6900","email_id":"Tyrese58@yahoo.com","dop":"2025-04-06","serial_number":"16565555822994826","imei1":"16565555822994826","imei2":"16565555822994826","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171052,"job_number":"JOB_171052","tr_customer_id":171069,"tr_customer_product_id":171059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:50.000Z","modified_at":"2026-01-30T04:19:50.000Z","name":"Maye Rohan","mobile_number":"320-938-6204","email_id":"Fermin51@hotmail.com","dop":"2025-04-06","serial_number":"12352156315327056","imei1":"12352156315327056","imei2":"12352156315327056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171053,"job_number":"JOB_171053","tr_customer_id":171070,"tr_customer_product_id":171060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:51.000Z","modified_at":"2026-01-30T04:19:51.000Z","name":"Crystal Olson","mobile_number":"651-231-8343","email_id":"Dallin.OKon@yahoo.com","dop":"2025-04-06","serial_number":"19996123819039590","imei1":"19996123819039590","imei2":"19996123819039590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171054,"job_number":"JOB_171054","tr_customer_id":171071,"tr_customer_product_id":171061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:51.000Z","modified_at":"2026-01-30T04:19:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14941485891064","imei1":"14941485891064","imei2":"14941485891064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171057,"job_number":"JOB_171057","tr_customer_id":171074,"tr_customer_product_id":171064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:53.000Z","modified_at":"2026-01-30T04:19:53.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14715515236301","imei2":"14715515236301","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171059,"job_number":"JOB_171059","tr_customer_id":171076,"tr_customer_product_id":171066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:53.000Z","modified_at":"2026-01-30T04:19:53.000Z","name":"Damon Reilly","mobile_number":"323-725-6001","email_id":"Mozelle_Becker@gmail.com","dop":"2025-04-06","serial_number":"14380205583874442","imei1":"14380205583874442","imei2":"14380205583874442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171060,"job_number":"JOB_171060","tr_customer_id":171077,"tr_customer_product_id":171067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:54.000Z","modified_at":"2026-01-30T04:19:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15025752619292","imei1":"15025752619292","imei2":"15025752619292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171062,"job_number":"JOB_171062","tr_customer_id":171079,"tr_customer_product_id":171069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:55.000Z","modified_at":"2026-01-30T04:19:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13950459776442","imei1":"13950459776442","imei2":"13950459776442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171064,"job_number":"JOB_171064","tr_customer_id":171081,"tr_customer_product_id":171071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:56.000Z","modified_at":"2026-01-30T04:19:56.000Z","name":"Theo Adams","mobile_number":"251-783-3186","email_id":"Octavia93@yahoo.com","dop":"2025-04-06","serial_number":"19255699621840360","imei1":"19255699621840360","imei2":"19255699621840360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171065,"job_number":"JOB_171065","tr_customer_id":171082,"tr_customer_product_id":171072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:56.000Z","modified_at":"2026-01-30T04:19:56.000Z","name":"Antonio Batz","mobile_number":"412-591-7678","email_id":"Elmo58@gmail.com","dop":"2025-04-06","serial_number":"13191342567792734","imei1":"13191342567792734","imei2":"13191342567792734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171067,"job_number":"JOB_171067","tr_customer_id":171084,"tr_customer_product_id":171074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:00.000Z","modified_at":"2026-01-30T04:20:00.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12808128533471","imei1":"12808128533471","imei2":"12808128533471","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171069,"job_number":"JOB_171069","tr_customer_id":171086,"tr_customer_product_id":171076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:02.000Z","modified_at":"2026-01-30T04:20:02.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13392800680756","imei1":"13392800680756","imei2":"13392800680756","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171072,"job_number":"JOB_171072","tr_customer_id":171089,"tr_customer_product_id":171079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:04.000Z","modified_at":"2026-01-30T04:20:04.000Z","name":"Vince Wyman","mobile_number":"318-735-4395","email_id":"Fannie.Harris48@yahoo.com","dop":"2025-04-06","serial_number":"17750201884445860","imei1":"17750201884445860","imei2":"17750201884445860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171073,"job_number":"JOB_171073","tr_customer_id":171090,"tr_customer_product_id":171080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:05.000Z","modified_at":"2026-01-30T04:20:05.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16190084846242","imei1":"16190084846242","imei2":"16190084846242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171074,"job_number":"JOB_171074","tr_customer_id":171091,"tr_customer_product_id":171081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:05.000Z","modified_at":"2026-01-30T04:20:05.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12747800943565","imei2":"12747800943565","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171077,"job_number":"JOB_171077","tr_customer_id":171094,"tr_customer_product_id":171084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:07.000Z","modified_at":"2026-01-30T04:20:07.000Z","name":"Delbert Kulas","mobile_number":"251-629-9477","email_id":"Kari_Bergstrom@hotmail.com","dop":"2025-04-06","serial_number":"17054645167231580","imei1":"17054645167231580","imei2":"17054645167231580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171080,"job_number":"JOB_171080","tr_customer_id":171097,"tr_customer_product_id":171087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:18.000Z","modified_at":"2026-01-30T04:20:18.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15365346248782","imei2":"15365346248782","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171082,"job_number":"JOB_171082","tr_customer_id":171099,"tr_customer_product_id":171089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:19.000Z","modified_at":"2026-01-30T04:20:19.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10330165628596","imei1":"10330165628596","imei2":"10330165628596","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171086,"job_number":"JOB_171086","tr_customer_id":171103,"tr_customer_product_id":171093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:20.000Z","modified_at":"2026-01-30T04:20:20.000Z","name":"Albin Abshire","mobile_number":"668-514-4248","email_id":"Brianne80@hotmail.com","dop":"2025-06-18","serial_number":"1013847395482759","imei1":"1013847395482759","imei2":"1013847395482759","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171088,"job_number":"JOB_171088","tr_customer_id":171105,"tr_customer_product_id":171095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:28.000Z","modified_at":"2026-01-30T04:20:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10581874528646","imei1":"10581874528646","imei2":"10581874528646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171090,"job_number":"JOB_171090","tr_customer_id":171107,"tr_customer_product_id":171097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:30.000Z","modified_at":"2026-01-30T04:20:30.000Z","name":"Eliseo Barton","mobile_number":"915-373-8311","email_id":"Jordan_Hilll44@yahoo.com","dop":"2025-04-06","serial_number":"15977513941612628","imei1":"15977513941612628","imei2":"15977513941612628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171091,"job_number":"JOB_171091","tr_customer_id":171108,"tr_customer_product_id":171098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:34.000Z","modified_at":"2026-01-30T04:20:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11415388515443","imei1":"11415388515443","imei2":"11415388515443","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171093,"job_number":"JOB_171093","tr_customer_id":171110,"tr_customer_product_id":171100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:36.000Z","modified_at":"2026-01-30T04:20:36.000Z","name":"Benton Grimes","mobile_number":"721-746-1293","email_id":"Ivy28@yahoo.com","dop":"2025-04-06","serial_number":"16799141910559824","imei1":"16799141910559824","imei2":"16799141910559824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171094,"job_number":"JOB_171094","tr_customer_id":171111,"tr_customer_product_id":171101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:38.000Z","modified_at":"2026-01-30T04:20:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12632828275217","imei1":"12632828275217","imei2":"12632828275217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171096,"job_number":"JOB_171096","tr_customer_id":171113,"tr_customer_product_id":171103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:40.000Z","modified_at":"2026-01-30T04:20:40.000Z","name":"Rafaela Robel","mobile_number":"606-473-1412","email_id":"Niko_Cremin41@yahoo.com","dop":"2025-04-06","serial_number":"14855586315233018","imei1":"14855586315233018","imei2":"14855586315233018","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171097,"job_number":"JOB_171097","tr_customer_id":171114,"tr_customer_product_id":171104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:40.000Z","modified_at":"2026-01-30T04:20:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10494375396360","imei1":"10494375396360","imei2":"10494375396360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171098,"job_number":"JOB_171098","tr_customer_id":171115,"tr_customer_product_id":171105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:40.000Z","modified_at":"2026-01-30T04:20:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18571171140244","imei1":"18571171140244","imei2":"18571171140244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171101,"job_number":"JOB_171101","tr_customer_id":171118,"tr_customer_product_id":171108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:42.000Z","modified_at":"2026-01-30T04:20:42.000Z","name":"Sydnee Becker","mobile_number":"569-792-1918","email_id":"Valentina_Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11952295467953676","imei1":"11952295467953676","imei2":"11952295467953676","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171102,"job_number":"JOB_171102","tr_customer_id":171119,"tr_customer_product_id":171109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:42.000Z","modified_at":"2026-01-30T04:20:42.000Z","name":"Myrtice Schuster","mobile_number":"923-364-7912","email_id":"Rashawn.Tromp@gmail.com","dop":"2025-04-06","serial_number":"12395316043665006","imei1":"12395316043665006","imei2":"12395316043665006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171103,"job_number":"JOB_171103","tr_customer_id":171120,"tr_customer_product_id":171110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:42.000Z","modified_at":"2026-01-30T04:20:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19002422177703","imei1":"19002422177703","imei2":"19002422177703","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171105,"job_number":"JOB_171105","tr_customer_id":171122,"tr_customer_product_id":171112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:44.000Z","modified_at":"2026-01-30T04:20:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"80711761283779","imei1":"80711761283779","imei2":"80711761283779","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171106,"job_number":"JOB_171106","tr_customer_id":171123,"tr_customer_product_id":171113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:46.000Z","modified_at":"2026-01-30T04:20:46.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"18197846890188","imei1":"18197846890188","imei2":"18197846890188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171108,"job_number":"JOB_171108","tr_customer_id":171125,"tr_customer_product_id":171115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:47.000Z","modified_at":"2026-01-30T04:20:47.000Z","name":"Oran Nienow","mobile_number":"397-941-2205","email_id":"Abdul94@yahoo.com","dop":"2025-04-06","serial_number":"14063647880324328","imei1":"14063647880324328","imei2":"14063647880324328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171110,"job_number":"JOB_171110","tr_customer_id":171127,"tr_customer_product_id":171117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:48.000Z","modified_at":"2026-01-30T04:20:48.000Z","name":"Aurore Conroy","mobile_number":"288-596-5512","email_id":"Gabriella_Ratke@hotmail.com","dop":"2025-05-30","serial_number":"10089821720810","imei1":"10089821720810","imei2":"10089821720810","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171111,"job_number":"JOB_171111","tr_customer_id":171128,"tr_customer_product_id":171118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"Anibal Nikolaus","mobile_number":"478-758-5801","email_id":"Meaghan.Abernathy@hotmail.com","dop":"2025-05-30","serial_number":"1813197567218586","imei1":"1813197567218586","imei2":"1813197567218586","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171112,"job_number":"JOB_171112","tr_customer_id":171129,"tr_customer_product_id":171119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13047304828854","imei1":"13047304828854","imei2":"13047304828854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171118,"job_number":"JOB_171118","tr_customer_id":171135,"tr_customer_product_id":171125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:52.000Z","modified_at":"2026-01-30T04:20:52.000Z","name":"Hailee Stracke","mobile_number":"825-612-5890","email_id":"Mac67@hotmail.com","dop":"2025-04-06","serial_number":"18361725382543070","imei1":"18361725382543070","imei2":"18361725382543070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171119,"job_number":"JOB_171119","tr_customer_id":171136,"tr_customer_product_id":171126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:00.000Z","modified_at":"2026-01-30T04:21:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10184379292826","imei1":"10184379292826","imei2":"10184379292826","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171122,"job_number":"JOB_171122","tr_customer_id":171139,"tr_customer_product_id":171129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:01.000Z","modified_at":"2026-01-30T04:21:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13335602592566","imei1":"13335602592566","imei2":"13335602592566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171123,"job_number":"JOB_171123","tr_customer_id":171140,"tr_customer_product_id":171130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:02.000Z","modified_at":"2026-01-30T04:21:02.000Z","name":"Violette Barrows","mobile_number":"452-733-4096","email_id":"Augustus_Lehner6@yahoo.com","dop":"2025-04-06","serial_number":"11656714429718438","imei1":"11656714429718438","imei2":"11656714429718438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171127,"job_number":"JOB_171127","tr_customer_id":171144,"tr_customer_product_id":171134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Kyle Spinka","mobile_number":"565-657-5062","email_id":"Janiya_Rath4@yahoo.com","dop":"2025-04-06","serial_number":"17482730694206884","imei1":"17482730694206884","imei2":"17482730694206884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171132,"job_number":"JOB_171132","tr_customer_id":171149,"tr_customer_product_id":171139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:05.000Z","modified_at":"2026-01-30T04:21:05.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10336441282836","imei1":"10336441282836","imei2":"10336441282836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171135,"job_number":"JOB_171135","tr_customer_id":171152,"tr_customer_product_id":171142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:07.000Z","modified_at":"2026-01-30T04:21:07.000Z","name":"Lexus Boehm","mobile_number":"361-387-7956","email_id":"Kailee.Hills16@gmail.com","dop":"2025-04-06","serial_number":"12756185417395368","imei1":"12756185417395368","imei2":"12756185417395368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171136,"job_number":"JOB_171136","tr_customer_id":171153,"tr_customer_product_id":171143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:10.000Z","modified_at":"2026-01-30T04:21:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12725752505415","imei1":"12725752505415","imei2":"12725752505415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171137,"job_number":"JOB_171137","tr_customer_id":171154,"tr_customer_product_id":171144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:10.000Z","modified_at":"2026-01-30T04:21:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13714293502617","imei1":"13714293502617","imei2":"13714293502617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171140,"job_number":"JOB_171140","tr_customer_id":171157,"tr_customer_product_id":171147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:12.000Z","modified_at":"2026-01-30T04:21:12.000Z","name":"Aurore Flatley","mobile_number":"563-354-8191","email_id":"Brook22@yahoo.com","dop":"2025-04-06","serial_number":"19090094799952550","imei1":"19090094799952550","imei2":"19090094799952550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171141,"job_number":"JOB_171141","tr_customer_id":171158,"tr_customer_product_id":171148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:12.000Z","modified_at":"2026-01-30T04:21:12.000Z","name":"Karen Klein","mobile_number":"258-217-4678","email_id":"Estell_Nolan26@yahoo.com","dop":"2025-04-06","serial_number":"14398215357247750","imei1":"14398215357247750","imei2":"14398215357247750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171142,"job_number":"JOB_171142","tr_customer_id":171159,"tr_customer_product_id":171149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:13.000Z","modified_at":"2026-01-30T04:21:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18176245766075","imei1":"18176245766075","imei2":"18176245766075","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171146,"job_number":"JOB_171146","tr_customer_id":171163,"tr_customer_product_id":171153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:15.000Z","modified_at":"2026-01-30T04:21:15.000Z","name":"Erin Wunsch","mobile_number":"500-861-9769","email_id":"Marjory.Schmidt@gmail.com","dop":"2025-04-06","serial_number":"15846851874623872","imei1":"15846851874623872","imei2":"15846851874623872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171147,"job_number":"JOB_171147","tr_customer_id":171164,"tr_customer_product_id":171154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:20.000Z","modified_at":"2026-01-30T04:21:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11643954952817","imei1":"11643954952817","imei2":"11643954952817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171149,"job_number":"JOB_171149","tr_customer_id":171166,"tr_customer_product_id":171156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:22.000Z","modified_at":"2026-01-30T04:21:22.000Z","name":"Grayce Steuber","mobile_number":"433-929-2924","email_id":"Aurelia42@yahoo.com","dop":"2025-04-06","serial_number":"10050657199825186","imei1":"10050657199825186","imei2":"10050657199825186","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171151,"job_number":"JOB_171151","tr_customer_id":171168,"tr_customer_product_id":171158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:23.000Z","modified_at":"2026-01-30T04:21:23.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13975514375578","imei1":"13975514375578","imei2":"13975514375578","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171153,"job_number":"JOB_171153","tr_customer_id":171170,"tr_customer_product_id":171160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:24.000Z","modified_at":"2026-01-30T04:21:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12572575665778","imei1":"12572575665778","imei2":"12572575665778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171155,"job_number":"JOB_171155","tr_customer_id":171172,"tr_customer_product_id":171162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:25.000Z","modified_at":"2026-01-30T04:21:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"79939252957262","imei1":"79939252957262","imei2":"79939252957262","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171156,"job_number":"JOB_171156","tr_customer_id":171173,"tr_customer_product_id":171163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:25.000Z","modified_at":"2026-01-30T04:21:25.000Z","name":"Aniya Murazik","mobile_number":"322-627-0002","email_id":"Winfield_Vandervort@gmail.com","dop":"2025-04-06","serial_number":"16659236109275940","imei1":"16659236109275940","imei2":"16659236109275940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171157,"job_number":"JOB_171157","tr_customer_id":171174,"tr_customer_product_id":171164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:26.000Z","modified_at":"2026-01-30T04:21:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15910569634426","imei1":"15910569634426","imei2":"15910569634426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171158,"job_number":"JOB_171158","tr_customer_id":171175,"tr_customer_product_id":171165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:26.000Z","modified_at":"2026-01-30T04:21:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16872699326375","imei1":"16872699326375","imei2":"16872699326375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171161,"job_number":"JOB_171161","tr_customer_id":171178,"tr_customer_product_id":171168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:27.000Z","modified_at":"2026-01-30T04:21:27.000Z","name":"Mustafa Kuhn","mobile_number":"912-493-1338","email_id":"Malinda_Corkery@yahoo.com","dop":"2025-04-06","serial_number":"14035183049595468","imei1":"14035183049595468","imei2":"14035183049595468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171162,"job_number":"JOB_171162","tr_customer_id":171179,"tr_customer_product_id":171169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:28.000Z","modified_at":"2026-01-30T04:21:28.000Z","name":"Janet Wisozk","mobile_number":"451-478-0380","email_id":"Zachery.Trantow@hotmail.com","dop":"2025-04-06","serial_number":"17314327491275152","imei1":"17314327491275152","imei2":"17314327491275152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171167,"job_number":"JOB_171167","tr_customer_id":171184,"tr_customer_product_id":171174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:36.000Z","modified_at":"2026-01-30T04:21:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19349527487445","imei1":"19349527487445","imei2":"19349527487445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171169,"job_number":"JOB_171169","tr_customer_id":171186,"tr_customer_product_id":171176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:37.000Z","modified_at":"2026-01-30T04:21:37.000Z","name":"Tristin Rice","mobile_number":"964-441-2429","email_id":"Casimer1@yahoo.com","dop":"2025-04-06","serial_number":"11065823219439082","imei1":"11065823219439082","imei2":"11065823219439082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171170,"job_number":"JOB_171170","tr_customer_id":171187,"tr_customer_product_id":171177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:41.000Z","modified_at":"2026-01-30T04:21:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11013865804194","imei1":"11013865804194","imei2":"11013865804194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171172,"job_number":"JOB_171172","tr_customer_id":171189,"tr_customer_product_id":171179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:43.000Z","modified_at":"2026-01-30T04:21:43.000Z","name":"Mose Cole","mobile_number":"294-329-7352","email_id":"Antone36@gmail.com","dop":"2025-04-06","serial_number":"10074333549551858","imei1":"10074333549551858","imei2":"10074333549551858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171173,"job_number":"JOB_171173","tr_customer_id":171190,"tr_customer_product_id":171180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:46.000Z","modified_at":"2026-01-30T04:21:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11456612834737","imei1":"11456612834737","imei2":"11456612834737","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171178,"job_number":"JOB_171178","tr_customer_id":171195,"tr_customer_product_id":171185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:48.000Z","modified_at":"2026-01-30T04:21:48.000Z","name":"Ashlee Feest","mobile_number":"238-405-9120","email_id":"Anjali_Steuber63@gmail.com","dop":"2025-04-06","serial_number":"15591575254436972","imei1":"15591575254436972","imei2":"15591575254436972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171182,"job_number":"JOB_171182","tr_customer_id":171199,"tr_customer_product_id":171189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:49.000Z","modified_at":"2026-01-30T04:21:49.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"19182914204528","imei1":"19182914204528","imei2":"19182914204528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171185,"job_number":"JOB_171185","tr_customer_id":171202,"tr_customer_product_id":171192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:51.000Z","modified_at":"2026-01-30T04:21:51.000Z","name":"Forest Bernhard","mobile_number":"588-635-6685","email_id":"Justine.Trantow@gmail.com","dop":"2025-04-06","serial_number":"19613373375737250","imei1":"19613373375737250","imei2":"19613373375737250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171186,"job_number":"JOB_171186","tr_customer_id":171203,"tr_customer_product_id":171193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:53.000Z","modified_at":"2026-01-30T04:21:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19045978191441","imei1":"19045978191441","imei2":"19045978191441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171188,"job_number":"JOB_171188","tr_customer_id":171205,"tr_customer_product_id":171195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:54.000Z","modified_at":"2026-01-30T04:21:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18107180046001","imei1":"18107180046001","imei2":"18107180046001","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171190,"job_number":"JOB_171190","tr_customer_id":171207,"tr_customer_product_id":171197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:55.000Z","modified_at":"2026-01-30T04:21:55.000Z","name":"Neva Ruecker","mobile_number":"865-843-6317","email_id":"Manuel0@gmail.com","dop":"2025-04-06","serial_number":"14774233739138378","imei1":"14774233739138378","imei2":"14774233739138378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171191,"job_number":"JOB_171191","tr_customer_id":171208,"tr_customer_product_id":171198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:55.000Z","modified_at":"2026-01-30T04:21:56.000Z","name":"Abigale Schowalter","mobile_number":"426-725-5354","email_id":"Cullen69@gmail.com","dop":"2025-04-06","serial_number":"19622860221436948","imei1":"19622860221436948","imei2":"19622860221436948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171195,"job_number":"JOB_171195","tr_customer_id":171212,"tr_customer_product_id":171202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:05.000Z","modified_at":"2026-01-30T04:22:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10791529943008","imei1":"10791529943008","imei2":"10791529943008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171197,"job_number":"JOB_171197","tr_customer_id":171214,"tr_customer_product_id":171204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:07.000Z","modified_at":"2026-01-30T04:22:07.000Z","name":"Benny Sporer","mobile_number":"497-543-1503","email_id":"Vinnie_Frami@hotmail.com","dop":"2025-04-06","serial_number":"14909847439509902","imei1":"14909847439509902","imei2":"14909847439509902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171198,"job_number":"JOB_171198","tr_customer_id":171215,"tr_customer_product_id":171205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:21.000Z","modified_at":"2026-01-30T04:22:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19486982035805","imei1":"19486982035805","imei2":"19486982035805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171200,"job_number":"JOB_171200","tr_customer_id":171217,"tr_customer_product_id":171207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:23.000Z","modified_at":"2026-01-30T04:22:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18092013293194","imei1":"18092013293194","imei2":"18092013293194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171201,"job_number":"JOB_171201","tr_customer_id":171218,"tr_customer_product_id":171208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:23.000Z","modified_at":"2026-01-30T04:22:23.000Z","name":"Yasmin Stiedemann","mobile_number":"637-956-7788","email_id":"Jovany_Dare71@gmail.com","dop":"2025-04-06","serial_number":"18322374918490020","imei1":"18322374918490020","imei2":"18322374918490020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171203,"job_number":"JOB_171203","tr_customer_id":171220,"tr_customer_product_id":171210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:24.000Z","modified_at":"2026-01-30T04:22:24.000Z","name":"Shanny Langosh","mobile_number":"479-821-8901","email_id":"Lelah.Frami51@hotmail.com","dop":"2025-04-06","serial_number":"15749746972984424","imei1":"15749746972984424","imei2":"15749746972984424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171204,"job_number":"JOB_171204","tr_customer_id":171221,"tr_customer_product_id":171211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:31.000Z","modified_at":"2026-01-30T04:22:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10399943841144","imei1":"10399943841144","imei2":"10399943841144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171206,"job_number":"JOB_171206","tr_customer_id":171223,"tr_customer_product_id":171213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:32.000Z","modified_at":"2026-01-30T04:22:32.000Z","name":"Amalia Mills","mobile_number":"324-681-8598","email_id":"Ron28@yahoo.com","dop":"2025-04-06","serial_number":"15970487449770618","imei1":"15970487449770618","imei2":"15970487449770618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171210,"job_number":"JOB_171210","tr_customer_id":171227,"tr_customer_product_id":171217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:36.000Z","modified_at":"2026-01-30T04:22:36.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15597096697630","imei1":"15597096697630","imei2":"15597096697630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171212,"job_number":"JOB_171212","tr_customer_id":171229,"tr_customer_product_id":171219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:37.000Z","modified_at":"2026-01-30T04:22:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10438647031695","imei1":"10438647031695","imei2":"10438647031695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171213,"job_number":"JOB_171213","tr_customer_id":171230,"tr_customer_product_id":171220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:37.000Z","modified_at":"2026-01-30T04:22:37.000Z","name":"Madelyn Crona","mobile_number":"617-893-3283","email_id":"Connie_Metz87@gmail.com","dop":"2025-04-06","serial_number":"15166292613630514","imei1":"15166292613630514","imei2":"15166292613630514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171215,"job_number":"JOB_171215","tr_customer_id":171232,"tr_customer_product_id":171222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:39.000Z","modified_at":"2026-01-30T04:22:39.000Z","name":"Stanford Hermiston","mobile_number":"309-949-8683","email_id":"Monte55@hotmail.com","dop":"2025-04-06","serial_number":"16523640268083688","imei1":"16523640268083688","imei2":"16523640268083688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171216,"job_number":"JOB_171216","tr_customer_id":171233,"tr_customer_product_id":171223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:24.000Z","modified_at":"2026-01-30T04:26:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68165893365844","imei1":"68165893365844","imei2":"68165893365844","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171217,"job_number":"JOB_171217","tr_customer_id":171234,"tr_customer_product_id":171224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:25.000Z","modified_at":"2026-01-30T04:26:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50230575454873","imei1":"50230575454873","imei2":"50230575454873","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171218,"job_number":"JOB_171218","tr_customer_id":171235,"tr_customer_product_id":171225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:25.000Z","modified_at":"2026-01-30T04:26:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45516248057217","imei1":"45516248057217","imei2":"45516248057217","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171219,"job_number":"JOB_171219","tr_customer_id":171236,"tr_customer_product_id":171226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:25.000Z","modified_at":"2026-01-30T04:26:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97918493716764","imei1":"97918493716764","imei2":"97918493716764","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171220,"job_number":"JOB_171220","tr_customer_id":171237,"tr_customer_product_id":171227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:26.000Z","modified_at":"2026-01-30T04:26:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42590853375783","imei1":"42590853375783","imei2":"42590853375783","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171221,"job_number":"JOB_171221","tr_customer_id":171238,"tr_customer_product_id":171228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:26.000Z","modified_at":"2026-01-30T04:26:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50111375755706","imei1":"50111375755706","imei2":"50111375755706","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171223,"job_number":"JOB_171223","tr_customer_id":171240,"tr_customer_product_id":171230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:58.000Z","modified_at":"2026-01-30T04:26:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32360882111424","imei1":"32360882111424","imei2":"32360882111424","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171224,"job_number":"JOB_171224","tr_customer_id":171241,"tr_customer_product_id":171231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:58.000Z","modified_at":"2026-01-30T04:26:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36696771861835","imei1":"36696771861835","imei2":"36696771861835","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171225,"job_number":"JOB_171225","tr_customer_id":171242,"tr_customer_product_id":171232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:58.000Z","modified_at":"2026-01-30T04:26:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"77356460039342","imei1":"77356460039342","imei2":"77356460039342","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171226,"job_number":"JOB_171226","tr_customer_id":171243,"tr_customer_product_id":171233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:59.000Z","modified_at":"2026-01-30T04:26:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"44813251435698","imei1":"44813251435698","imei2":"44813251435698","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171227,"job_number":"JOB_171227","tr_customer_id":171244,"tr_customer_product_id":171234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:59.000Z","modified_at":"2026-01-30T04:26:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40196297666119","imei1":"40196297666119","imei2":"40196297666119","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171228,"job_number":"JOB_171228","tr_customer_id":171245,"tr_customer_product_id":171235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:59.000Z","modified_at":"2026-01-30T04:26:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34266284520785","imei1":"34266284520785","imei2":"34266284520785","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171230,"job_number":"JOB_171230","tr_customer_id":171247,"tr_customer_product_id":171237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:30.000Z","modified_at":"2026-01-30T04:27:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69066471103613","imei1":"69066471103613","imei2":"69066471103613","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171231,"job_number":"JOB_171231","tr_customer_id":171248,"tr_customer_product_id":171238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:31.000Z","modified_at":"2026-01-30T04:27:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41548994759976","imei1":"41548994759976","imei2":"41548994759976","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171232,"job_number":"JOB_171232","tr_customer_id":171249,"tr_customer_product_id":171239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:31.000Z","modified_at":"2026-01-30T04:27:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50398662904799","imei1":"50398662904799","imei2":"50398662904799","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171233,"job_number":"JOB_171233","tr_customer_id":171250,"tr_customer_product_id":171240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:31.000Z","modified_at":"2026-01-30T04:27:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92289060463279","imei1":"92289060463279","imei2":"92289060463279","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171234,"job_number":"JOB_171234","tr_customer_id":171251,"tr_customer_product_id":171241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:32.000Z","modified_at":"2026-01-30T04:27:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95043084725679","imei1":"95043084725679","imei2":"95043084725679","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171235,"job_number":"JOB_171235","tr_customer_id":171252,"tr_customer_product_id":171242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:32.000Z","modified_at":"2026-01-30T04:27:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40314052249079","imei1":"40314052249079","imei2":"40314052249079","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171239,"job_number":"JOB_171239","tr_customer_id":171256,"tr_customer_product_id":171246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:06:28.000Z","modified_at":"2026-01-30T05:06:28.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"44492326259131","imei1":"44492326259131","imei2":"44492326259131","popurl":"2026-01-20T05:06:28.238559035Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:06:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171240,"job_number":"JOB_171240","tr_customer_id":171257,"tr_customer_product_id":171247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:06:31.000Z","modified_at":"2026-01-30T05:06:31.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"94988867562782","imei1":"94988867562782","imei2":"94988867562782","popurl":"2026-01-20T05:06:30.816405359Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:06:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171241,"job_number":"JOB_171241","tr_customer_id":171258,"tr_customer_product_id":171248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:11:43.000Z","modified_at":"2026-01-30T05:11:43.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103654342872658","imei1":"103654342872658","imei2":"103654342872658","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:11:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171243,"job_number":"JOB_171243","tr_customer_id":171260,"tr_customer_product_id":171250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:11:56.000Z","modified_at":"2026-01-30T05:11:56.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109721411806758","imei1":"109721411806758","imei2":"109721411806758","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:11:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171246,"job_number":"JOB_171246","tr_customer_id":171263,"tr_customer_product_id":171253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:30:05.000Z","modified_at":"2026-01-30T05:30:06.000Z","name":"Hillary Huels","mobile_number":"440-720-2758","email_id":"Parker.Franecki52@hotmail.com","dop":"2025-04-06","serial_number":"13442540163156602","imei1":"13442540163156602","imei2":"13442540163156602","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:30:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171248,"job_number":"JOB_171248","tr_customer_id":171265,"tr_customer_product_id":171255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:30:34.000Z","modified_at":"2026-01-30T05:30:34.000Z","name":"Sadie Hills","mobile_number":"486-376-6669","email_id":"Adriana92@gmail.com","dop":"2025-04-06","serial_number":"10176398618220392","imei1":"10176398618220392","imei2":"10176398618220392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:30:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171250,"job_number":"JOB_171250","tr_customer_id":171267,"tr_customer_product_id":171257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:36:00.000Z","modified_at":"2026-01-30T05:36:00.000Z","name":"Cindy Weber","mobile_number":"793-436-1824","email_id":"Brisa.McLaughlin@gmail.com","dop":"2025-04-06","serial_number":"16464233850864918","imei1":"16464233850864918","imei2":"16464233850864918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171252,"job_number":"JOB_171252","tr_customer_id":171269,"tr_customer_product_id":171259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:36:45.000Z","modified_at":"2026-01-30T05:36:45.000Z","name":"Ruthie West","mobile_number":"936-777-9716","email_id":"Jaylan.Champlin@yahoo.com","dop":"2025-04-06","serial_number":"18938842716442600","imei1":"18938842716442600","imei2":"18938842716442600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171254,"job_number":"JOB_171254","tr_customer_id":171271,"tr_customer_product_id":171261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:37:30.000Z","modified_at":"2026-01-30T05:37:30.000Z","name":"Tyreek Miller","mobile_number":"262-217-5818","email_id":"Leanne.Kutch@gmail.com","dop":"2025-04-06","serial_number":"12247188256887778","imei1":"12247188256887778","imei2":"12247188256887778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:37:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171255,"job_number":"JOB_171255","tr_customer_id":171272,"tr_customer_product_id":171262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Mechelle Stracke","mobile_number":"7099314516","email_id":"windy.gleason@yahoo.com","dop":"2026-01-20","serial_number":"572666053020437","imei1":"498384250923512","imei2":"890435172846539","popurl":"www.leoma-swaniawski.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171256,"job_number":"JOB_171256","tr_customer_id":171273,"tr_customer_product_id":171263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Cedrick Franecki","mobile_number":"7078678597","email_id":"shelba.hessel@gmail.com","dop":"2026-01-20","serial_number":"238276324961790","imei1":"010576607716187","imei2":"163987280620345","popurl":"www.providencia-greenholt.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171257,"job_number":"JOB_171257","tr_customer_id":171274,"tr_customer_product_id":171264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Ceola Nitzsche","mobile_number":"7054427024","email_id":"claud.medhurst@gmail.com","dop":"2026-01-20","serial_number":"768356234766334","imei1":"452469915347785","imei2":"325373290351874","popurl":"www.kristian-ritchie.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171258,"job_number":"JOB_171258","tr_customer_id":171275,"tr_customer_product_id":171265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Clark Yost","mobile_number":"7036900967","email_id":"lyle.goodwin@hotmail.com","dop":"2026-01-20","serial_number":"491884467495444","imei1":"016174267256365","imei2":"912381369241386","popurl":"www.marco-swift.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171259,"job_number":"JOB_171259","tr_customer_id":171276,"tr_customer_product_id":171266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Margarette Lueilwitz","mobile_number":"7085478763","email_id":"julio.koch@yahoo.com","dop":"2026-01-20","serial_number":"412860258341152","imei1":"813171604214463","imei2":"485612585521118","popurl":"www.jonathon-wilkinson.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171260,"job_number":"JOB_171260","tr_customer_id":171277,"tr_customer_product_id":171267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Laronda Torphy","mobile_number":"7025021474","email_id":"william.stehr@gmail.com","dop":"2026-01-20","serial_number":"972441054471604","imei1":"686754197654528","imei2":"926554475411645","popurl":"www.abram-hansen.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171261,"job_number":"JOB_171261","tr_customer_id":171278,"tr_customer_product_id":171268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Chester Hayes","mobile_number":"7045727611","email_id":"luetta.waters@gmail.com","dop":"2026-01-20","serial_number":"838903341815602","imei1":"976467245767710","imei2":"795221116181019","popurl":"www.maryalice-prosacco.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171262,"job_number":"JOB_171262","tr_customer_id":171279,"tr_customer_product_id":171269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Sharmaine Morar","mobile_number":"7049135324","email_id":"norah.johnson@hotmail.com","dop":"2026-01-20","serial_number":"929996546076416","imei1":"573566954401823","imei2":"761359974709772","popurl":"www.fred-wisoky.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171263,"job_number":"JOB_171263","tr_customer_id":171280,"tr_customer_product_id":171270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Vi Harber","mobile_number":"7064000175","email_id":"leigh.bergnaum@hotmail.com","dop":"2026-01-20","serial_number":"616610043460910","imei1":"155654986123458","imei2":"310585677560027","popurl":"www.emilio-schoen.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171264,"job_number":"JOB_171264","tr_customer_id":171281,"tr_customer_product_id":171271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Mina Lesch","mobile_number":"7082372665","email_id":"suzie.marks@yahoo.com","dop":"2026-01-20","serial_number":"701044727612722","imei1":"376613410787939","imei2":"942991546876059","popurl":"www.joe-buckridge.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171265,"job_number":"JOB_171265","tr_customer_id":171282,"tr_customer_product_id":171272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Wilburn Bergstrom","mobile_number":"7013353968","email_id":"asa.ryan@gmail.com","dop":"2026-01-20","serial_number":"623635974871693","imei1":"242619460205683","imei2":"965083142035508","popurl":"www.megan-kuhic.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171266,"job_number":"JOB_171266","tr_customer_id":171284,"tr_customer_product_id":171273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Jacinto Kozey","mobile_number":"7022960780","email_id":"adan.kihn@yahoo.com","dop":"2026-01-20","serial_number":"573428908551433","imei1":"054924308963273","imei2":"284649389869029","popurl":"www.emmitt-schulist.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171267,"job_number":"JOB_171267","tr_customer_id":171283,"tr_customer_product_id":171274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Conception Mills","mobile_number":"7045496618","email_id":"daphne.mayer@gmail.com","dop":"2026-01-20","serial_number":"263444539501114","imei1":"164269333423350","imei2":"644376740033112","popurl":"www.nery-kuphal.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171268,"job_number":"JOB_171268","tr_customer_id":171285,"tr_customer_product_id":171275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Floyd Jaskolski","mobile_number":"7052180863","email_id":"latashia.beahan@yahoo.com","dop":"2026-01-20","serial_number":"380992307916679","imei1":"944089403776228","imei2":"617770173665034","popurl":"www.miquel-flatley.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171269,"job_number":"JOB_171269","tr_customer_id":171286,"tr_customer_product_id":171276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Shela Bashirian","mobile_number":"7054494394","email_id":"kittie.hettinger@gmail.com","dop":"2026-01-20","serial_number":"060213496186556","imei1":"289633814379277","imei2":"422413910083233","popurl":"www.humberto-hammes.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171270,"job_number":"JOB_171270","tr_customer_id":171287,"tr_customer_product_id":171277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Darius Anderson","mobile_number":"7097564929","email_id":"odette.keeling@yahoo.com","dop":"2026-01-20","serial_number":"758725336219691","imei1":"578129971270282","imei2":"900822568283921","popurl":"www.donnie-hirthe.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171271,"job_number":"JOB_171271","tr_customer_id":171288,"tr_customer_product_id":171278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Felisha Senger","mobile_number":"7002630667","email_id":"babara.hauck@gmail.com","dop":"2026-01-20","serial_number":"713857290800578","imei1":"498239871993302","imei2":"069643077108131","popurl":"www.patricia-glover.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171272,"job_number":"JOB_171272","tr_customer_id":171289,"tr_customer_product_id":171279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Martin Herzog","mobile_number":"7048489618","email_id":"stewart.boyle@yahoo.com","dop":"2026-01-20","serial_number":"642548287437421","imei1":"001494208315496","imei2":"220970376417477","popurl":"www.frederica-durgan.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171273,"job_number":"JOB_171273","tr_customer_id":171291,"tr_customer_product_id":171280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Charity Hagenes","mobile_number":"7056781630","email_id":"edwardo.schulist@yahoo.com","dop":"2026-01-20","serial_number":"207775557780019","imei1":"141317159035208","imei2":"770188941722539","popurl":"www.nikki-cassin.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171274,"job_number":"JOB_171274","tr_customer_id":171290,"tr_customer_product_id":171281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Margarito Purdy","mobile_number":"7049896781","email_id":"nelda.sauer@hotmail.com","dop":"2026-01-20","serial_number":"555087379422001","imei1":"781499275048964","imei2":"068666357976210","popurl":"www.dia-stokes.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171275,"job_number":"JOB_171275","tr_customer_id":171292,"tr_customer_product_id":171282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Eura Swift","mobile_number":"7001842203","email_id":"stewart.kuvalis@yahoo.com","dop":"2026-01-20","serial_number":"826652378492166","imei1":"677566223021085","imei2":"460924875045151","popurl":"www.gwyn-wiza.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171276,"job_number":"JOB_171276","tr_customer_id":171293,"tr_customer_product_id":171283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Patrick Hudson","mobile_number":"7018081216","email_id":"paul.waters@hotmail.com","dop":"2026-01-20","serial_number":"380785726166291","imei1":"500837556582087","imei2":"956176460929887","popurl":"www.robt-wunsch.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171277,"job_number":"JOB_171277","tr_customer_id":171294,"tr_customer_product_id":171284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Hai Jakubowski","mobile_number":"7036325365","email_id":"harry.becker@yahoo.com","dop":"2026-01-20","serial_number":"400672857448585","imei1":"906922527643994","imei2":"116140246894846","popurl":"www.chuck-powlowski.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171278,"job_number":"JOB_171278","tr_customer_id":171295,"tr_customer_product_id":171285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Rosetta MacGyver","mobile_number":"7001482526","email_id":"kurtis.dare@hotmail.com","dop":"2026-01-20","serial_number":"948980902782389","imei1":"110367369457101","imei2":"538514891420431","popurl":"www.toi-gutmann.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171279,"job_number":"JOB_171279","tr_customer_id":171296,"tr_customer_product_id":171286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Merrie Davis","mobile_number":"7070612816","email_id":"rey.armstrong@hotmail.com","dop":"2026-01-20","serial_number":"981135890916648","imei1":"432334546733783","imei2":"633851218106331","popurl":"www.galen-johnson.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171280,"job_number":"JOB_171280","tr_customer_id":171297,"tr_customer_product_id":171287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Rogelio Howell","mobile_number":"7047198962","email_id":"tama.bosco@hotmail.com","dop":"2026-01-20","serial_number":"620230799896431","imei1":"382577882871484","imei2":"651505170758353","popurl":"www.rocio-yost.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171281,"job_number":"JOB_171281","tr_customer_id":171298,"tr_customer_product_id":171288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Jerrold Hettinger","mobile_number":"7014609769","email_id":"alfonso.nitzsche@gmail.com","dop":"2026-01-20","serial_number":"298271036192099","imei1":"493301056721234","imei2":"806543001633283","popurl":"www.leif-leannon.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171282,"job_number":"JOB_171282","tr_customer_id":171299,"tr_customer_product_id":171289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Leia Wilderman","mobile_number":"7081764293","email_id":"charlie.kshlerin@yahoo.com","dop":"2026-01-20","serial_number":"847215224174939","imei1":"616657187339376","imei2":"790766060331074","popurl":"www.elroy-buckridge.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171283,"job_number":"JOB_171283","tr_customer_id":171300,"tr_customer_product_id":171290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Corina Keebler","mobile_number":"7012242008","email_id":"donte.armstrong@gmail.com","dop":"2026-01-20","serial_number":"254436800512874","imei1":"542141292010198","imei2":"677410120059873","popurl":"www.monte-douglas.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171284,"job_number":"JOB_171284","tr_customer_id":171301,"tr_customer_product_id":171291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Ping Williamson","mobile_number":"7019746611","email_id":"tommie.predovic@yahoo.com","dop":"2026-01-20","serial_number":"091790878881049","imei1":"177114594404262","imei2":"853646222958487","popurl":"www.olen-kuhn.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171285,"job_number":"JOB_171285","tr_customer_id":171302,"tr_customer_product_id":171292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Gertie Feil","mobile_number":"7053090139","email_id":"jimmie.borer@gmail.com","dop":"2026-01-20","serial_number":"606341795059464","imei1":"631296331161559","imei2":"941897190477117","popurl":"www.fermin-baumbach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171286,"job_number":"JOB_171286","tr_customer_id":171303,"tr_customer_product_id":171293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Heriberto Dare","mobile_number":"7050317234","email_id":"jonas.schneider@gmail.com","dop":"2026-01-20","serial_number":"521380277078461","imei1":"449668329731456","imei2":"542018027928858","popurl":"www.dave-beahan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171287,"job_number":"JOB_171287","tr_customer_id":171304,"tr_customer_product_id":171294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Marlyn Schiller","mobile_number":"7099628598","email_id":"val.barrows@yahoo.com","dop":"2026-01-20","serial_number":"916071023365421","imei1":"720851075151568","imei2":"400866920625810","popurl":"www.charlette-willms.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171288,"job_number":"JOB_171288","tr_customer_id":171305,"tr_customer_product_id":171295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Kirsten Senger","mobile_number":"7097079404","email_id":"dexter.gleason@hotmail.com","dop":"2026-01-20","serial_number":"563714483928251","imei1":"123991720083125","imei2":"002947736462201","popurl":"www.georgene-ullrich.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171289,"job_number":"JOB_171289","tr_customer_id":171306,"tr_customer_product_id":171296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Kam Lowe","mobile_number":"7001121305","email_id":"alyse.pacocha@hotmail.com","dop":"2026-01-20","serial_number":"688350530513191","imei1":"232348310637105","imei2":"687112166095974","popurl":"www.chrystal-bruen.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171290,"job_number":"JOB_171290","tr_customer_id":171307,"tr_customer_product_id":171297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Raymundo Lehner","mobile_number":"7026882957","email_id":"jackie.heaney@hotmail.com","dop":"2026-01-20","serial_number":"329196997117307","imei1":"315729494463659","imei2":"856215408405094","popurl":"www.monty-ernser.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171291,"job_number":"JOB_171291","tr_customer_id":171309,"tr_customer_product_id":171298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Angle Bosco","mobile_number":"7006739450","email_id":"taunya.hettinger@gmail.com","dop":"2026-01-20","serial_number":"756406649999859","imei1":"297677764704882","imei2":"923920695219972","popurl":"www.milagro-roob.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171292,"job_number":"JOB_171292","tr_customer_id":171308,"tr_customer_product_id":171299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Melanie Bode","mobile_number":"7082822385","email_id":"matthew.nitzsche@yahoo.com","dop":"2026-01-20","serial_number":"445282738789803","imei1":"137857908041800","imei2":"753072165846076","popurl":"www.elodia-green.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171293,"job_number":"JOB_171293","tr_customer_id":171310,"tr_customer_product_id":171300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Quinn Kreiger","mobile_number":"7009979625","email_id":"alexia.kuvalis@hotmail.com","dop":"2026-01-20","serial_number":"854318010154538","imei1":"861088907597622","imei2":"185817212957150","popurl":"www.ellan-muller.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171294,"job_number":"JOB_171294","tr_customer_id":171311,"tr_customer_product_id":171301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Darrel Corwin","mobile_number":"7057047003","email_id":"lyman.wiegand@hotmail.com","dop":"2026-01-20","serial_number":"237175470271655","imei1":"032486600368255","imei2":"446173791097521","popurl":"www.erin-runolfsson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171295,"job_number":"JOB_171295","tr_customer_id":171312,"tr_customer_product_id":171302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Mittie Barton","mobile_number":"7028648701","email_id":"emmie.schuster@gmail.com","dop":"2026-01-20","serial_number":"924393276295249","imei1":"309472988490565","imei2":"658495554469434","popurl":"www.tyler-goodwin.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171296,"job_number":"JOB_171296","tr_customer_id":171313,"tr_customer_product_id":171303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Williams Wilderman","mobile_number":"7004300651","email_id":"allena.lang@gmail.com","dop":"2026-01-20","serial_number":"713854897368234","imei1":"409939976558701","imei2":"735582385868358","popurl":"www.simona-altenwerth.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171297,"job_number":"JOB_171297","tr_customer_id":171314,"tr_customer_product_id":171304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Manie Schaefer","mobile_number":"7083348073","email_id":"katheleen.toy@yahoo.com","dop":"2026-01-20","serial_number":"947390877324960","imei1":"944637172852648","imei2":"144334355109576","popurl":"www.guadalupe-donnelly.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171298,"job_number":"JOB_171298","tr_customer_id":171315,"tr_customer_product_id":171305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Suzi Gutkowski","mobile_number":"7000348900","email_id":"tammi.ward@yahoo.com","dop":"2026-01-20","serial_number":"521796092686116","imei1":"895769951233287","imei2":"451086771861443","popurl":"www.bobby-howell.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171299,"job_number":"JOB_171299","tr_customer_id":171316,"tr_customer_product_id":171306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Rocky Becker","mobile_number":"7033551283","email_id":"alberto.powlowski@yahoo.com","dop":"2026-01-20","serial_number":"399236703668613","imei1":"338145194685861","imei2":"214652828394383","popurl":"www.helaine-lynch.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171300,"job_number":"JOB_171300","tr_customer_id":171317,"tr_customer_product_id":171307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Quinton Little","mobile_number":"7038957880","email_id":"anabel.price@yahoo.com","dop":"2026-01-20","serial_number":"630296100037005","imei1":"097816377351172","imei2":"904960290408004","popurl":"www.merlin-marks.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171301,"job_number":"JOB_171301","tr_customer_id":171318,"tr_customer_product_id":171308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Ophelia Rice","mobile_number":"7046698561","email_id":"merlin.hayes@gmail.com","dop":"2026-01-20","serial_number":"354178160521808","imei1":"455855935314235","imei2":"273275603966270","popurl":"www.dirk-bauch.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171302,"job_number":"JOB_171302","tr_customer_id":171319,"tr_customer_product_id":171309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Tom Hammes","mobile_number":"7000942450","email_id":"margarett.wisoky@yahoo.com","dop":"2026-01-20","serial_number":"752467710248004","imei1":"288185988413854","imei2":"299792988910928","popurl":"www.harris-volkman.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171303,"job_number":"JOB_171303","tr_customer_id":171320,"tr_customer_product_id":171310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Whitney Monahan","mobile_number":"7082537552","email_id":"nicola.effertz@gmail.com","dop":"2026-01-20","serial_number":"320853054357944","imei1":"854691824554205","imei2":"333310707553695","popurl":"www.philomena-cummings.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171304,"job_number":"JOB_171304","tr_customer_id":171322,"tr_customer_product_id":171311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Micheal Kuphal","mobile_number":"7053593462","email_id":"eula.yundt@hotmail.com","dop":"2026-01-20","serial_number":"781374517942592","imei1":"671122538259545","imei2":"180776559201212","popurl":"www.song-ortiz.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171305,"job_number":"JOB_171305","tr_customer_id":171321,"tr_customer_product_id":171312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Cyrus Kuhlman","mobile_number":"7058941188","email_id":"zachary.walter@hotmail.com","dop":"2026-01-20","serial_number":"828750392070931","imei1":"711725431974453","imei2":"121108258349178","popurl":"www.kortney-stehr.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171306,"job_number":"JOB_171306","tr_customer_id":171323,"tr_customer_product_id":171313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Caren Kozey","mobile_number":"7024358111","email_id":"morgan.harris@yahoo.com","dop":"2026-01-20","serial_number":"130268590698903","imei1":"762771362112646","imei2":"079198503697501","popurl":"www.cathie-fadel.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171307,"job_number":"JOB_171307","tr_customer_id":171324,"tr_customer_product_id":171314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Erasmo Jerde","mobile_number":"7077248713","email_id":"noelle.bednar@yahoo.com","dop":"2026-01-20","serial_number":"851784061286438","imei1":"990530413518809","imei2":"418220343943831","popurl":"www.christi-deckow.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171308,"job_number":"JOB_171308","tr_customer_id":171325,"tr_customer_product_id":171315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Charlie Reichel","mobile_number":"7019051130","email_id":"bethany.bayer@yahoo.com","dop":"2026-01-20","serial_number":"962454777702104","imei1":"330761018557061","imei2":"580522695193604","popurl":"www.jewell-brekke.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171309,"job_number":"JOB_171309","tr_customer_id":171326,"tr_customer_product_id":171316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Ashly Muller","mobile_number":"7033151416","email_id":"deshawn.deckow@hotmail.com","dop":"2026-01-20","serial_number":"467004973717725","imei1":"123728033258318","imei2":"398747741128254","popurl":"www.tobi-schmitt.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171310,"job_number":"JOB_171310","tr_customer_id":171327,"tr_customer_product_id":171317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:42.000Z","modified_at":"2026-01-30T05:55:42.000Z","name":"Eleanora Ward","mobile_number":"7028648988","email_id":"arnette.wiegand@gmail.com","dop":"2026-01-20","serial_number":"570528850340114","imei1":"320870487801078","imei2":"710620712670116","popurl":"www.erick-sawayn.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171311,"job_number":"JOB_171311","tr_customer_id":171328,"tr_customer_product_id":171318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:42.000Z","modified_at":"2026-01-30T05:55:42.000Z","name":"Karen Armstrong","mobile_number":"7068288941","email_id":"jude.durgan@yahoo.com","dop":"2026-01-20","serial_number":"939118111250160","imei1":"898008289804416","imei2":"458935161560606","popurl":"www.annelle-ratke.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171312,"job_number":"JOB_171312","tr_customer_id":171329,"tr_customer_product_id":171319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:42.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Delmar Kuhlman","mobile_number":"7076639014","email_id":"morris.champlin@hotmail.com","dop":"2026-01-20","serial_number":"359966718293181","imei1":"269850488109661","imei2":"086271321760063","popurl":"www.elisa-hickle.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171313,"job_number":"JOB_171313","tr_customer_id":171330,"tr_customer_product_id":171320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Alise Strosin","mobile_number":"7029822744","email_id":"miquel.hauck@gmail.com","dop":"2026-01-20","serial_number":"113476940717789","imei1":"826707803695069","imei2":"114528807275329","popurl":"www.daphne-orn.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171314,"job_number":"JOB_171314","tr_customer_id":171331,"tr_customer_product_id":171321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Kathaleen Nolan","mobile_number":"7034353648","email_id":"kelley.smitham@yahoo.com","dop":"2026-01-20","serial_number":"215758379552571","imei1":"071950585874522","imei2":"912099833654560","popurl":"www.beverly-hand.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171315,"job_number":"JOB_171315","tr_customer_id":171332,"tr_customer_product_id":171322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Ariel Cummings","mobile_number":"7038642287","email_id":"irving.waelchi@yahoo.com","dop":"2026-01-20","serial_number":"463492551678414","imei1":"648186731601765","imei2":"480006720646052","popurl":"www.stuart-legros.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171316,"job_number":"JOB_171316","tr_customer_id":171333,"tr_customer_product_id":171323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Carol Klein","mobile_number":"7015590816","email_id":"brice.roob@yahoo.com","dop":"2026-01-20","serial_number":"710983340271287","imei1":"733109760191233","imei2":"361240509090824","popurl":"www.merle-hahn.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171317,"job_number":"JOB_171317","tr_customer_id":171334,"tr_customer_product_id":171324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Kyle Douglas","mobile_number":"7015148888","email_id":"tyson.sporer@yahoo.com","dop":"2026-01-20","serial_number":"766541170764355","imei1":"565784542446208","imei2":"538816603970844","popurl":"www.mack-crooks.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171318,"job_number":"JOB_171318","tr_customer_id":171335,"tr_customer_product_id":171325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Rico Gleichner","mobile_number":"7029157150","email_id":"noe.nitzsche@hotmail.com","dop":"2026-01-20","serial_number":"491736804658628","imei1":"493575193136037","imei2":"646049109562879","popurl":"www.estrella-mohr.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171319,"job_number":"JOB_171319","tr_customer_id":171336,"tr_customer_product_id":171326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Jefferey Kris","mobile_number":"7099992313","email_id":"eldon.rau@hotmail.com","dop":"2026-01-20","serial_number":"383666994327856","imei1":"075128337433975","imei2":"655744289525468","popurl":"www.graham-konopelski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171320,"job_number":"JOB_171320","tr_customer_id":171337,"tr_customer_product_id":171327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Royal Klein","mobile_number":"7049889361","email_id":"linsey.feil@hotmail.com","dop":"2026-01-20","serial_number":"030365157241101","imei1":"841865954352253","imei2":"751180241466148","popurl":"www.keenan-goldner.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171321,"job_number":"JOB_171321","tr_customer_id":171338,"tr_customer_product_id":171328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Easter Baumbach","mobile_number":"7093036604","email_id":"kristopher.batz@hotmail.com","dop":"2026-01-20","serial_number":"914912160874195","imei1":"971588513580079","imei2":"736842994493543","popurl":"www.marilou-ferry.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171322,"job_number":"JOB_171322","tr_customer_id":171339,"tr_customer_product_id":171329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Otha Heathcote","mobile_number":"7022274597","email_id":"kasie.hyatt@yahoo.com","dop":"2026-01-20","serial_number":"051530957056078","imei1":"700307274917464","imei2":"381092289380151","popurl":"www.maggie-koepp.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171323,"job_number":"JOB_171323","tr_customer_id":171340,"tr_customer_product_id":171330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Yuk Walker","mobile_number":"7079057641","email_id":"idell.mcclure@gmail.com","dop":"2026-01-20","serial_number":"018953174275601","imei1":"197554091067559","imei2":"146793685141557","popurl":"www.chelsea-strosin.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171324,"job_number":"JOB_171324","tr_customer_id":171341,"tr_customer_product_id":171331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Lillie Spencer","mobile_number":"7048536157","email_id":"kasey.brown@gmail.com","dop":"2026-01-20","serial_number":"169151214653888","imei1":"606013340190024","imei2":"432370165611082","popurl":"www.erik-turcotte.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171325,"job_number":"JOB_171325","tr_customer_id":171342,"tr_customer_product_id":171332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Suzan Feil","mobile_number":"7017899097","email_id":"aron.mante@yahoo.com","dop":"2026-01-20","serial_number":"934554124274999","imei1":"643500244089838","imei2":"768905799936658","popurl":"www.elvis-walter.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171326,"job_number":"JOB_171326","tr_customer_id":171343,"tr_customer_product_id":171333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Vaughn Abshire","mobile_number":"7076898654","email_id":"sophia.beahan@gmail.com","dop":"2026-01-20","serial_number":"374887385152324","imei1":"236118919572179","imei2":"730551795153501","popurl":"www.cameron-labadie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171327,"job_number":"JOB_171327","tr_customer_id":171344,"tr_customer_product_id":171334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Darrick Schiller","mobile_number":"7007616646","email_id":"youlanda.waelchi@yahoo.com","dop":"2026-01-20","serial_number":"913360750542939","imei1":"044302794883510","imei2":"582414749359131","popurl":"www.damon-ohara.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171328,"job_number":"JOB_171328","tr_customer_id":171345,"tr_customer_product_id":171335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Andreas Kuhlman","mobile_number":"7080274718","email_id":"shawana.gutmann@yahoo.com","dop":"2026-01-20","serial_number":"833874154524629","imei1":"165684040934487","imei2":"312100825481361","popurl":"www.palmer-boyer.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171329,"job_number":"JOB_171329","tr_customer_id":171346,"tr_customer_product_id":171336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Horace McLaughlin","mobile_number":"7069779472","email_id":"clarita.gottlieb@gmail.com","dop":"2026-01-20","serial_number":"582099164941029","imei1":"227114044654142","imei2":"156221871043903","popurl":"www.frankie-trantow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171330,"job_number":"JOB_171330","tr_customer_id":171347,"tr_customer_product_id":171337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Keenan Lang","mobile_number":"7088968871","email_id":"julius.becker@yahoo.com","dop":"2026-01-20","serial_number":"209260180327899","imei1":"298211817981988","imei2":"369635061744510","popurl":"www.janell-lowe.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171331,"job_number":"JOB_171331","tr_customer_id":171348,"tr_customer_product_id":171338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Patrick Lemke","mobile_number":"7007403986","email_id":"lindsay.feest@gmail.com","dop":"2026-01-20","serial_number":"022307895346513","imei1":"135070715406277","imei2":"424391515834522","popurl":"www.buck-parker.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171332,"job_number":"JOB_171332","tr_customer_id":171349,"tr_customer_product_id":171339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Daryl Walter","mobile_number":"7054905836","email_id":"rosalba.little@gmail.com","dop":"2026-01-20","serial_number":"973331501090102","imei1":"687295614282327","imei2":"705856612819515","popurl":"www.dominique-bernhard.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171333,"job_number":"JOB_171333","tr_customer_id":171350,"tr_customer_product_id":171340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Betty Wolff","mobile_number":"7017370882","email_id":"marisela.purdy@hotmail.com","dop":"2026-01-20","serial_number":"853721744842080","imei1":"789305070249993","imei2":"975196809715704","popurl":"www.brittaney-okon.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171334,"job_number":"JOB_171334","tr_customer_id":171351,"tr_customer_product_id":171341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Monty Streich","mobile_number":"7064317989","email_id":"sterling.schmidt@yahoo.com","dop":"2026-01-20","serial_number":"492146951984773","imei1":"681843052321560","imei2":"676830187061196","popurl":"www.nia-hamill.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171335,"job_number":"JOB_171335","tr_customer_id":171352,"tr_customer_product_id":171342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Stephan Beier","mobile_number":"7028352644","email_id":"dusty.swift@gmail.com","dop":"2026-01-20","serial_number":"848429255648885","imei1":"640703781449972","imei2":"665248918196321","popurl":"www.alaine-olson.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171336,"job_number":"JOB_171336","tr_customer_id":171353,"tr_customer_product_id":171343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Mark Harris","mobile_number":"7019203537","email_id":"kerry.abbott@gmail.com","dop":"2026-01-20","serial_number":"158636126981963","imei1":"462749841897112","imei2":"371272028423057","popurl":"www.drema-bernier.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171337,"job_number":"JOB_171337","tr_customer_id":171354,"tr_customer_product_id":171344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Caryn Mraz","mobile_number":"7012286778","email_id":"mardell.damore@gmail.com","dop":"2026-01-20","serial_number":"492422236760717","imei1":"953879803448535","imei2":"203247308133498","popurl":"www.nigel-huels.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171338,"job_number":"JOB_171338","tr_customer_id":171355,"tr_customer_product_id":171345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Roxann Krajcik","mobile_number":"7083524756","email_id":"eddie.fisher@yahoo.com","dop":"2026-01-20","serial_number":"894665896733248","imei1":"159345806106229","imei2":"831415349417924","popurl":"www.daren-stiedemann.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171339,"job_number":"JOB_171339","tr_customer_id":171356,"tr_customer_product_id":171346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Marquis McKenzie","mobile_number":"7036712750","email_id":"neil.stroman@yahoo.com","dop":"2026-01-20","serial_number":"712805775036816","imei1":"462218474417448","imei2":"578419115520565","popurl":"www.catherina-johns.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171340,"job_number":"JOB_171340","tr_customer_id":171357,"tr_customer_product_id":171347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Shawana Bartell","mobile_number":"7039979523","email_id":"dortha.harris@gmail.com","dop":"2026-01-20","serial_number":"877536665877150","imei1":"364166343636287","imei2":"778855328820417","popurl":"www.leda-abbott.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171341,"job_number":"JOB_171341","tr_customer_id":171358,"tr_customer_product_id":171348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Shandi Schinner","mobile_number":"7065687824","email_id":"jessie.kertzmann@gmail.com","dop":"2026-01-20","serial_number":"850274205060159","imei1":"964112510529323","imei2":"315046121597884","popurl":"www.boris-morissette.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171342,"job_number":"JOB_171342","tr_customer_id":171359,"tr_customer_product_id":171349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Matthew Hudson","mobile_number":"7008094170","email_id":"andre.monahan@yahoo.com","dop":"2026-01-20","serial_number":"408659195680000","imei1":"133284790354959","imei2":"014125850736231","popurl":"www.corinne-abbott.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171343,"job_number":"JOB_171343","tr_customer_id":171360,"tr_customer_product_id":171350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Mohammad Howell","mobile_number":"7034161108","email_id":"willodean.torp@hotmail.com","dop":"2026-01-20","serial_number":"557393980105678","imei1":"865949135880345","imei2":"286310765529782","popurl":"www.shirlene-funk.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171344,"job_number":"JOB_171344","tr_customer_id":171361,"tr_customer_product_id":171351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Inocencia McCullough","mobile_number":"7070412863","email_id":"ouida.emard@yahoo.com","dop":"2026-01-20","serial_number":"689899434329349","imei1":"704458332138095","imei2":"330556491938086","popurl":"www.irving-ziemann.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171345,"job_number":"JOB_171345","tr_customer_id":171362,"tr_customer_product_id":171352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Tiara Berge","mobile_number":"7024572240","email_id":"marty.price@hotmail.com","dop":"2026-01-20","serial_number":"701976783804628","imei1":"127828047744783","imei2":"793942879768999","popurl":"www.sharen-stokes.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171346,"job_number":"JOB_171346","tr_customer_id":171363,"tr_customer_product_id":171353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Granville Baumbach","mobile_number":"7022356100","email_id":"delta.cormier@gmail.com","dop":"2026-01-20","serial_number":"996804375718733","imei1":"602551415911801","imei2":"930078855823199","popurl":"www.cierra-crona.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171347,"job_number":"JOB_171347","tr_customer_id":171364,"tr_customer_product_id":171354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Luisa Bogan","mobile_number":"7067333858","email_id":"orval.upton@hotmail.com","dop":"2026-01-20","serial_number":"854300526798627","imei1":"677953650731126","imei2":"431990791433519","popurl":"www.eleonor-gutkowski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171348,"job_number":"JOB_171348","tr_customer_id":171365,"tr_customer_product_id":171355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Tammera Metz","mobile_number":"7047053055","email_id":"marvin.schoen@gmail.com","dop":"2026-01-20","serial_number":"052515037263998","imei1":"138097395785825","imei2":"612058888985915","popurl":"www.reiko-haag.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171349,"job_number":"JOB_171349","tr_customer_id":171366,"tr_customer_product_id":171356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Damien Hegmann","mobile_number":"7090363996","email_id":"jerome.stamm@gmail.com","dop":"2026-01-20","serial_number":"246944316579449","imei1":"523090462055794","imei2":"779341923092163","popurl":"www.del-waters.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171350,"job_number":"JOB_171350","tr_customer_id":171367,"tr_customer_product_id":171357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Tuyet Hamill","mobile_number":"7096352010","email_id":"gabriele.kutch@hotmail.com","dop":"2026-01-20","serial_number":"153056128550413","imei1":"269012477768882","imei2":"094785500498281","popurl":"www.norbert-gusikowski.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171351,"job_number":"JOB_171351","tr_customer_id":171368,"tr_customer_product_id":171358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Darrick Berge","mobile_number":"7087668523","email_id":"arturo.davis@gmail.com","dop":"2026-01-20","serial_number":"647399180273864","imei1":"458357599291083","imei2":"782248925382212","popurl":"www.thomas-weber.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171352,"job_number":"JOB_171352","tr_customer_id":171369,"tr_customer_product_id":171359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Sherwood Fadel","mobile_number":"7011843943","email_id":"david.zieme@yahoo.com","dop":"2026-01-20","serial_number":"789671532689752","imei1":"563711768576478","imei2":"057048674402843","popurl":"www.gerri-sporer.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171353,"job_number":"JOB_171353","tr_customer_id":171370,"tr_customer_product_id":171360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Lashell O'Kon","mobile_number":"7025980012","email_id":"devon.roberts@gmail.com","dop":"2026-01-20","serial_number":"392770444299956","imei1":"872677543420725","imei2":"132521620430556","popurl":"www.fletcher-bartoletti.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171354,"job_number":"JOB_171354","tr_customer_id":171371,"tr_customer_product_id":171361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Vincenza Collins","mobile_number":"7024641008","email_id":"winston.kovacek@hotmail.com","dop":"2026-01-20","serial_number":"077138737656240","imei1":"591057248901506","imei2":"922573541826261","popurl":"www.keenan-considine.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171355,"job_number":"JOB_171355","tr_customer_id":171372,"tr_customer_product_id":171362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Silas Pfannerstill","mobile_number":"7073493299","email_id":"mary.kohler@yahoo.com","dop":"2026-01-20","serial_number":"180473901777230","imei1":"274046018039304","imei2":"750445337738417","popurl":"www.alex-lehner.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171356,"job_number":"JOB_171356","tr_customer_id":171373,"tr_customer_product_id":171363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Jayson Runolfsdottir","mobile_number":"7026287843","email_id":"victorina.rosenbaum@gmail.com","dop":"2026-01-20","serial_number":"433500023658491","imei1":"919582366314314","imei2":"987688736682843","popurl":"www.tracey-bednar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171357,"job_number":"JOB_171357","tr_customer_id":171374,"tr_customer_product_id":171364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Nelson Effertz","mobile_number":"7004819337","email_id":"blair.langosh@gmail.com","dop":"2026-01-20","serial_number":"086863821019413","imei1":"569844389665124","imei2":"659287618430977","popurl":"www.mirna-thiel.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171358,"job_number":"JOB_171358","tr_customer_id":171375,"tr_customer_product_id":171365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Edra McCullough","mobile_number":"7029803776","email_id":"tyesha.rohan@gmail.com","dop":"2026-01-20","serial_number":"554895809028652","imei1":"271641415297884","imei2":"181141491690381","popurl":"www.larhonda-dickens.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171359,"job_number":"JOB_171359","tr_customer_id":171376,"tr_customer_product_id":171366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Earnest Mosciski","mobile_number":"7050733721","email_id":"jonah.kshlerin@hotmail.com","dop":"2026-01-20","serial_number":"628122239004654","imei1":"790666948661741","imei2":"523170189550893","popurl":"www.jed-borer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171360,"job_number":"JOB_171360","tr_customer_id":171377,"tr_customer_product_id":171367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Anjelica Quigley","mobile_number":"7039464175","email_id":"sandi.douglas@yahoo.com","dop":"2026-01-20","serial_number":"209924863514387","imei1":"965618456286679","imei2":"137637902683452","popurl":"www.rayford-monahan.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171361,"job_number":"JOB_171361","tr_customer_id":171378,"tr_customer_product_id":171368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Mellissa Renner","mobile_number":"7012812846","email_id":"della.christiansen@hotmail.com","dop":"2026-01-20","serial_number":"334965998177931","imei1":"896258247342935","imei2":"206990280152004","popurl":"www.marcene-kuphal.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171362,"job_number":"JOB_171362","tr_customer_id":171379,"tr_customer_product_id":171369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Gay Stehr","mobile_number":"7028930896","email_id":"emilio.kihn@gmail.com","dop":"2026-01-20","serial_number":"276652164328144","imei1":"704063252220386","imei2":"676358511758511","popurl":"www.daren-monahan.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171363,"job_number":"JOB_171363","tr_customer_id":171380,"tr_customer_product_id":171370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Winfred Rutherford","mobile_number":"7082626872","email_id":"elvis.legros@yahoo.com","dop":"2026-01-20","serial_number":"535198958872526","imei1":"009468123294363","imei2":"683107385746280","popurl":"www.margaret-padberg.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171364,"job_number":"JOB_171364","tr_customer_id":171381,"tr_customer_product_id":171371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Vito Bartoletti","mobile_number":"7023011805","email_id":"jarred.huel@yahoo.com","dop":"2026-01-20","serial_number":"865907073943125","imei1":"284409225111989","imei2":"847129785658661","popurl":"www.barry-frami.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171365,"job_number":"JOB_171365","tr_customer_id":171382,"tr_customer_product_id":171372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Delbert Beahan","mobile_number":"7013791827","email_id":"daron.schmitt@hotmail.com","dop":"2026-01-20","serial_number":"398787265421065","imei1":"844581204535224","imei2":"000783084283936","popurl":"www.don-dach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171366,"job_number":"JOB_171366","tr_customer_id":171383,"tr_customer_product_id":171373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Chris O'Hara","mobile_number":"7009429192","email_id":"lane.daniel@hotmail.com","dop":"2026-01-20","serial_number":"489724662470955","imei1":"070797935103595","imei2":"137399432181127","popurl":"www.aron-kutch.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171367,"job_number":"JOB_171367","tr_customer_id":171384,"tr_customer_product_id":171374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Kathaleen Rowe","mobile_number":"7025976114","email_id":"rheba.price@yahoo.com","dop":"2026-01-20","serial_number":"888100521597937","imei1":"803079624000929","imei2":"262542431072815","popurl":"www.rosamond-gottlieb.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171368,"job_number":"JOB_171368","tr_customer_id":171385,"tr_customer_product_id":171375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Alexia Braun","mobile_number":"7063002503","email_id":"krysta.purdy@yahoo.com","dop":"2026-01-20","serial_number":"124915775912509","imei1":"733652276551877","imei2":"954582227126637","popurl":"www.paul-thompson.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171369,"job_number":"JOB_171369","tr_customer_id":171386,"tr_customer_product_id":171376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Lashanda Wiegand","mobile_number":"7022119534","email_id":"fernando.watsica@hotmail.com","dop":"2026-01-20","serial_number":"140776293579403","imei1":"650107745879882","imei2":"279690712386888","popurl":"www.mohammed-king.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171370,"job_number":"JOB_171370","tr_customer_id":171387,"tr_customer_product_id":171377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Kristine Lesch","mobile_number":"7082693168","email_id":"francie.mclaughlin@gmail.com","dop":"2026-01-20","serial_number":"802269429478002","imei1":"756818944361205","imei2":"374317467850168","popurl":"www.enid-koelpin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171371,"job_number":"JOB_171371","tr_customer_id":171389,"tr_customer_product_id":171379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Lewis Kuhn","mobile_number":"7040651561","email_id":"darla.smith@yahoo.com","dop":"2026-01-20","serial_number":"624134671347920","imei1":"957133621755988","imei2":"084689494059115","popurl":"www.jarod-franecki.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171372,"job_number":"JOB_171372","tr_customer_id":171388,"tr_customer_product_id":171378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Casey Schmitt","mobile_number":"7045253532","email_id":"dayna.oreilly@yahoo.com","dop":"2026-01-20","serial_number":"690748837428996","imei1":"319742204480953","imei2":"256691522843832","popurl":"www.jaimee-mayert.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171373,"job_number":"JOB_171373","tr_customer_id":171391,"tr_customer_product_id":171381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Apolonia Hermiston","mobile_number":"7020917903","email_id":"theresia.lueilwitz@gmail.com","dop":"2026-01-20","serial_number":"911139474859603","imei1":"860150548195086","imei2":"573836213873864","popurl":"www.edie-kihn.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171374,"job_number":"JOB_171374","tr_customer_id":171390,"tr_customer_product_id":171380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Raphael Jerde","mobile_number":"7097292673","email_id":"jocelyn.gerlach@hotmail.com","dop":"2026-01-20","serial_number":"607425780673038","imei1":"986739787958542","imei2":"478382875065103","popurl":"www.harriette-haley.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171375,"job_number":"JOB_171375","tr_customer_id":171392,"tr_customer_product_id":171382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Jatin Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"48394561160803","imei1":"48394561160803","imei2":"48394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171376,"job_number":"JOB_171376","tr_customer_id":171393,"tr_customer_product_id":171383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Chetan Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"35394561160803","imei1":"35394561160803","imei2":"35394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171377,"job_number":"JOB_171377","tr_customer_id":171394,"tr_customer_product_id":171384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Ritu Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"18394561160803","imei1":"18394561160803","imei2":"18394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171378,"job_number":"JOB_171378","tr_customer_id":171395,"tr_customer_product_id":171385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Ajinkya Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"45394561160803","imei1":"45394561160803","imei2":"45394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171379,"job_number":"JOB_171379","tr_customer_id":171396,"tr_customer_product_id":171386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Adi Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"19394561160803","imei1":"19394561160803","imei2":"19394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171380,"job_number":"JOB_171380","tr_customer_id":171397,"tr_customer_product_id":171387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Madelyn Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"25394561160803","imei1":"25394561160803","imei2":"25394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171381,"job_number":"JOB_171381","tr_customer_id":171398,"tr_customer_product_id":171388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:47.000Z","modified_at":"2026-01-30T06:11:47.000Z","name":"Dipesh Prajapat","mobile_number":"7044028444","email_id":"akshita.varman@hotmail.com","dop":"2026-01-20","serial_number":"971053117222051","imei1":"971053117222051","imei2":"971053117222051","popurl":"www.bhagwanti-pothuvaal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171382,"job_number":"JOB_171382","tr_customer_id":171399,"tr_customer_product_id":171389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:47.000Z","modified_at":"2026-01-30T06:11:47.000Z","name":"Ananda Chattopadhyay","mobile_number":"7019200987","email_id":"marut.malik@hotmail.com","dop":"2026-01-20","serial_number":"649093830287910","imei1":"649093830287910","imei2":"649093830287910","popurl":"www.somu-patil.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171383,"job_number":"JOB_171383","tr_customer_id":171400,"tr_customer_product_id":171390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:48.000Z","modified_at":"2026-01-30T06:11:48.000Z","name":"Vidhya Somayaji","mobile_number":"7080428552","email_id":"bodhan.gill@hotmail.com","dop":"2026-01-20","serial_number":"374942440272450","imei1":"374942440272450","imei2":"374942440272450","popurl":"www.bhaumik-sethi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171384,"job_number":"JOB_171384","tr_customer_id":171401,"tr_customer_product_id":171391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:48.000Z","modified_at":"2026-01-30T06:11:48.000Z","name":"Anish Varrier","mobile_number":"7055102891","email_id":"trilokesh.pillai@yahoo.co.in","dop":"2026-01-20","serial_number":"771620165515461","imei1":"771620165515461","imei2":"771620165515461","popurl":"www.subhasini-sethi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171385,"job_number":"JOB_171385","tr_customer_id":171402,"tr_customer_product_id":171392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:48.000Z","modified_at":"2026-01-30T06:11:48.000Z","name":"Aasa Saini","mobile_number":"7089486104","email_id":"dron.bandopadhyay@gmail.com","dop":"2026-01-20","serial_number":"317303768561109","imei1":"317303768561109","imei2":"317303768561109","popurl":"www.deeptimayee-iyengar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171386,"job_number":"JOB_171386","tr_customer_id":171403,"tr_customer_product_id":171393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:50.000Z","modified_at":"2026-01-30T06:11:50.000Z","name":"Brandt Mann","mobile_number":"622-691-0923","email_id":"Abigayle31@gmail.com","dop":"2025-08-24","serial_number":"53671279529214","imei1":"53671279529214","imei2":"53671279529214","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171387,"job_number":"JOB_171387","tr_customer_id":171404,"tr_customer_product_id":171394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:50.000Z","modified_at":"2026-01-30T06:11:50.000Z","name":"Brandt Mann","mobile_number":"622-691-0923","email_id":"Abigayle31@gmail.com","dop":"2025-08-24","serial_number":"35671279529214","imei1":"35671279529214","imei2":"35671279529214","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171388,"job_number":"JOB_171388","tr_customer_id":171405,"tr_customer_product_id":171395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:50.000Z","modified_at":"2026-01-30T06:11:50.000Z","name":"Brandt Mann","mobile_number":"622-691-0923","email_id":"Abigayle31@gmail.com","dop":"2025-08-24","serial_number":"64671279529214","imei1":"64671279529214","imei2":"64671279529214","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171389,"job_number":"JOB_171389","tr_customer_id":171406,"tr_customer_product_id":171396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Ritu Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"38290923182914","imei1":"38290923182914","imei2":"38290923182914","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171390,"job_number":"JOB_171390","tr_customer_id":171407,"tr_customer_product_id":171397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Chetan Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"36784938340803","imei1":"36784938340803","imei2":"36784938340803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171391,"job_number":"JOB_171391","tr_customer_id":171408,"tr_customer_product_id":171398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Adi Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"98272363473274","imei1":"98272363473274","imei2":"98272363473274","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171392,"job_number":"JOB_171392","tr_customer_id":171409,"tr_customer_product_id":171399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Madelyn Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"47894547389246","imei1":"47894547389246","imei2":"47894547389246","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171393,"job_number":"JOB_171393","tr_customer_id":171410,"tr_customer_product_id":171400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Jatin Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"48349583224463","imei1":"48349583224463","imei2":"48349583224463","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171394,"job_number":"JOB_171394","tr_customer_id":171411,"tr_customer_product_id":171401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Ajinkya Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"79394893208403","imei1":"79394893208403","imei2":"79394893208403","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171397,"job_number":"JOB_171397","tr_customer_id":171414,"tr_customer_product_id":171404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:33:03.000Z","modified_at":"2026-01-30T06:33:03.000Z","name":"Annetta Jerde","mobile_number":"957-447-5053","email_id":"Isidro30@gmail.com","dop":"2025-02-13","serial_number":"107317391673406","imei1":"107317391673406","imei2":"107317391673406","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:33:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171402,"job_number":"JOB_171402","tr_customer_id":171419,"tr_customer_product_id":171409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:29.000Z","modified_at":"2026-01-30T06:34:29.000Z","name":"John Doe","mobile_number":"9876543210","email_id":"test.user@example.com","dop":"2025-09-09","serial_number":"14549660389789","imei1":"14549660389789","imei2":"14549660389789","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171414,"job_number":"JOB_171414","tr_customer_id":171431,"tr_customer_product_id":171421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:18.000Z","modified_at":"2026-01-30T06:37:18.000Z","name":"Audie Wilkinson","mobile_number":"940-200-3652","email_id":"Mekhi_Pollich@gmail.com","dop":"2025-04-06","serial_number":"16599884165856758","imei1":"16599884165856758","imei2":"16599884165856758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:37:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171415,"job_number":"JOB_171415","tr_customer_id":171432,"tr_customer_product_id":171422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:23.000Z","modified_at":"2026-01-30T06:37:23.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10449886594967","imei1":"10449886594967","imei2":"10449886594967","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:37:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171417,"job_number":"JOB_171417","tr_customer_id":171434,"tr_customer_product_id":171424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:24.000Z","modified_at":"2026-01-30T06:37:24.000Z","name":"Pedro Feil","mobile_number":"581-343-8393","email_id":"Hank41@yahoo.com","dop":"2025-06-18","serial_number":"1055509162447858","imei1":"1055509162447858","imei2":"1055509162447858","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:37:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171418,"job_number":"JOB_171418","tr_customer_id":171435,"tr_customer_product_id":171425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:02.000Z","modified_at":"2026-01-30T06:38:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17035574083526","imei1":"17035574083526","imei2":"17035574083526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171420,"job_number":"JOB_171420","tr_customer_id":171437,"tr_customer_product_id":171427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:04.000Z","modified_at":"2026-01-30T06:38:04.000Z","name":"Arnoldo Rowe","mobile_number":"715-648-0517","email_id":"Misael82@gmail.com","dop":"2025-04-06","serial_number":"19453067720342332","imei1":"19453067720342332","imei2":"19453067720342332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171421,"job_number":"JOB_171421","tr_customer_id":171438,"tr_customer_product_id":171428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:06.000Z","modified_at":"2026-01-30T06:38:06.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10194295574346","imei1":"10194295574346","imei2":"10194295574346","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171423,"job_number":"JOB_171423","tr_customer_id":171440,"tr_customer_product_id":171430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:07.000Z","modified_at":"2026-01-30T06:38:07.000Z","name":"Alaina Bradtke","mobile_number":"946-876-1675","email_id":"Wade_Stiedemann16@hotmail.com","dop":"2025-06-18","serial_number":"1039100315912026","imei1":"1039100315912026","imei2":"1039100315912026","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171424,"job_number":"JOB_171424","tr_customer_id":171441,"tr_customer_product_id":171431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:49.000Z","modified_at":"2026-01-30T06:38:49.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-20","serial_number":"84620302988448","imei1":"84620302988448","imei2":"84620302988448","popurl":"2026-01-20T06:38:49.434423967Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171425,"job_number":"JOB_171425","tr_customer_id":171442,"tr_customer_product_id":171432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:50.000Z","modified_at":"2026-01-30T06:38:50.000Z","name":"Vidhur Bhat","mobile_number":"7018408778","email_id":"chandi.namboothiri@hotmail.com","dop":"2026-01-20","serial_number":"294726616218339","imei1":"294726616218339","imei2":"294726616218339","popurl":"www.chakravartee-iyengar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171426,"job_number":"JOB_171426","tr_customer_id":171443,"tr_customer_product_id":171433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:51.000Z","modified_at":"2026-01-30T06:38:51.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-20","serial_number":"78920578944937","imei1":"78920578944937","imei2":"78920578944937","popurl":"2026-01-20T06:38:51.000619749Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171427,"job_number":"JOB_171427","tr_customer_id":171444,"tr_customer_product_id":171434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:52.000Z","modified_at":"2026-01-30T06:38:52.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-20","serial_number":"78925764375486","imei1":"78925764375486","imei2":"78925764375486","popurl":"2026-01-20T06:38:51.644369888Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171428,"job_number":"JOB_171428","tr_customer_id":171445,"tr_customer_product_id":171435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:53.000Z","modified_at":"2026-01-30T06:38:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12250772332679","imei1":"12250772332679","imei2":"12250772332679","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171430,"job_number":"JOB_171430","tr_customer_id":171447,"tr_customer_product_id":171437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:54.000Z","modified_at":"2026-01-30T06:38:55.000Z","name":"Coralie Runolfsson","mobile_number":"858-305-4471","email_id":"Alden.Mills57@yahoo.com","dop":"2025-04-06","serial_number":"14197267669293620","imei1":"14197267669293620","imei2":"14197267669293620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171431,"job_number":"JOB_171431","tr_customer_id":171448,"tr_customer_product_id":171438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:39:42.000Z","modified_at":"2026-01-30T06:39:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18873266354982","imei1":"18873266354982","imei2":"18873266354982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171433,"job_number":"JOB_171433","tr_customer_id":171450,"tr_customer_product_id":171440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:39:44.000Z","modified_at":"2026-01-30T06:39:44.000Z","name":"Consuelo Kozey","mobile_number":"680-937-6254","email_id":"Wilhelmine67@hotmail.com","dop":"2025-04-06","serial_number":"19112996924905070","imei1":"19112996924905070","imei2":"19112996924905070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171434,"job_number":"JOB_171434","tr_customer_id":171451,"tr_customer_product_id":171441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:40:39.000Z","modified_at":"2026-01-30T06:40:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19786376169286","imei1":"19786376169286","imei2":"19786376169286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:40:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171436,"job_number":"JOB_171436","tr_customer_id":171453,"tr_customer_product_id":171443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:40:41.000Z","modified_at":"2026-01-30T06:40:41.000Z","name":"Anika Renner","mobile_number":"989-580-0127","email_id":"Teagan.Harber@hotmail.com","dop":"2025-04-06","serial_number":"17970059952303652","imei1":"17970059952303652","imei2":"17970059952303652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:40:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171437,"job_number":"JOB_171437","tr_customer_id":171454,"tr_customer_product_id":171444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:41:29.000Z","modified_at":"2026-01-30T06:41:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14600857956217","imei1":"14600857956217","imei2":"14600857956217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171439,"job_number":"JOB_171439","tr_customer_id":171456,"tr_customer_product_id":171446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:41:31.000Z","modified_at":"2026-01-30T06:41:31.000Z","name":"Augustus Gleason","mobile_number":"629-969-1104","email_id":"Adrain.Wintheiser@hotmail.com","dop":"2025-04-06","serial_number":"16909717749416220","imei1":"16909717749416220","imei2":"16909717749416220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:41:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171440,"job_number":"JOB_171440","tr_customer_id":171457,"tr_customer_product_id":171447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:41:54.000Z","modified_at":"2026-01-30T06:41:54.000Z","name":"Apsara Gill","mobile_number":"7042054772","email_id":"chandi.bhattacharya@gmail.com","dop":"2026-01-20","serial_number":"641881113147209","imei1":"641881113147209","imei2":"641881113147209","popurl":"www.dayaananda-rana.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:41:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171441,"job_number":"JOB_171441","tr_customer_id":171458,"tr_customer_product_id":171448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:19.000Z","modified_at":"2026-01-30T06:42:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10540855471555","imei1":"10540855471555","imei2":"10540855471555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171444,"job_number":"JOB_171444","tr_customer_id":171461,"tr_customer_product_id":171451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:21.000Z","modified_at":"2026-01-30T06:42:21.000Z","name":"Mia Hackett","mobile_number":"978-746-9888","email_id":"Kris_Ryan56@yahoo.com","dop":"2025-04-06","serial_number":"17010070198916548","imei1":"17010070198916548","imei2":"17010070198916548","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171447,"job_number":"JOB_171447","tr_customer_id":171464,"tr_customer_product_id":171454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:01.000Z","modified_at":"2026-01-30T06:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11286462949392","imei1":"11286462949392","imei2":"11286462949392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171449,"job_number":"JOB_171449","tr_customer_id":171466,"tr_customer_product_id":171456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:03.000Z","modified_at":"2026-01-30T06:43:03.000Z","name":"Chesley Waters","mobile_number":"308-932-3109","email_id":"Carmela.Carroll70@yahoo.com","dop":"2025-04-06","serial_number":"18587871383551744","imei1":"18587871383551744","imei2":"18587871383551744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171450,"job_number":"JOB_171450","tr_customer_id":171467,"tr_customer_product_id":171457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:44.000Z","modified_at":"2026-01-30T06:43:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16837989652693","imei1":"16837989652693","imei2":"16837989652693","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171452,"job_number":"JOB_171452","tr_customer_id":171469,"tr_customer_product_id":171459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:46.000Z","modified_at":"2026-01-30T06:43:46.000Z","name":"Oceane Balistreri","mobile_number":"982-609-2917","email_id":"Mckenna.MacGyver@yahoo.com","dop":"2025-04-06","serial_number":"10254914545826570","imei1":"10254914545826570","imei2":"10254914545826570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171453,"job_number":"JOB_171453","tr_customer_id":171470,"tr_customer_product_id":171460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:11.000Z","modified_at":"2026-01-30T06:44:11.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11354979510211","imei2":"11354979510211","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171455,"job_number":"JOB_171455","tr_customer_id":171472,"tr_customer_product_id":171462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:25.000Z","modified_at":"2026-01-30T06:44:25.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17276246388785","imei2":"17276246388785","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171457,"job_number":"JOB_171457","tr_customer_id":171474,"tr_customer_product_id":171464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:27.000Z","modified_at":"2026-01-30T06:44:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19454770736993","imei1":"19454770736993","imei2":"19454770736993","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171459,"job_number":"JOB_171459","tr_customer_id":171476,"tr_customer_product_id":171466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:29.000Z","modified_at":"2026-01-30T06:44:29.000Z","name":"Emerald Baumbach","mobile_number":"227-786-2981","email_id":"Clotilde.Weissnat55@gmail.com","dop":"2025-04-06","serial_number":"13439877704105120","imei1":"13439877704105120","imei2":"13439877704105120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171460,"job_number":"JOB_171460","tr_customer_id":171477,"tr_customer_product_id":171467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:38.000Z","modified_at":"2026-01-30T06:44:38.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14250175868810","imei2":"14250175868810","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171463,"job_number":"JOB_171463","tr_customer_id":171480,"tr_customer_product_id":171470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:48:02.000Z","modified_at":"2026-01-30T06:48:02.000Z","name":"Carroll Will","mobile_number":"884-569-5450","email_id":"Elva_Grimes20@yahoo.com","dop":"2025-04-06","serial_number":"11465550862617018","imei1":"11465550862617018","imei2":"11465550862617018","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171464,"job_number":"JOB_171464","tr_customer_id":171481,"tr_customer_product_id":171471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:53.000Z","modified_at":"2026-01-30T06:49:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16249148406513","imei1":"16249148406513","imei2":"16249148406513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171466,"job_number":"JOB_171466","tr_customer_id":171483,"tr_customer_product_id":171473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:55.000Z","modified_at":"2026-01-30T06:49:55.000Z","name":"Sam O'Keefe","mobile_number":"387-563-6363","email_id":"Ludwig_Wyman@hotmail.com","dop":"2025-04-06","serial_number":"15761893637363088","imei1":"15761893637363088","imei2":"15761893637363088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171470,"job_number":"JOB_171470","tr_customer_id":171487,"tr_customer_product_id":171477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:04.000Z","modified_at":"2026-01-30T06:50:04.000Z","name":"Miracle Blanda","mobile_number":"986-248-6169","email_id":"Freeda37@gmail.com","dop":"2025-09-09","serial_number":"16668035330546","imei1":"16668035330546","imei2":"16668035330546","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171471,"job_number":"JOB_171471","tr_customer_id":171488,"tr_customer_product_id":171478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:39.000Z","modified_at":"2026-01-30T06:50:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10169520905938","imei1":"10169520905938","imei2":"10169520905938","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171473,"job_number":"JOB_171473","tr_customer_id":171490,"tr_customer_product_id":171480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:40.000Z","modified_at":"2026-01-30T06:50:40.000Z","name":"Dorcas Green","mobile_number":"761-439-5288","email_id":"Jerrod.OKeefe@gmail.com","dop":"2025-04-06","serial_number":"12651465035248960","imei1":"12651465035248960","imei2":"12651465035248960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171477,"job_number":"JOB_171477","tr_customer_id":171494,"tr_customer_product_id":171484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:23.000Z","modified_at":"2026-01-30T06:51:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17548729132859","imei1":"17548729132859","imei2":"17548729132859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171479,"job_number":"JOB_171479","tr_customer_id":171496,"tr_customer_product_id":171486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:25.000Z","modified_at":"2026-01-30T06:51:25.000Z","name":"Roxane Feeney","mobile_number":"987-279-3107","email_id":"Nickolas_OKon@hotmail.com","dop":"2025-04-06","serial_number":"12697961695189620","imei1":"12697961695189620","imei2":"12697961695189620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171483,"job_number":"JOB_171483","tr_customer_id":171500,"tr_customer_product_id":171490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:32.000Z","modified_at":"2026-01-30T06:51:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11775548082085","imei1":"11775548082085","imei2":"11775548082085","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171485,"job_number":"JOB_171485","tr_customer_id":171502,"tr_customer_product_id":171492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:34.000Z","modified_at":"2026-01-30T06:51:34.000Z","name":"Lenora Ortiz","mobile_number":"745-612-2428","email_id":"Judge_Auer@gmail.com","dop":"2025-04-06","serial_number":"13798439907046462","imei1":"13798439907046462","imei2":"13798439907046462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171489,"job_number":"JOB_171489","tr_customer_id":171506,"tr_customer_product_id":171496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:24.000Z","modified_at":"2026-01-30T06:52:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16101568876220","imei1":"16101568876220","imei2":"16101568876220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171491,"job_number":"JOB_171491","tr_customer_id":171508,"tr_customer_product_id":171498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:25.000Z","modified_at":"2026-01-30T06:52:25.000Z","name":"Adrian Watsica","mobile_number":"724-989-7763","email_id":"Wilmer85@yahoo.com","dop":"2025-04-06","serial_number":"13603664094148922","imei1":"13603664094148922","imei2":"13603664094148922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171492,"job_number":"JOB_171492","tr_customer_id":171509,"tr_customer_product_id":171499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:53:15.000Z","modified_at":"2026-01-30T06:53:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18081540129974","imei1":"18081540129974","imei2":"18081540129974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:53:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171494,"job_number":"JOB_171494","tr_customer_id":171511,"tr_customer_product_id":171501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:53:17.000Z","modified_at":"2026-01-30T06:53:17.000Z","name":"Keagan Ruecker","mobile_number":"920-991-2092","email_id":"Demarco.Hodkiewicz37@hotmail.com","dop":"2025-04-06","serial_number":"15772399958179780","imei1":"15772399958179780","imei2":"15772399958179780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:53:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171495,"job_number":"JOB_171495","tr_customer_id":171512,"tr_customer_product_id":171502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:53:22.000Z","modified_at":"2026-01-30T06:53:22.000Z","name":"Angelica Runolfsson","mobile_number":"350-881-1158","email_id":"Chaya_Schuster@hotmail.com","dop":"2025-09-09","serial_number":"14454116015698","imei1":"14454116015698","imei2":"14454116015698","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171496,"job_number":"JOB_171496","tr_customer_id":171513,"tr_customer_product_id":171503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:55:04.000Z","modified_at":"2026-01-30T06:55:04.000Z","name":"Lurline Goodwin","mobile_number":"525-443-8103","email_id":"Jonathon42@hotmail.com","dop":"2025-09-09","serial_number":"15051964001163","imei1":"15051964001163","imei2":"15051964001163","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171497,"job_number":"JOB_171497","tr_customer_id":171514,"tr_customer_product_id":171504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:55:17.000Z","modified_at":"2026-01-30T06:55:17.000Z","name":"Skye Runolfsson","mobile_number":"225-345-3823","email_id":"Marquise_Larson@gmail.com","dop":"2025-09-09","serial_number":"12645485683199","imei1":"12645485683199","imei2":"12645485683199","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171498,"job_number":"JOB_171498","tr_customer_id":171515,"tr_customer_product_id":171505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:56:12.000Z","modified_at":"2026-01-30T06:56:12.000Z","name":"Kyla VonRueden","mobile_number":"952-649-7856","email_id":"Maudie.Wisozk0@hotmail.com","dop":"2025-09-09","serial_number":"10327867929275","imei1":"10327867929275","imei2":"10327867929275","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171499,"job_number":"JOB_171499","tr_customer_id":171516,"tr_customer_product_id":171506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:56:22.000Z","modified_at":"2026-01-30T06:56:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12193262939292","imei1":"12193262939292","imei2":"12193262939292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171501,"job_number":"JOB_171501","tr_customer_id":171518,"tr_customer_product_id":171508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:56:24.000Z","modified_at":"2026-01-30T06:56:24.000Z","name":"Armani Ward","mobile_number":"882-580-5671","email_id":"Freddie15@yahoo.com","dop":"2025-04-06","serial_number":"17374772680977526","imei1":"17374772680977526","imei2":"17374772680977526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171502,"job_number":"JOB_171502","tr_customer_id":171519,"tr_customer_product_id":171509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:06.000Z","modified_at":"2026-01-30T06:57:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10288515650281","imei1":"10288515650281","imei2":"10288515650281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171504,"job_number":"JOB_171504","tr_customer_id":171521,"tr_customer_product_id":171511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:08.000Z","modified_at":"2026-01-30T06:57:08.000Z","name":"Derek Brakus","mobile_number":"676-470-8305","email_id":"Eusebio12@yahoo.com","dop":"2025-04-06","serial_number":"15248174536099944","imei1":"15248174536099944","imei2":"15248174536099944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171505,"job_number":"JOB_171505","tr_customer_id":171522,"tr_customer_product_id":171512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:26.000Z","modified_at":"2026-01-30T06:57:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15751855527269","imei1":"15751855527269","imei2":"15751855527269","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171507,"job_number":"JOB_171507","tr_customer_id":171524,"tr_customer_product_id":171514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:28.000Z","modified_at":"2026-01-30T06:57:28.000Z","name":"Markus Funk","mobile_number":"661-936-2750","email_id":"Arvid79@yahoo.com","dop":"2025-04-06","serial_number":"16176404680002216","imei1":"16176404680002216","imei2":"16176404680002216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171508,"job_number":"JOB_171508","tr_customer_id":171525,"tr_customer_product_id":171515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:34.000Z","modified_at":"2026-01-30T06:57:34.000Z","name":"Imogene Brown","mobile_number":"988-800-4110","email_id":"Nicholas_Heathcote@hotmail.com","dop":"2025-09-09","serial_number":"17833147080997","imei1":"17833147080997","imei2":"17833147080997","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171510,"job_number":"JOB_171510","tr_customer_id":171527,"tr_customer_product_id":171517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:37.000Z","modified_at":"2026-01-30T06:57:37.000Z","name":"Matilda Kulas","mobile_number":"867-266-6207","email_id":"Will_Jakubowski@gmail.com","dop":"2025-04-06","serial_number":"19812028850368330","imei1":"19812028850368330","imei2":"19812028850368330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171511,"job_number":"JOB_171511","tr_customer_id":171528,"tr_customer_product_id":171518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:49.000Z","modified_at":"2026-01-30T06:57:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15313901353331","imei1":"15313901353331","imei2":"15313901353331","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171513,"job_number":"JOB_171513","tr_customer_id":171530,"tr_customer_product_id":171520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:51.000Z","modified_at":"2026-01-30T06:57:51.000Z","name":"Natalie Herman","mobile_number":"229-944-5627","email_id":"Freeman.Marquardt61@hotmail.com","dop":"2025-04-06","serial_number":"12333635859026370","imei1":"12333635859026370","imei2":"12333635859026370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171515,"job_number":"JOB_171515","tr_customer_id":171532,"tr_customer_product_id":171522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:59.000Z","modified_at":"2026-01-30T06:57:59.000Z","name":"Era DuBuque","mobile_number":"665-590-3835","email_id":"Patsy.Fisher@yahoo.com","dop":"2025-04-06","serial_number":"13545061129115658","imei1":"13545061129115658","imei2":"13545061129115658","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171516,"job_number":"JOB_171516","tr_customer_id":171533,"tr_customer_product_id":171523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:03.000Z","modified_at":"2026-01-30T06:58:03.000Z","name":"Tristin Willms","mobile_number":"345-708-1168","email_id":"Christophe27@gmail.com","dop":"2025-09-09","serial_number":"11106271964166","imei1":"11106271964166","imei2":"11106271964166","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171517,"job_number":"JOB_171517","tr_customer_id":171534,"tr_customer_product_id":171524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:08.000Z","modified_at":"2026-01-30T06:58:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10361754681296","imei1":"10361754681296","imei2":"10361754681296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171519,"job_number":"JOB_171519","tr_customer_id":171536,"tr_customer_product_id":171526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:10.000Z","modified_at":"2026-01-30T06:58:10.000Z","name":"Lew White","mobile_number":"370-372-0980","email_id":"Giles95@yahoo.com","dop":"2025-04-06","serial_number":"11398134508216808","imei1":"11398134508216808","imei2":"11398134508216808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171520,"job_number":"JOB_171520","tr_customer_id":171537,"tr_customer_product_id":171527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:45.000Z","modified_at":"2026-01-30T06:58:45.000Z","name":"Sterling Rau","mobile_number":"803-303-8082","email_id":"Rodolfo89@gmail.com","dop":"2025-09-09","serial_number":"16468926085081","imei1":"16468926085081","imei2":"16468926085081","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171521,"job_number":"JOB_171521","tr_customer_id":171538,"tr_customer_product_id":171528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:49.000Z","modified_at":"2026-01-30T06:58:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16592766373495","imei1":"16592766373495","imei2":"16592766373495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171523,"job_number":"JOB_171523","tr_customer_id":171540,"tr_customer_product_id":171530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:51.000Z","modified_at":"2026-01-30T06:58:51.000Z","name":"Neil Farrell","mobile_number":"869-464-6032","email_id":"Pearl47@gmail.com","dop":"2025-04-06","serial_number":"14717219945456170","imei1":"14717219945456170","imei2":"14717219945456170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171524,"job_number":"JOB_171524","tr_customer_id":171541,"tr_customer_product_id":171531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:59:02.000Z","modified_at":"2026-01-30T06:59:02.000Z","name":"Pearlie Prohaska","mobile_number":"525-592-5075","email_id":"Dominic_Skiles58@gmail.com","dop":"2025-09-09","serial_number":"12067535518042","imei1":"12067535518042","imei2":"12067535518042","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171526,"job_number":"JOB_171526","tr_customer_id":171543,"tr_customer_product_id":171533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:40.000Z","modified_at":"2026-01-30T07:01:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18723547504525","imei1":"18723547504525","imei2":"18723547504525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171528,"job_number":"JOB_171528","tr_customer_id":171545,"tr_customer_product_id":171535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:41.000Z","modified_at":"2026-01-30T07:01:41.000Z","name":"Dominique Schulist","mobile_number":"641-506-5536","email_id":"Agnes.Langosh6@gmail.com","dop":"2025-04-06","serial_number":"18569891496144810","imei1":"18569891496144810","imei2":"18569891496144810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171529,"job_number":"JOB_171529","tr_customer_id":171546,"tr_customer_product_id":171536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:42.000Z","modified_at":"2026-01-30T07:01:42.000Z","name":"Winston Leuschke","mobile_number":"524-917-9050","email_id":"Nicholaus.Padberg@hotmail.com","dop":"2025-04-06","serial_number":"11695114576255368","imei1":"11695114576255368","imei2":"11695114576255368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171530,"job_number":"JOB_171530","tr_customer_id":171547,"tr_customer_product_id":171537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:32.000Z","modified_at":"2026-01-30T07:02:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13121651044421","imei1":"13121651044421","imei2":"13121651044421","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171532,"job_number":"JOB_171532","tr_customer_id":171549,"tr_customer_product_id":171539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:34.000Z","modified_at":"2026-01-30T07:02:34.000Z","name":"Brett McClure","mobile_number":"455-262-6178","email_id":"Maxime84@hotmail.com","dop":"2025-04-06","serial_number":"14347449997241674","imei1":"14347449997241674","imei2":"14347449997241674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171533,"job_number":"JOB_171533","tr_customer_id":171550,"tr_customer_product_id":171540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:41.000Z","modified_at":"2026-01-30T07:02:41.000Z","name":"Graham Hammes","mobile_number":"783-764-9154","email_id":"Jillian.Ullrich@gmail.com","dop":"2025-09-09","serial_number":"16505345934610","imei1":"16505345934610","imei2":"16505345934610","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171534,"job_number":"JOB_171534","tr_customer_id":171551,"tr_customer_product_id":171541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:58.000Z","modified_at":"2026-01-30T07:02:58.000Z","name":"Keanu Haley","mobile_number":"421-716-5661","email_id":"Ally1@hotmail.com","dop":"2025-09-09","serial_number":"11259288924508","imei1":"11259288924508","imei2":"11259288924508","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171535,"job_number":"JOB_171535","tr_customer_id":171552,"tr_customer_product_id":171542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:03:22.000Z","modified_at":"2026-01-30T07:03:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14352760864327","imei1":"14352760864327","imei2":"14352760864327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:03:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171537,"job_number":"JOB_171537","tr_customer_id":171554,"tr_customer_product_id":171544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:03:24.000Z","modified_at":"2026-01-30T07:03:24.000Z","name":"Reymundo Mohr","mobile_number":"876-298-3930","email_id":"Ruby_Zulauf17@yahoo.com","dop":"2025-04-06","serial_number":"19316281534123830","imei1":"19316281534123830","imei2":"19316281534123830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171538,"job_number":"JOB_171538","tr_customer_id":171555,"tr_customer_product_id":171545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:07:47.000Z","modified_at":"2026-01-30T07:07:47.000Z","name":"Guido Zulauf","mobile_number":"784-302-0818","email_id":"Caitlyn.Quigley10@gmail.com","dop":"2025-09-09","serial_number":"10559669566701","imei1":"10559669566701","imei2":"10559669566701","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:07:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171539,"job_number":"JOB_171539","tr_customer_id":171556,"tr_customer_product_id":171546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:07:59.000Z","modified_at":"2026-01-30T07:07:59.000Z","name":"Leonora Hoppe","mobile_number":"483-457-4891","email_id":"Corrine.Hayes@gmail.com","dop":"2025-09-09","serial_number":"14104489288330","imei1":"14104489288330","imei2":"14104489288330","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:07:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171540,"job_number":"JOB_171540","tr_customer_id":171557,"tr_customer_product_id":171547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:08:07.000Z","modified_at":"2026-01-30T07:08:07.000Z","name":"Elvis Turcotte","mobile_number":"281-884-5495","email_id":"Ben19@gmail.com","dop":"2025-09-09","serial_number":"17527481920029","imei1":"17527481920029","imei2":"17527481920029","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171541,"job_number":"JOB_171541","tr_customer_id":171558,"tr_customer_product_id":171548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:08:15.000Z","modified_at":"2026-01-30T07:08:15.000Z","name":"Marcelina Crooks","mobile_number":"253-908-7134","email_id":"Assunta.Hackett@hotmail.com","dop":"2025-09-09","serial_number":"10723705659562","imei1":"10723705659562","imei2":"10723705659562","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:08:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171542,"job_number":"JOB_171542","tr_customer_id":171559,"tr_customer_product_id":171549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:11:47.000Z","modified_at":"2026-01-30T07:11:47.000Z","name":"Ashlee Gutmann","mobile_number":"508-472-4514","email_id":"Adell22@gmail.com","dop":"2025-09-09","serial_number":"19983866346710","imei1":"19983866346710","imei2":"19983866346710","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171543,"job_number":"JOB_171543","tr_customer_id":171560,"tr_customer_product_id":171550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:11:59.000Z","modified_at":"2026-01-30T07:11:59.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"12231391639422","imei1":"12231391639422","imei2":"12231391639422","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:11:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171545,"job_number":"JOB_171545","tr_customer_id":171562,"tr_customer_product_id":171552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:05.000Z","modified_at":"2026-01-30T07:12:05.000Z","name":"Waino Leuschke","mobile_number":"561-326-6019","email_id":"Abraham_Treutel89@hotmail.com","dop":"2025-09-09","serial_number":"15282738565681","imei1":"15282738565681","imei2":"15282738565681","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171546,"job_number":"JOB_171546","tr_customer_id":171563,"tr_customer_product_id":171553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:15.000Z","modified_at":"2026-01-30T07:12:15.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15562734371816","imei1":"15562734371816","imei2":"15562734371816","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171548,"job_number":"JOB_171548","tr_customer_id":171565,"tr_customer_product_id":171555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:31.000Z","modified_at":"2026-01-30T07:12:31.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"18902193482151","imei1":"18902193482151","imei2":"18902193482151","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171550,"job_number":"JOB_171550","tr_customer_id":171567,"tr_customer_product_id":171557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:57.000Z","modified_at":"2026-01-30T07:12:57.000Z","name":"Santiago Mayer","mobile_number":"304-279-5556","email_id":"Claudine.Pfeffer55@hotmail.com","dop":"2025-09-09","serial_number":"11947525262724","imei1":"11947525262724","imei2":"11947525262724","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171551,"job_number":"JOB_171551","tr_customer_id":171568,"tr_customer_product_id":171558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:19:18.000Z","modified_at":"2026-01-30T07:19:18.000Z","name":"Darlene Walsh","mobile_number":"208-874-3598","email_id":"Aurelio18@yahoo.com","dop":"2025-09-09","serial_number":"18968543355341","imei1":"18968543355341","imei2":"18968543355341","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171552,"job_number":"JOB_171552","tr_customer_id":171569,"tr_customer_product_id":171559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:19:38.000Z","modified_at":"2026-01-30T07:19:38.000Z","name":"Dillon Schneider","mobile_number":"893-967-3049","email_id":"Earlene5@gmail.com","dop":"2025-09-09","serial_number":"12483515662882","imei1":"12483515662882","imei2":"12483515662882","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171553,"job_number":"JOB_171553","tr_customer_id":171570,"tr_customer_product_id":171560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:20:15.000Z","modified_at":"2026-01-30T07:20:15.000Z","name":"Magdalen Heidenreich","mobile_number":"455-450-1143","email_id":"Gino.Jacobson@yahoo.com","dop":"2025-09-09","serial_number":"15814588098024","imei1":"15814588098024","imei2":"15814588098024","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171556,"job_number":"JOB_171556","tr_customer_id":171573,"tr_customer_product_id":171563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:00.000Z","modified_at":"2026-01-30T07:40:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11846664241594","imei1":"11846664241594","imei2":"11846664241594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:40:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171558,"job_number":"JOB_171558","tr_customer_id":171575,"tr_customer_product_id":171565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:01.000Z","modified_at":"2026-01-30T07:40:01.000Z","name":"Kenna Gulgowski","mobile_number":"751-892-2802","email_id":"Vicky_Christiansen@yahoo.com","dop":"2025-04-06","serial_number":"18567807307813350","imei1":"18567807307813350","imei2":"18567807307813350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:40:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170944,"job_number":"JOB_170944","tr_customer_id":170961,"tr_customer_product_id":170951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:48:26.000Z","modified_at":"2026-01-29T22:48:26.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Carolina_Kris@gmail.com","dop":"2025-07-02","serial_number":"15033876125735","imei1":"15033876125735","imei2":"15033876125735","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170961,"job_number":"JOB_170961","tr_customer_id":170978,"tr_customer_product_id":170968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:19:30.000Z","modified_at":"2026-01-29T23:19:30.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Esteban48@yahoo.com","dop":"2025-07-02","serial_number":"15853160446029","imei1":"15853160446029","imei2":"15853160446029","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:19:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171011,"job_number":"JOB_171011","tr_customer_id":171028,"tr_customer_product_id":171018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:25:50.000Z","modified_at":"2026-01-30T00:25:50.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Evans34@yahoo.com","dop":"2025-07-02","serial_number":"19932109751294","imei1":"19932109751294","imei2":"19932109751294","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171042,"job_number":"JOB_171042","tr_customer_id":171059,"tr_customer_product_id":171049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:40.000Z","modified_at":"2026-01-30T04:19:40.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Alessandro7@hotmail.com","dop":"2025-07-02","serial_number":"13676074499380","imei1":"13676074499380","imei2":"13676074499380","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171066,"job_number":"JOB_171066","tr_customer_id":171083,"tr_customer_product_id":171073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:57.000Z","modified_at":"2026-01-30T04:19:57.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Darrell.Padberg59@yahoo.com","dop":"2025-07-02","serial_number":"17791908953968","imei1":"17791908953968","imei2":"17791908953968","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171079,"job_number":"JOB_171079","tr_customer_id":171096,"tr_customer_product_id":171086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:15.000Z","modified_at":"2026-01-30T04:20:15.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Tremayne.Dietrich10@yahoo.com","dop":"2025-07-02","serial_number":"18910356990296","imei1":"18910356990296","imei2":"18910356990296","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171113,"job_number":"JOB_171113","tr_customer_id":171130,"tr_customer_product_id":171120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"122455350657810","imei1":"122455350657810","imei2":"122455350657810","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171114,"job_number":"JOB_171114","tr_customer_id":171131,"tr_customer_product_id":171121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"Gerson Mohr","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"178710514467794","imei1":"178710514467794","imei2":"178710514467794","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171116,"job_number":"JOB_171116","tr_customer_id":171133,"tr_customer_product_id":171123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:51.000Z","modified_at":"2026-01-30T04:20:51.000Z","name":"Estel Schultz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139288142978844","imei1":"139288142978844","imei2":"139288142978844","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171117,"job_number":"JOB_171117","tr_customer_id":171134,"tr_customer_product_id":171124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:51.000Z","modified_at":"2026-01-30T04:20:51.000Z","name":"Kira Bergstrom","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"105363578635133","imei1":"105363578635133","imei2":"105363578635133","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171125,"job_number":"JOB_171125","tr_customer_id":171142,"tr_customer_product_id":171132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:02.000Z","modified_at":"2026-01-30T04:21:02.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"129629439596705","imei1":"129629439596705","imei2":"129629439596705","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171126,"job_number":"JOB_171126","tr_customer_id":171143,"tr_customer_product_id":171133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Arielle Wunsch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"152104315893585","imei1":"152104315893585","imei2":"152104315893585","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171128,"job_number":"JOB_171128","tr_customer_id":171145,"tr_customer_product_id":171135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Viva Stoltenberg","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"190137399588755","imei1":"190137399588755","imei2":"190137399588755","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171129,"job_number":"JOB_171129","tr_customer_id":171146,"tr_customer_product_id":171136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Letha Hudson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128053550904077","imei1":"128053550904077","imei2":"128053550904077","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171145,"job_number":"JOB_171145","tr_customer_id":171162,"tr_customer_product_id":171152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:14.000Z","modified_at":"2026-01-30T04:21:14.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15705041186083","imei1":"15705041186083","imei2":"15705041186083","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171163,"job_number":"JOB_171163","tr_customer_id":171180,"tr_customer_product_id":171170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:32.000Z","modified_at":"2026-01-30T04:21:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105151120147789","imei1":"105151120147789","imei2":"105151120147789","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171165,"job_number":"JOB_171165","tr_customer_id":171182,"tr_customer_product_id":171172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:32.000Z","modified_at":"2026-01-30T04:21:32.000Z","name":"Cathryn Bernhard","mobile_number":"679-770-2832","email_id":"Clay_Upton5@gmail.com","dop":"2025-06-09","serial_number":"107986472211083","imei1":"107986472211083","imei2":"107986472211083","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171175,"job_number":"JOB_171175","tr_customer_id":171192,"tr_customer_product_id":171182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:47.000Z","modified_at":"2026-01-30T04:21:47.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"109483218155169","imei1":"109483218155169","imei2":"109483218155169","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171177,"job_number":"JOB_171177","tr_customer_id":171194,"tr_customer_product_id":171184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:47.000Z","modified_at":"2026-01-30T04:21:47.000Z","name":"Verda Goldner","mobile_number":"960-443-2362","email_id":"Jennifer42@hotmail.com","dop":"2025-06-09","serial_number":"102955799153965","imei1":"102955799153965","imei2":"102955799153965","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171192,"job_number":"JOB_171192","tr_customer_id":171209,"tr_customer_product_id":171199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:02.000Z","modified_at":"2026-01-30T04:22:02.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100677291391295","imei1":"100677291391295","imei2":"100677291391295","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171194,"job_number":"JOB_171194","tr_customer_id":171211,"tr_customer_product_id":171201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:03.000Z","modified_at":"2026-01-30T04:22:03.000Z","name":"Kim Thompson","mobile_number":"614-340-0814","email_id":"Cyrus.Goyette29@yahoo.com","dop":"2025-06-09","serial_number":"109720569545754","imei1":"109720569545754","imei2":"109720569545754","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171238,"job_number":"JOB_171238","tr_customer_id":171255,"tr_customer_product_id":171245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:04:03.000Z","modified_at":"2026-01-30T05:04:03.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"12599775730300","imei1":"12599775730300","imei2":"12599775730300","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171399,"job_number":"JOB_171399","tr_customer_id":171416,"tr_customer_product_id":171406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:27.000Z","modified_at":"2026-01-30T06:34:27.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109299978776517","imei1":"109299978776517","imei2":"109299978776517","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171401,"job_number":"JOB_171401","tr_customer_id":171418,"tr_customer_product_id":171408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:27.000Z","modified_at":"2026-01-30T06:34:27.000Z","name":"Lulu Donnelly","mobile_number":"238-424-2510","email_id":"Estefania.Keebler24@gmail.com","dop":"2025-06-09","serial_number":"108814377152572","imei1":"108814377152572","imei2":"108814377152572","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171403,"job_number":"JOB_171403","tr_customer_id":171420,"tr_customer_product_id":171410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:44.000Z","modified_at":"2026-01-30T06:34:44.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108853740222209","imei1":"108853740222209","imei2":"108853740222209","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171405,"job_number":"JOB_171405","tr_customer_id":171422,"tr_customer_product_id":171412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:45.000Z","modified_at":"2026-01-30T06:34:45.000Z","name":"Erica Mante","mobile_number":"690-212-8778","email_id":"Hoyt83@gmail.com","dop":"2025-06-09","serial_number":"103857774331542","imei1":"103857774331542","imei2":"103857774331542","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171406,"job_number":"JOB_171406","tr_customer_id":171423,"tr_customer_product_id":171413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:46.000Z","modified_at":"2026-01-30T06:34:46.000Z","name":"Marina Wiza","mobile_number":"439-492-2032","email_id":"Robyn_Bechtelar@yahoo.com","dop":"2025-06-09","serial_number":"39589560771344800","imei1":"39589560771344800","imei2":"39589560771344800","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171407,"job_number":"JOB_171407","tr_customer_id":171424,"tr_customer_product_id":171414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:35:01.000Z","modified_at":"2026-01-30T06:35:01.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100332632151671","imei1":"100332632151671","imei2":"100332632151671","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171409,"job_number":"JOB_171409","tr_customer_id":171426,"tr_customer_product_id":171416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:35:02.000Z","modified_at":"2026-01-30T06:35:02.000Z","name":"Mariah Cronin","mobile_number":"577-623-5754","email_id":"Mina.Zboncak61@gmail.com","dop":"2025-06-09","serial_number":"104486877785998","imei1":"104486877785998","imei2":"104486877785998","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:35:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f0aa7485-44d8-4cf1-9890-94acd17bdb0e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-YCFqpmLE4+US3l3XcwfmgvQvYtE"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MjZ9.Gv_dybFdaAEGymWza90bIut-s72_F5MdNgSUpwK4ZH4"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 277ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MjZ9.Gv_dybFdaAEGymWza90bIut-s72_F5MdNgSUpwK4ZH4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a1f28161-f146-473b-8ee4-9ebf1165b40f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 291ms
Mean size per request: 164B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MjZ9.Gv_dybFdaAEGymWza90bIut-s72_F5MdNgSUpwK4ZH4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3d8a402b-5388-4d4b-a5d2-0b95d88d46d9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 164
ETag W/"a4-jwUwifdSYlm1t5iv5jWFFPE7/s4"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":5},{"label":"Repair completed","key":"repair_completed","count":138}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 289ms
Mean size per request: 4.83KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MjZ9.Gv_dybFdaAEGymWza90bIut-s72_F5MdNgSUpwK4ZH4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ef977e0e-0fb3-49e7-a185-87b456d7f757
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1354-CMw3juzjQQSGP+9pqiu2FBTxIcQ"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 30 Jan 2026 07:40:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":170953,"job_number":"JOB_170953","tr_customer_id":170970,"tr_customer_product_id":170960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:31.000Z","modified_at":"2026-01-29T23:14:37.000Z","name":"Everett Ratke","mobile_number":"484-771-9955","email_id":"Era.Schneider71@hotmail.com","dop":"2025-04-06","serial_number":"19826957408662","imei1":"19826957408662","imei2":"19826957408662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T23:14:37.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":170956,"job_number":"JOB_170956","tr_customer_id":170973,"tr_customer_product_id":170963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:39.000Z","modified_at":"2026-01-29T23:14:44.000Z","name":"Dortha Bahringer","mobile_number":"496-350-9738","email_id":"Wilson.Mills@yahoo.com","dop":"2025-04-06","serial_number":"10253062509701","imei1":"10253062509701","imei2":"10253062509701","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T23:14:44.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":170959,"job_number":"JOB_170959","tr_customer_id":170976,"tr_customer_product_id":170966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:47.000Z","modified_at":"2026-01-29T23:14:53.000Z","name":"Reece Kihn","mobile_number":"757-368-9648","email_id":"Marcelino2@hotmail.com","dop":"2025-04-06","serial_number":"10077374062001","imei1":"10077374062001","imei2":"10077374062001","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T23:14:53.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":171554,"job_number":"JOB_171554","tr_customer_id":171571,"tr_customer_product_id":171561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:25:45.000Z","modified_at":"2026-01-30T07:25:58.000Z","name":"Pascale Pfannerstill","mobile_number":"662-376-4125","email_id":"Christiana3@yahoo.com","dop":"2025-02-01","serial_number":"68057889683595","imei1":"68057889683595","imei2":"68057889683595","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-30T07:25:58.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":171560,"job_number":"JOB_171560","tr_customer_id":171577,"tr_customer_product_id":171567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:21.000Z","modified_at":"2026-01-30T07:40:26.000Z","name":"Devin Bartoletti","mobile_number":"278-430-3473","email_id":"Maynard35@hotmail.com","dop":"2025-11-04","serial_number":"87938765345437","imei1":"87938765345437","imei2":"87938765345437","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-30T07:40:26.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 289ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MjZ9.Gv_dybFdaAEGymWza90bIut-s72_F5MdNgSUpwK4ZH4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2efb2cd1-b497-4b25-aec2-02ec127a1001
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 355ms
Mean size per request: 5.82KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MjZ9.Gv_dybFdaAEGymWza90bIut-s72_F5MdNgSUpwK4ZH4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2b44c2f3-b060-4c43-985d-fab6abd683e4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1748-focDnzhXvYC+QxRtGUaHLGFuvQ0"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 30 Jan 2026 07:40:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":171560,"job_number":"JOB_171560","tr_customer_id":171577,"tr_customer_product_id":171567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:21.000Z","modified_at":"2026-01-30T07:40:26.000Z","name":"Devin Bartoletti","mobile_number":"278-430-3473","email_id":"Maynard35@hotmail.com","dop":"2025-11-04","serial_number":"87938765345437","imei1":"87938765345437","imei2":"87938765345437","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-30T07:40:26.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":171560,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-30T07:40:21.000Z"}],"quatations":[]},{"id":171554,"job_number":"JOB_171554","tr_customer_id":171571,"tr_customer_product_id":171561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:25:45.000Z","modified_at":"2026-01-30T07:25:58.000Z","name":"Pascale Pfannerstill","mobile_number":"662-376-4125","email_id":"Christiana3@yahoo.com","dop":"2025-02-01","serial_number":"68057889683595","imei1":"68057889683595","imei2":"68057889683595","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-30T07:25:58.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":171554,"remark":"Battery Issue ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-30T07:25:45.000Z"}],"quatations":[]},{"id":170959,"job_number":"JOB_170959","tr_customer_id":170976,"tr_customer_product_id":170966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:47.000Z","modified_at":"2026-01-29T23:14:53.000Z","name":"Reece Kihn","mobile_number":"757-368-9648","email_id":"Marcelino2@hotmail.com","dop":"2025-04-06","serial_number":"10077374062001","imei1":"10077374062001","imei2":"10077374062001","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T23:14:53.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":170959,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-29T23:14:47.000Z"}],"quatations":[]},{"id":170956,"job_number":"JOB_170956","tr_customer_id":170973,"tr_customer_product_id":170963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:39.000Z","modified_at":"2026-01-29T23:14:44.000Z","name":"Dortha Bahringer","mobile_number":"496-350-9738","email_id":"Wilson.Mills@yahoo.com","dop":"2025-04-06","serial_number":"10253062509701","imei1":"10253062509701","imei2":"10253062509701","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T23:14:44.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":170956,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-29T23:14:39.000Z"}],"quatations":[]},{"id":170953,"job_number":"JOB_170953","tr_customer_id":170970,"tr_customer_product_id":170960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:31.000Z","modified_at":"2026-01-29T23:14:37.000Z","name":"Everett Ratke","mobile_number":"484-771-9955","email_id":"Era.Schneider71@hotmail.com","dop":"2025-04-06","serial_number":"19826957408662","imei1":"19826957408662","imei2":"19826957408662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T23:14:37.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":170953,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-29T23:14:31.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 286ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MjZ9.Gv_dybFdaAEGymWza90bIut-s72_F5MdNgSUpwK4ZH4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token efa829b4-0189-499f-9c24-22b28980949e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 30 Jan 2026 07:40:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 285ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MjZ9.Gv_dybFdaAEGymWza90bIut-s72_F5MdNgSUpwK4ZH4
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2f95677d-92d3-4f6e-8493-d833f7a50719
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":171560,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9a1c9573-9df2-429c-8c8f-c975cecfa8b1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-eXur2omxW+MtLTUSuDTGodAPCCM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTc1ODgyOX0.tiiwyaDuTSWdUaC31KpWCL1p59j-SjNcpUrLVTkvrtY"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTc1ODgyOX0.tiiwyaDuTSWdUaC31KpWCL1p59j-SjNcpUrLVTkvrtY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5376cfa9-0907-45a0-8c1d-5b4ae5f4278e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 294ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTc1ODgyOX0.tiiwyaDuTSWdUaC31KpWCL1p59j-SjNcpUrLVTkvrtY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ff198481-6ccc-46f6-9105-8d3285c368f0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-QXRyjLpRIhOSC91A20fAMmh+3gY"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":2},{"label":"QC Completed","key":"qc_completed","count":137},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 279ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTc1ODgyOX0.tiiwyaDuTSWdUaC31KpWCL1p59j-SjNcpUrLVTkvrtY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cc3850b8-0a37-4216-8335-9666963f56c0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 328ms
Mean size per request: 132.35KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTc1ODgyOX0.tiiwyaDuTSWdUaC31KpWCL1p59j-SjNcpUrLVTkvrtY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1b4e55cd-5059-47b0-9b01-757d21099903
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"21169-qZRy3xw9mSszXOAxn3OvamwpNbE"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 30 Jan 2026 07:40:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":171559,"job_number":"JOB_171559","tr_customer_id":171576,"tr_customer_product_id":171566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:04.000Z","modified_at":"2026-01-30T07:40:17.000Z","name":"Laurine Rodriguez","mobile_number":"486-650-1624","email_id":"Beulah66@gmail.com","dop":"2025-11-04","serial_number":"43020844351253","imei1":"43020844351253","imei2":"43020844351253","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:40:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171446,"job_number":"JOB_171446","tr_customer_id":171463,"tr_customer_product_id":171453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:52.000Z","modified_at":"2026-01-30T06:43:03.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"49556311244532","imei1":"49556311244532","imei2":"49556311244532","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171445,"job_number":"JOB_171445","tr_customer_id":171462,"tr_customer_product_id":171452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:36.000Z","modified_at":"2026-01-30T06:42:48.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"71313155988867","imei1":"71313155988867","imei2":"71313155988867","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171443,"job_number":"JOB_171443","tr_customer_id":171460,"tr_customer_product_id":171450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:21.000Z","modified_at":"2026-01-30T06:42:32.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"75130182262291","imei1":"75130182262291","imei2":"75130182262291","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:42:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171412,"job_number":"JOB_171412","tr_customer_id":171429,"tr_customer_product_id":171419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:36:50.000Z","modified_at":"2026-01-30T06:37:01.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"33805923846679","imei1":"33805923846679","imei2":"33805923846679","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:37:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171411,"job_number":"JOB_171411","tr_customer_id":171428,"tr_customer_product_id":171418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:36:36.000Z","modified_at":"2026-01-30T06:36:46.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"74688819890946","imei1":"74688819890946","imei2":"74688819890946","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:36:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171410,"job_number":"JOB_171410","tr_customer_id":171427,"tr_customer_product_id":171417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:36:21.000Z","modified_at":"2026-01-30T06:36:32.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"86875593560582","imei1":"86875593560582","imei2":"86875593560582","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171408,"job_number":"JOB_171408","tr_customer_id":171425,"tr_customer_product_id":171415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:35:02.000Z","modified_at":"2026-01-30T06:35:14.000Z","name":"Alfonzo Aufderhar","mobile_number":"859-497-6737","email_id":"Caroline.Mann88@yahoo.com","dop":"2025-06-09","serial_number":"108640233809142","imei1":"108640233809142","imei2":"108640233809142","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:35:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171404,"job_number":"JOB_171404","tr_customer_id":171421,"tr_customer_product_id":171411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:45.000Z","modified_at":"2026-01-30T06:34:57.000Z","name":"Louisa Heidenreich","mobile_number":"570-602-4155","email_id":"Jessyca.Schoen55@gmail.com","dop":"2025-06-09","serial_number":"109195166041348","imei1":"109195166041348","imei2":"109195166041348","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171400,"job_number":"JOB_171400","tr_customer_id":171417,"tr_customer_product_id":171407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:27.000Z","modified_at":"2026-01-30T06:34:40.000Z","name":"Verlie Fisher","mobile_number":"628-728-1017","email_id":"Zechariah99@yahoo.com","dop":"2025-06-09","serial_number":"101784256900985","imei1":"101784256900985","imei2":"101784256900985","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:34:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171398,"job_number":"JOB_171398","tr_customer_id":171415,"tr_customer_product_id":171405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:33:05.000Z","modified_at":"2026-01-30T06:33:30.000Z","name":"Daphney Gerhold","mobile_number":"745-935-5291","email_id":"Betsy.Schumm57@gmail.com","dop":"2025-10-01","serial_number":"18150350360797","imei1":"18150350360797","imei2":"18150350360797","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:33:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171396,"job_number":"JOB_171396","tr_customer_id":171413,"tr_customer_product_id":171403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:32:11.000Z","modified_at":"2026-01-30T06:32:21.000Z","name":"Santina Donnelly","mobile_number":"370-551-8089","email_id":"Michale_Kulas@gmail.com","dop":"2025-11-04","serial_number":"14929507918204","imei1":"14929507918204","imei2":"14929507918204","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:32:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171395,"job_number":"JOB_171395","tr_customer_id":171412,"tr_customer_product_id":171402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:31:44.000Z","modified_at":"2026-01-30T06:32:08.000Z","name":"Kimberly Balistreri","mobile_number":"220-568-7720","email_id":"Halie_Kreiger@hotmail.com","dop":"2025-11-04","serial_number":"52629867262072","imei1":"52629867262072","imei2":"52629867262072","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:32:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171237,"job_number":"JOB_171237","tr_customer_id":171254,"tr_customer_product_id":171244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:04:02.000Z","modified_at":"2026-01-30T05:04:11.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"14675267707102","imei1":"14675267707102","imei2":"14675267707102","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:04:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171193,"job_number":"JOB_171193","tr_customer_id":171210,"tr_customer_product_id":171200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:02.000Z","modified_at":"2026-01-30T04:22:13.000Z","name":"Gladyce Funk","mobile_number":"370-260-7945","email_id":"Christina_Wiegand@gmail.com","dop":"2025-06-09","serial_number":"106462706880483","imei1":"106462706880483","imei2":"106462706880483","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171179,"job_number":"JOB_171179","tr_customer_id":171196,"tr_customer_product_id":171186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:48.000Z","modified_at":"2026-01-30T04:21:57.000Z","name":"Geo Kutch","mobile_number":"761-429-2341","email_id":"Armani.Macejkovic@yahoo.com","dop":"2025-12-31","serial_number":"10316074031672","imei1":"10316074031672","imei2":"10316074031672","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171176,"job_number":"JOB_171176","tr_customer_id":171193,"tr_customer_product_id":171183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:47.000Z","modified_at":"2026-01-30T04:21:58.000Z","name":"Joanne Hyatt","mobile_number":"988-275-5806","email_id":"Catharine80@gmail.com","dop":"2025-06-09","serial_number":"103849274999724","imei1":"103849274999724","imei2":"103849274999724","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171166,"job_number":"JOB_171166","tr_customer_id":171183,"tr_customer_product_id":171173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:35.000Z","modified_at":"2026-01-30T04:21:44.000Z","name":"Elva Murray","mobile_number":"960-297-9268","email_id":"Cesar40@yahoo.com","dop":"2025-12-31","serial_number":"10453680492317","imei1":"10453680492317","imei2":"10453680492317","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171164,"job_number":"JOB_171164","tr_customer_id":171181,"tr_customer_product_id":171171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:32.000Z","modified_at":"2026-01-30T04:21:42.000Z","name":"Felipa Krajcik","mobile_number":"647-911-9598","email_id":"Dusty.Ward@gmail.com","dop":"2025-06-09","serial_number":"102433739642713","imei1":"102433739642713","imei2":"102433739642713","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171150,"job_number":"JOB_171150","tr_customer_id":171167,"tr_customer_product_id":171157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:22.000Z","modified_at":"2026-01-30T04:21:31.000Z","name":"Haskell Lueilwitz","mobile_number":"203-887-4896","email_id":"Emerson.Gerlach@yahoo.com","dop":"2025-12-31","serial_number":"10377871921348","imei1":"10377871921348","imei2":"10377871921348","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171144,"job_number":"JOB_171144","tr_customer_id":171161,"tr_customer_product_id":171151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:14.000Z","modified_at":"2026-01-30T04:21:23.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"17874404590567","imei1":"17874404590567","imei2":"17874404590567","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171121,"job_number":"JOB_171121","tr_customer_id":171138,"tr_customer_product_id":171128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:01.000Z","modified_at":"2026-01-30T04:21:25.000Z","name":"Cesar West","mobile_number":"353-412-0901","email_id":"Jarod_Walker@gmail.com","dop":"2025-10-01","serial_number":"15643793779925","imei1":"15643793779925","imei2":"15643793779925","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171078,"job_number":"JOB_171078","tr_customer_id":171095,"tr_customer_product_id":171085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:15.000Z","modified_at":"2026-01-30T04:20:24.000Z","name":"giyu tomiaka","mobile_number":"335-514-5381","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"36494606195662","imei1":"36494606195662","imei2":"36494606195662","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171071,"job_number":"JOB_171071","tr_customer_id":171088,"tr_customer_product_id":171078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:03.000Z","modified_at":"2026-01-30T04:20:12.000Z","name":"tanjiro kamado","mobile_number":"374-832-8564","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"949483204884179","imei1":"949483204884179","imei2":"949483204884179","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171055,"job_number":"JOB_171055","tr_customer_id":171072,"tr_customer_product_id":171062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:51.000Z","modified_at":"2026-01-30T04:20:01.000Z","name":"saitama sensei","mobile_number":"915-507-6957","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"164503681414844","imei1":"164503681414844","imei2":"164503681414844","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171555,"job_number":"JOB_171555","tr_customer_id":171572,"tr_customer_product_id":171562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:28:02.000Z","modified_at":"2026-01-30T07:30:12.000Z","name":"Edwina Heller","mobile_number":"816-680-0220","email_id":"Kari84@hotmail.com","dop":"2025-02-01","serial_number":"102405652641513","imei1":"102405652641513","imei2":"102405652641513","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:30:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171549,"job_number":"JOB_171549","tr_customer_id":171566,"tr_customer_product_id":171556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:32.000Z","modified_at":"2026-01-30T07:12:43.000Z","name":"Terrell Satterfield","mobile_number":"430-605-4024","email_id":"Jaiden_Walsh@yahoo.com","dop":"2025-12-01","serial_number":"13053838673310","imei1":"13053838673310","imei2":"13053838673310","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:12:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171547,"job_number":"JOB_171547","tr_customer_id":171564,"tr_customer_product_id":171554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:16.000Z","modified_at":"2026-01-30T07:12:27.000Z","name":"Rosemarie Kub","mobile_number":"849-855-7101","email_id":"Orrin.Leannon67@yahoo.com","dop":"2025-12-01","serial_number":"19308097848604","imei1":"19308097848604","imei2":"19308097848604","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:12:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171544,"job_number":"JOB_171544","tr_customer_id":171561,"tr_customer_product_id":171551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:00.000Z","modified_at":"2026-01-30T07:12:11.000Z","name":"Reed Pfannerstill","mobile_number":"468-910-8021","email_id":"Ashlynn.Cartwright63@hotmail.com","dop":"2025-12-01","serial_number":"11799949595717","imei1":"11799949595717","imei2":"11799949595717","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:12:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171536,"job_number":"JOB_171536","tr_customer_id":171553,"tr_customer_product_id":171543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:03:23.000Z","modified_at":"2026-01-30T07:04:26.000Z","name":"Kaylin Wisozk","mobile_number":"469-902-9439","email_id":"Margarete.Mueller50@gmail.com","dop":"2025-04-06","serial_number":"17636839238460","imei1":"17636839238460","imei2":"17636839238460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:04:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171531,"job_number":"JOB_171531","tr_customer_id":171548,"tr_customer_product_id":171538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:32.000Z","modified_at":"2026-01-30T07:03:14.000Z","name":"Wilber Jacobi","mobile_number":"992-552-7723","email_id":"Jillian_Rosenbaum@hotmail.com","dop":"2025-04-06","serial_number":"10488205111150","imei1":"10488205111150","imei2":"10488205111150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:03:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171527,"job_number":"JOB_171527","tr_customer_id":171544,"tr_customer_product_id":171534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:40.000Z","modified_at":"2026-01-30T07:02:24.000Z","name":"Connie Schuppe","mobile_number":"584-955-6634","email_id":"Merlin_Kub@yahoo.com","dop":"2025-04-06","serial_number":"10591221565016","imei1":"10591221565016","imei2":"10591221565016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:02:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171525,"job_number":"JOB_171525","tr_customer_id":171542,"tr_customer_product_id":171532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:39.000Z","modified_at":"2026-01-30T07:02:17.000Z","name":"Joanie Powlowski","mobile_number":"802-335-6312","email_id":"Barton_Lebsack@gmail.com","dop":"2025-04-06","serial_number":"14376072532521","imei1":"14376072532521","imei2":"14376072532521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:02:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171522,"job_number":"JOB_171522","tr_customer_id":171539,"tr_customer_product_id":171529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:49.000Z","modified_at":"2026-01-30T06:59:24.000Z","name":"Hubert Von","mobile_number":"240-905-8545","email_id":"Leone35@gmail.com","dop":"2025-04-06","serial_number":"14082966664898","imei1":"14082966664898","imei2":"14082966664898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171518,"job_number":"JOB_171518","tr_customer_id":171535,"tr_customer_product_id":171525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:08.000Z","modified_at":"2026-01-30T06:58:43.000Z","name":"Abigayle Kris","mobile_number":"761-332-8215","email_id":"Cecile97@hotmail.com","dop":"2025-04-06","serial_number":"15965980938106","imei1":"15965980938106","imei2":"15965980938106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171514,"job_number":"JOB_171514","tr_customer_id":171531,"tr_customer_product_id":171521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:58.000Z","modified_at":"2026-01-30T06:58:36.000Z","name":"Sadie Prohaska","mobile_number":"579-300-9292","email_id":"Jordy_Barton50@hotmail.com","dop":"2025-04-06","serial_number":"14908243225646","imei1":"14908243225646","imei2":"14908243225646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:58:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171512,"job_number":"JOB_171512","tr_customer_id":171529,"tr_customer_product_id":171519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:50.000Z","modified_at":"2026-01-30T06:58:25.000Z","name":"Haven O'Keefe","mobile_number":"453-269-6038","email_id":"Mariam.Kertzmann56@yahoo.com","dop":"2025-04-06","serial_number":"13018620907147","imei1":"13018620907147","imei2":"13018620907147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171509,"job_number":"JOB_171509","tr_customer_id":171526,"tr_customer_product_id":171516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:36.000Z","modified_at":"2026-01-30T06:58:13.000Z","name":"Bill Macejkovic","mobile_number":"344-961-8646","email_id":"Helen_Connelly96@yahoo.com","dop":"2025-04-06","serial_number":"11128181693624","imei1":"11128181693624","imei2":"11128181693624","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171506,"job_number":"JOB_171506","tr_customer_id":171523,"tr_customer_product_id":171513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:26.000Z","modified_at":"2026-01-30T06:58:01.000Z","name":"Orin Gerhold","mobile_number":"788-701-3787","email_id":"Christop_Blanda57@gmail.com","dop":"2025-04-06","serial_number":"16617832952417","imei1":"16617832952417","imei2":"16617832952417","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171503,"job_number":"JOB_171503","tr_customer_id":171520,"tr_customer_product_id":171510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:06.000Z","modified_at":"2026-01-30T06:57:43.000Z","name":"Dewitt Herzog","mobile_number":"704-535-4877","email_id":"Ericka.Willms1@hotmail.com","dop":"2025-04-06","serial_number":"13948918409698","imei1":"13948918409698","imei2":"13948918409698","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171500,"job_number":"JOB_171500","tr_customer_id":171517,"tr_customer_product_id":171507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:56:23.000Z","modified_at":"2026-01-30T06:56:59.000Z","name":"Minnie O'Connell","mobile_number":"503-908-6287","email_id":"Angelo_Schuppe25@gmail.com","dop":"2025-04-06","serial_number":"18929316598505","imei1":"18929316598505","imei2":"18929316598505","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171493,"job_number":"JOB_171493","tr_customer_id":171510,"tr_customer_product_id":171500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:53:15.000Z","modified_at":"2026-01-30T06:53:58.000Z","name":"Charlene Shields","mobile_number":"603-379-4684","email_id":"Tyree_Lang@yahoo.com","dop":"2025-04-06","serial_number":"12230021042897","imei1":"12230021042897","imei2":"12230021042897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:53:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171490,"job_number":"JOB_171490","tr_customer_id":171507,"tr_customer_product_id":171497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:24.000Z","modified_at":"2026-01-30T06:53:07.000Z","name":"Toy Von","mobile_number":"820-878-0914","email_id":"Fleta.Ritchie@hotmail.com","dop":"2025-04-06","serial_number":"12895160614008","imei1":"12895160614008","imei2":"12895160614008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:53:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171487,"job_number":"JOB_171487","tr_customer_id":171504,"tr_customer_product_id":171494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:16.000Z","modified_at":"2026-01-30T06:52:54.000Z","name":"Palma Oberbrunner","mobile_number":"538-629-5570","email_id":"Ian56@gmail.com","dop":"2000-01-31","serial_number":"10592997565497","imei1":"10592997565497","imei2":"10592997565497","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:52:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171484,"job_number":"JOB_171484","tr_customer_id":171501,"tr_customer_product_id":171491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:32.000Z","modified_at":"2026-01-30T06:52:15.000Z","name":"Esmeralda Hilll","mobile_number":"370-515-7377","email_id":"Thalia31@yahoo.com","dop":"2025-04-06","serial_number":"15009687982338","imei1":"15009687982338","imei2":"15009687982338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171481,"job_number":"JOB_171481","tr_customer_id":171498,"tr_customer_product_id":171488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:30.000Z","modified_at":"2026-01-30T06:52:09.000Z","name":"Lula Satterfield","mobile_number":"953-755-0711","email_id":"Osbaldo.Rutherford15@hotmail.com","dop":"2000-01-31","serial_number":"10794771181519","imei1":"10794771181519","imei2":"10794771181519","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:52:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171478,"job_number":"JOB_171478","tr_customer_id":171495,"tr_customer_product_id":171485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:23.000Z","modified_at":"2026-01-30T06:52:00.000Z","name":"Ena Reynolds","mobile_number":"710-692-4832","email_id":"Casper_Zemlak@yahoo.com","dop":"2025-04-06","serial_number":"13290862438213","imei1":"13290862438213","imei2":"13290862438213","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:52:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171475,"job_number":"JOB_171475","tr_customer_id":171492,"tr_customer_product_id":171482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:44.000Z","modified_at":"2026-01-30T06:51:22.000Z","name":"Sandrine Ankunding","mobile_number":"266-338-8420","email_id":"Delta.Kihn87@yahoo.com","dop":"2000-01-31","serial_number":"10872509323159","imei1":"10872509323159","imei2":"10872509323159","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171472,"job_number":"JOB_171472","tr_customer_id":171489,"tr_customer_product_id":171479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:39.000Z","modified_at":"2026-01-30T06:51:16.000Z","name":"Nicole Koch","mobile_number":"675-794-8383","email_id":"Ansley_Cassin13@hotmail.com","dop":"2025-04-06","serial_number":"10088242667168","imei1":"10088242667168","imei2":"10088242667168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171468,"job_number":"JOB_171468","tr_customer_id":171485,"tr_customer_product_id":171475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:57.000Z","modified_at":"2026-01-30T06:50:36.000Z","name":"Karl Hermann","mobile_number":"290-777-9104","email_id":"Roxanne.Crooks@hotmail.com","dop":"2000-01-31","serial_number":"10652864214019","imei1":"10652864214019","imei2":"10652864214019","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171465,"job_number":"JOB_171465","tr_customer_id":171482,"tr_customer_product_id":171472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:54.000Z","modified_at":"2026-01-30T06:50:31.000Z","name":"Jon Murray","mobile_number":"381-202-9885","email_id":"Hayley15@gmail.com","dop":"2025-04-06","serial_number":"18840942941616","imei1":"18840942941616","imei2":"18840942941616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171462,"job_number":"JOB_171462","tr_customer_id":171479,"tr_customer_product_id":171469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:48:01.000Z","modified_at":"2026-01-30T06:48:37.000Z","name":"Ally Christiansen","mobile_number":"410-987-7376","email_id":"Marina54@yahoo.com","dop":"2025-04-06","serial_number":"14337740333569","imei1":"14337740333569","imei2":"14337740333569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171461,"job_number":"JOB_171461","tr_customer_id":171478,"tr_customer_product_id":171468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:38.000Z","modified_at":"2026-01-30T06:44:48.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15543156432259","imei2":"15543156432259","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:44:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171458,"job_number":"JOB_171458","tr_customer_id":171475,"tr_customer_product_id":171465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:27.000Z","modified_at":"2026-01-30T06:45:03.000Z","name":"Rodolfo Rohan","mobile_number":"458-992-1210","email_id":"Eloise90@hotmail.com","dop":"2025-04-06","serial_number":"12791608737944","imei1":"12791608737944","imei2":"12791608737944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:45:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171456,"job_number":"JOB_171456","tr_customer_id":171473,"tr_customer_product_id":171463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:25.000Z","modified_at":"2026-01-30T06:44:35.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10140036009857","imei2":"10140036009857","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171454,"job_number":"JOB_171454","tr_customer_id":171471,"tr_customer_product_id":171461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:12.000Z","modified_at":"2026-01-30T06:44:21.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10384620595500","imei2":"10384620595500","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:44:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171451,"job_number":"JOB_171451","tr_customer_id":171468,"tr_customer_product_id":171458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:45.000Z","modified_at":"2026-01-30T06:44:20.000Z","name":"Jaida Ferry","mobile_number":"451-775-2328","email_id":"Faye.Cruickshank@gmail.com","dop":"2025-04-06","serial_number":"11447686334437","imei1":"11447686334437","imei2":"11447686334437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:44:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171448,"job_number":"JOB_171448","tr_customer_id":171465,"tr_customer_product_id":171455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:01.000Z","modified_at":"2026-01-30T06:43:38.000Z","name":"Donald White","mobile_number":"933-961-6682","email_id":"Janice74@yahoo.com","dop":"2025-04-06","serial_number":"13866586605913","imei1":"13866586605913","imei2":"13866586605913","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:43:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171442,"job_number":"JOB_171442","tr_customer_id":171459,"tr_customer_product_id":171449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:20.000Z","modified_at":"2026-01-30T06:43:02.000Z","name":"Lelia Williamson","mobile_number":"624-703-3457","email_id":"Daniela.Dibbert@gmail.com","dop":"2025-04-06","serial_number":"15708596892660","imei1":"15708596892660","imei2":"15708596892660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:43:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171438,"job_number":"JOB_171438","tr_customer_id":171455,"tr_customer_product_id":171445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:41:30.000Z","modified_at":"2026-01-30T06:42:11.000Z","name":"Carol Orn","mobile_number":"443-207-0123","email_id":"Dusty71@hotmail.com","dop":"2025-04-06","serial_number":"10098863898328","imei1":"10098863898328","imei2":"10098863898328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171435,"job_number":"JOB_171435","tr_customer_id":171452,"tr_customer_product_id":171442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:40:39.000Z","modified_at":"2026-01-30T06:41:21.000Z","name":"Eloise Bernier","mobile_number":"843-219-6957","email_id":"Astrid85@yahoo.com","dop":"2025-04-06","serial_number":"18188436078581","imei1":"18188436078581","imei2":"18188436078581","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171432,"job_number":"JOB_171432","tr_customer_id":171449,"tr_customer_product_id":171439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:39:43.000Z","modified_at":"2026-01-30T06:40:41.000Z","name":"Flossie Gislason","mobile_number":"771-490-3579","email_id":"Aurore.Bosco44@hotmail.com","dop":"2025-04-06","serial_number":"11925292084606","imei1":"11925292084606","imei2":"11925292084606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:40:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171429,"job_number":"JOB_171429","tr_customer_id":171446,"tr_customer_product_id":171436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:53.000Z","modified_at":"2026-01-30T06:39:34.000Z","name":"Angelica Mueller","mobile_number":"409-922-1138","email_id":"Schuyler79@hotmail.com","dop":"2025-04-06","serial_number":"17754698422174","imei1":"17754698422174","imei2":"17754698422174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:39:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171422,"job_number":"JOB_171422","tr_customer_id":171439,"tr_customer_product_id":171429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:06.000Z","modified_at":"2026-01-30T06:38:41.000Z","name":"Tanya Muller","mobile_number":"499-863-5591","email_id":"Jerrell.Shanahan@gmail.com","dop":"2025-06-18","serial_number":"10767366403962","imei1":"10767366403962","imei2":"10767366403962","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:38:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171419,"job_number":"JOB_171419","tr_customer_id":171436,"tr_customer_product_id":171426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:03.000Z","modified_at":"2026-01-30T06:38:45.000Z","name":"Emory Hills","mobile_number":"449-516-7006","email_id":"Beverly72@hotmail.com","dop":"2025-04-06","serial_number":"17377993774340","imei1":"17377993774340","imei2":"17377993774340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:38:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171416,"job_number":"JOB_171416","tr_customer_id":171433,"tr_customer_product_id":171423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:23.000Z","modified_at":"2026-01-30T06:37:59.000Z","name":"Monique Metz","mobile_number":"784-353-6279","email_id":"Randall_Kihn71@hotmail.com","dop":"2025-06-18","serial_number":"10233704225337","imei1":"10233704225337","imei2":"10233704225337","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171413,"job_number":"JOB_171413","tr_customer_id":171430,"tr_customer_product_id":171420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:17.000Z","modified_at":"2026-01-30T06:37:53.000Z","name":"Alyce Braun","mobile_number":"514-278-6826","email_id":"Bianka_Bradtke@hotmail.com","dop":"2025-04-06","serial_number":"14063792866555","imei1":"14063792866555","imei2":"14063792866555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171253,"job_number":"JOB_171253","tr_customer_id":171270,"tr_customer_product_id":171260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:37:29.000Z","modified_at":"2026-01-30T05:38:06.000Z","name":"Haylie Senger","mobile_number":"480-490-2595","email_id":"Alfonso_Pollich@hotmail.com","dop":"2025-04-06","serial_number":"10418918173318","imei1":"10418918173318","imei2":"10418918173318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:38:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171251,"job_number":"JOB_171251","tr_customer_id":171268,"tr_customer_product_id":171258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:36:44.000Z","modified_at":"2026-01-30T05:37:21.000Z","name":"Nathanael Kling","mobile_number":"232-876-6308","email_id":"Lenny_Bailey@gmail.com","dop":"2025-04-06","serial_number":"19556357849730","imei1":"19556357849730","imei2":"19556357849730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171249,"job_number":"JOB_171249","tr_customer_id":171266,"tr_customer_product_id":171256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:35:58.000Z","modified_at":"2026-01-30T05:36:37.000Z","name":"Ocie Macejkovic","mobile_number":"246-663-0168","email_id":"Reyes.Becker@yahoo.com","dop":"2025-04-06","serial_number":"14449900881203","imei1":"14449900881203","imei2":"14449900881203","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171247,"job_number":"JOB_171247","tr_customer_id":171264,"tr_customer_product_id":171254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:30:32.000Z","modified_at":"2026-01-30T05:31:11.000Z","name":"Felipe Mraz","mobile_number":"517-967-8522","email_id":"Jamil_Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"19187218117301","imei1":"19187218117301","imei2":"19187218117301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:31:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171245,"job_number":"JOB_171245","tr_customer_id":171262,"tr_customer_product_id":171252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:30:04.000Z","modified_at":"2026-01-30T05:30:43.000Z","name":"Dominic Cormier","mobile_number":"958-552-7914","email_id":"Wanda46@yahoo.com","dop":"2025-04-06","serial_number":"12926045766059","imei1":"12926045766059","imei2":"12926045766059","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:30:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171244,"job_number":"JOB_171244","tr_customer_id":171261,"tr_customer_product_id":171251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:11:56.000Z","modified_at":"2026-01-30T05:12:05.000Z","name":"Mozell Gaylord","mobile_number":"812-893-0658","email_id":"Annie81@yahoo.com","dop":"2025-07-01","serial_number":"102650484924225","imei1":"102650484924225","imei2":"102650484924225","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:12:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171242,"job_number":"JOB_171242","tr_customer_id":171259,"tr_customer_product_id":171249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:11:44.000Z","modified_at":"2026-01-30T05:11:54.000Z","name":"Napoleon Medhurst","mobile_number":"288-457-4406","email_id":"Vada.Stiedemann@hotmail.com","dop":"2025-07-01","serial_number":"104587700088120","imei1":"104587700088120","imei2":"104587700088120","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:11:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171236,"job_number":"JOB_171236","tr_customer_id":171253,"tr_customer_product_id":171243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:32.000Z","modified_at":"2026-01-30T04:27:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"98426724134357","imei1":"98426724134357","imei2":"98426724134357","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171229,"job_number":"JOB_171229","tr_customer_id":171246,"tr_customer_product_id":171236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:59.000Z","modified_at":"2026-01-30T04:27:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21805108621548","imei1":"21805108621548","imei2":"21805108621548","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171222,"job_number":"JOB_171222","tr_customer_id":171239,"tr_customer_product_id":171229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:26.000Z","modified_at":"2026-01-30T04:26:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27371656251453","imei1":"27371656251453","imei2":"27371656251453","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171214,"job_number":"JOB_171214","tr_customer_id":171231,"tr_customer_product_id":171221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:37.000Z","modified_at":"2026-01-30T04:23:13.000Z","name":"Virginie Medhurst","mobile_number":"275-955-1770","email_id":"Tess.Thompson26@yahoo.com","dop":"2025-04-06","serial_number":"13313639510003","imei1":"13313639510003","imei2":"13313639510003","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:23:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171211,"job_number":"JOB_171211","tr_customer_id":171228,"tr_customer_product_id":171218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:36.000Z","modified_at":"2026-01-30T04:23:12.000Z","name":"Elizabeth Dare","mobile_number":"396-361-8990","email_id":"Trisha39@gmail.com","dop":"2025-04-06","serial_number":"15798089842437","imei1":"15798089842437","imei2":"15798089842437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:23:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171208,"job_number":"JOB_171208","tr_customer_id":171225,"tr_customer_product_id":171215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:33.000Z","modified_at":"2026-01-30T04:23:09.000Z","name":"Guy Osinski","mobile_number":"294-570-2929","email_id":"Effie73@hotmail.com","dop":"2000-01-31","serial_number":"10976746520661","imei1":"10976746520661","imei2":"10976746520661","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:23:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171205,"job_number":"JOB_171205","tr_customer_id":171222,"tr_customer_product_id":171212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:31.000Z","modified_at":"2026-01-30T04:23:08.000Z","name":"Mathilde Muller","mobile_number":"542-704-4554","email_id":"Kennedi_Miller@yahoo.com","dop":"2025-04-06","serial_number":"18419473111100","imei1":"18419473111100","imei2":"18419473111100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:23:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171202,"job_number":"JOB_171202","tr_customer_id":171219,"tr_customer_product_id":171209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:23.000Z","modified_at":"2026-01-30T04:22:57.000Z","name":"Christina Kuhic","mobile_number":"272-552-6195","email_id":"Oleta.Crooks94@hotmail.com","dop":"2025-04-06","serial_number":"15715587399687","imei1":"15715587399687","imei2":"15715587399687","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171199,"job_number":"JOB_171199","tr_customer_id":171216,"tr_customer_product_id":171206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:21.000Z","modified_at":"2026-01-30T04:22:59.000Z","name":"Asha Nader","mobile_number":"557-676-3762","email_id":"Alek.Luettgen81@gmail.com","dop":"2025-04-06","serial_number":"12014634608051","imei1":"12014634608051","imei2":"12014634608051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171196,"job_number":"JOB_171196","tr_customer_id":171213,"tr_customer_product_id":171203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:06.000Z","modified_at":"2026-01-30T04:22:43.000Z","name":"Gladys Walter","mobile_number":"437-327-1858","email_id":"Jaren.Hirthe@yahoo.com","dop":"2025-04-06","serial_number":"18442219829468","imei1":"18442219829468","imei2":"18442219829468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171189,"job_number":"JOB_171189","tr_customer_id":171206,"tr_customer_product_id":171196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:54.000Z","modified_at":"2026-01-30T04:22:30.000Z","name":"Houston Conn","mobile_number":"473-975-4728","email_id":"Teagan20@gmail.com","dop":"2025-04-06","serial_number":"13522069771161","imei1":"13522069771161","imei2":"13522069771161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171187,"job_number":"JOB_171187","tr_customer_id":171204,"tr_customer_product_id":171194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:53.000Z","modified_at":"2026-01-30T04:22:29.000Z","name":"Juliet Homenick","mobile_number":"770-526-6194","email_id":"Herbert_Thompson@yahoo.com","dop":"2025-04-06","serial_number":"12528902898954","imei1":"12528902898954","imei2":"12528902898954","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171183,"job_number":"JOB_171183","tr_customer_id":171200,"tr_customer_product_id":171190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:49.000Z","modified_at":"2026-01-30T04:22:26.000Z","name":"Amir Friesen","mobile_number":"579-551-9763","email_id":"Krystal.Abshire24@gmail.com","dop":"2025-04-06","serial_number":"10639585643163","imei1":"10639585643163","imei2":"10639585643163","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171181,"job_number":"JOB_171181","tr_customer_id":171198,"tr_customer_product_id":171188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:49.000Z","modified_at":"2026-01-30T04:22:26.000Z","name":"Lorna Fisher","mobile_number":"396-317-3645","email_id":"Kamille69@gmail.com","dop":"2000-01-31","serial_number":"10484380230968","imei1":"10484380230968","imei2":"10484380230968","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171174,"job_number":"JOB_171174","tr_customer_id":171191,"tr_customer_product_id":171181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:46.000Z","modified_at":"2026-01-30T04:22:23.000Z","name":"Vesta Rowe","mobile_number":"610-866-4392","email_id":"Oran44@hotmail.com","dop":"2025-04-06","serial_number":"12663260551347","imei1":"12663260551347","imei2":"12663260551347","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171171,"job_number":"JOB_171171","tr_customer_id":171188,"tr_customer_product_id":171178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:42.000Z","modified_at":"2026-01-30T04:22:16.000Z","name":"Myriam Mills","mobile_number":"842-398-0364","email_id":"Elfrieda.Stroman15@gmail.com","dop":"2025-04-06","serial_number":"10248037553103","imei1":"10248037553103","imei2":"10248037553103","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171168,"job_number":"JOB_171168","tr_customer_id":171185,"tr_customer_product_id":171175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:36.000Z","modified_at":"2026-01-30T04:22:14.000Z","name":"Johan Gutkowski","mobile_number":"737-821-7603","email_id":"Maryam.Durgan@hotmail.com","dop":"2025-04-06","serial_number":"18367755607802","imei1":"18367755607802","imei2":"18367755607802","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171160,"job_number":"JOB_171160","tr_customer_id":171177,"tr_customer_product_id":171167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:26.000Z","modified_at":"2026-01-30T04:22:04.000Z","name":"Deangelo Fritsch","mobile_number":"599-399-7360","email_id":"Easter.Pagac@gmail.com","dop":"2025-04-06","serial_number":"14191736993844","imei1":"14191736993844","imei2":"14191736993844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171159,"job_number":"JOB_171159","tr_customer_id":171176,"tr_customer_product_id":171166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:26.000Z","modified_at":"2026-01-30T04:22:04.000Z","name":"Dallin Prohaska","mobile_number":"890-959-6148","email_id":"Casper46@gmail.com","dop":"2025-04-06","serial_number":"18274643615592","imei1":"18274643615592","imei2":"18274643615592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171154,"job_number":"JOB_171154","tr_customer_id":171171,"tr_customer_product_id":171161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:24.000Z","modified_at":"2026-01-30T04:22:02.000Z","name":"Larry Stokes","mobile_number":"668-306-6003","email_id":"Britney.Cartwright35@gmail.com","dop":"2025-04-06","serial_number":"13932811352491","imei1":"13932811352491","imei2":"13932811352491","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171152,"job_number":"JOB_171152","tr_customer_id":171169,"tr_customer_product_id":171159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:23.000Z","modified_at":"2026-01-30T04:21:57.000Z","name":"Antone Zboncak","mobile_number":"859-970-5724","email_id":"Tess52@yahoo.com","dop":"2026-01-04","serial_number":"11066365737946","imei1":"11066365737946","imei2":"11066365737946","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171148,"job_number":"JOB_171148","tr_customer_id":171165,"tr_customer_product_id":171155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:20.000Z","modified_at":"2026-01-30T04:21:58.000Z","name":"Jermaine Wiza","mobile_number":"603-396-7869","email_id":"Alysha_Bruen53@yahoo.com","dop":"2025-04-06","serial_number":"12802137908437","imei1":"12802137908437","imei2":"12802137908437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171143,"job_number":"JOB_171143","tr_customer_id":171160,"tr_customer_product_id":171150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:13.000Z","modified_at":"2026-01-30T04:21:50.000Z","name":"Lawrence Bauch","mobile_number":"468-679-6235","email_id":"Hulda.Leuschke@gmail.com","dop":"2025-04-06","serial_number":"18537360446847","imei1":"18537360446847","imei2":"18537360446847","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171139,"job_number":"JOB_171139","tr_customer_id":171156,"tr_customer_product_id":171146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:10.000Z","modified_at":"2026-01-30T04:21:46.000Z","name":"Isabell Weber","mobile_number":"939-761-0899","email_id":"Pat.Krajcik51@hotmail.com","dop":"2025-04-06","serial_number":"13309268464703","imei1":"13309268464703","imei2":"13309268464703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171138,"job_number":"JOB_171138","tr_customer_id":171155,"tr_customer_product_id":171145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:10.000Z","modified_at":"2026-01-30T04:21:47.000Z","name":"Madaline McLaughlin","mobile_number":"675-566-0745","email_id":"Pattie_Boyer88@yahoo.com","dop":"2025-04-06","serial_number":"18598134568134","imei1":"18598134568134","imei2":"18598134568134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171133,"job_number":"JOB_171133","tr_customer_id":171150,"tr_customer_product_id":171140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:06.000Z","modified_at":"2026-01-30T04:21:42.000Z","name":"Doug Bernhard","mobile_number":"977-435-7303","email_id":"Ben.Reinger60@gmail.com","dop":"2025-04-06","serial_number":"13341872673650","imei1":"13341872673650","imei2":"13341872673650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171131,"job_number":"JOB_171131","tr_customer_id":171148,"tr_customer_product_id":171138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:05.000Z","modified_at":"2026-01-30T04:21:41.000Z","name":"Dexter Lueilwitz","mobile_number":"857-214-8261","email_id":"Eleonore.Runte81@yahoo.com","dop":"2000-01-31","serial_number":"10353225356391","imei1":"10353225356391","imei2":"10353225356391","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171124,"job_number":"JOB_171124","tr_customer_id":171141,"tr_customer_product_id":171131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:02.000Z","modified_at":"2026-01-30T04:21:39.000Z","name":"Genesis Borer","mobile_number":"673-984-1481","email_id":"Shad_Moen36@yahoo.com","dop":"2025-04-06","serial_number":"12377950389371","imei1":"12377950389371","imei2":"12377950389371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171120,"job_number":"JOB_171120","tr_customer_id":171137,"tr_customer_product_id":171127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:00.000Z","modified_at":"2026-01-30T04:21:35.000Z","name":"Buck Bednar","mobile_number":"672-631-5214","email_id":"Enola.Aufderhar45@gmail.com","dop":"2025-04-06","serial_number":"17789959272786","imei1":"17789959272786","imei2":"17789959272786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171115,"job_number":"JOB_171115","tr_customer_id":171132,"tr_customer_product_id":171122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:21:28.000Z","name":"Martin Considine","mobile_number":"770-332-9003","email_id":"Lucinda_Watsica@yahoo.com","dop":"2025-04-06","serial_number":"13161329373235","imei1":"13161329373235","imei2":"13161329373235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171109,"job_number":"JOB_171109","tr_customer_id":171126,"tr_customer_product_id":171116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:48.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Karley Haley","mobile_number":"800-498-2930","email_id":"Bartholome_Marvin43@gmail.com","dop":"2025-05-30","serial_number":"13798031396521","imei1":"13798031396521","imei2":"13798031396521","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171107,"job_number":"JOB_171107","tr_customer_id":171124,"tr_customer_product_id":171114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:46.000Z","modified_at":"2026-01-30T04:21:20.000Z","name":"Caroline Smitham","mobile_number":"582-364-1825","email_id":"Meagan.Kreiger@hotmail.com","dop":"2025-04-06","serial_number":"17067560025590","imei1":"17067560025590","imei2":"17067560025590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171104,"job_number":"JOB_171104","tr_customer_id":171121,"tr_customer_product_id":171111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:42.000Z","modified_at":"2026-01-30T04:21:16.000Z","name":"Elias Stiedemann","mobile_number":"394-451-3619","email_id":"Julian.Bosco@gmail.com","dop":"2026-01-04","serial_number":"13402030649829","imei1":"13402030649829","imei2":"13402030649829","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171100,"job_number":"JOB_171100","tr_customer_id":171117,"tr_customer_product_id":171107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:41.000Z","modified_at":"2026-01-30T04:21:18.000Z","name":"Gregg Lemke","mobile_number":"385-400-3306","email_id":"Rosella8@hotmail.com","dop":"2025-04-06","serial_number":"13118294014917","imei1":"13118294014917","imei2":"13118294014917","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171099,"job_number":"JOB_171099","tr_customer_id":171116,"tr_customer_product_id":171106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:41.000Z","modified_at":"2026-01-30T04:21:19.000Z","name":"Yessenia Kuvalis","mobile_number":"284-357-7039","email_id":"Cordie.Koepp14@hotmail.com","dop":"2025-04-06","serial_number":"15379390528804","imei1":"15379390528804","imei2":"15379390528804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171095,"job_number":"JOB_171095","tr_customer_id":171112,"tr_customer_product_id":171102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:38.000Z","modified_at":"2026-01-30T04:21:16.000Z","name":"Caterina Donnelly","mobile_number":"906-510-7730","email_id":"Orrin25@gmail.com","dop":"2025-04-06","serial_number":"12139798991850","imei1":"12139798991850","imei2":"12139798991850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171092,"job_number":"JOB_171092","tr_customer_id":171109,"tr_customer_product_id":171099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:35.000Z","modified_at":"2026-01-30T04:21:13.000Z","name":"Arjun Hermiston","mobile_number":"625-552-5534","email_id":"Reuben_Friesen83@yahoo.com","dop":"2025-04-06","serial_number":"11022105328189","imei1":"11022105328189","imei2":"11022105328189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171089,"job_number":"JOB_171089","tr_customer_id":171106,"tr_customer_product_id":171096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:29.000Z","modified_at":"2026-01-30T04:21:06.000Z","name":"Gertrude Davis","mobile_number":"563-893-9197","email_id":"Jazlyn_Volkman@hotmail.com","dop":"2025-04-06","serial_number":"17779717239771","imei1":"17779717239771","imei2":"17779717239771","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171085,"job_number":"JOB_171085","tr_customer_id":171102,"tr_customer_product_id":171092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:19.000Z","modified_at":"2026-01-30T04:20:57.000Z","name":"Gus Monahan","mobile_number":"395-637-3214","email_id":"Rachelle.Corkery94@yahoo.com","dop":"2000-01-31","serial_number":"10910203971223","imei1":"10910203971223","imei2":"10910203971223","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171083,"job_number":"JOB_171083","tr_customer_id":171100,"tr_customer_product_id":171090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:19.000Z","modified_at":"2026-01-30T04:20:57.000Z","name":"Dorris Moore","mobile_number":"394-290-2319","email_id":"Rhiannon.Veum58@gmail.com","dop":"2025-06-18","serial_number":"10324009690518","imei1":"10324009690518","imei2":"10324009690518","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171081,"job_number":"JOB_171081","tr_customer_id":171098,"tr_customer_product_id":171088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:18.000Z","modified_at":"2026-01-30T04:20:28.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18356008075648","imei2":"18356008075648","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171076,"job_number":"JOB_171076","tr_customer_id":171093,"tr_customer_product_id":171083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:06.000Z","modified_at":"2026-01-30T04:20:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15443812201604","imei2":"15443812201604","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171075,"job_number":"JOB_171075","tr_customer_id":171092,"tr_customer_product_id":171082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:05.000Z","modified_at":"2026-01-30T04:20:39.000Z","name":"Gonzalo Kris","mobile_number":"469-231-6928","email_id":"Cierra.Emmerich@gmail.com","dop":"2025-04-06","serial_number":"13553554451999","imei1":"13553554451999","imei2":"13553554451999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171070,"job_number":"JOB_171070","tr_customer_id":171087,"tr_customer_product_id":171077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:02.000Z","modified_at":"2026-01-30T04:20:38.000Z","name":"Arlene Keeling","mobile_number":"720-669-0454","email_id":"Leone.Hudson@yahoo.com","dop":"2025-04-06","serial_number":"12024300634335","imei1":"12024300634335","imei2":"12024300634335","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171068,"job_number":"JOB_171068","tr_customer_id":171085,"tr_customer_product_id":171075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:01.000Z","modified_at":"2026-01-30T04:20:35.000Z","name":"Manuel Kerluke","mobile_number":"933-896-3873","email_id":"Rey.Hammes88@gmail.com","dop":"2026-01-04","serial_number":"11452172762469","imei1":"11452172762469","imei2":"11452172762469","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171063,"job_number":"JOB_171063","tr_customer_id":171080,"tr_customer_product_id":171070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:55.000Z","modified_at":"2026-01-30T04:20:33.000Z","name":"Imani Wiegand","mobile_number":"255-348-0787","email_id":"Kaela.Thiel13@yahoo.com","dop":"2025-04-06","serial_number":"16527384772213","imei1":"16527384772213","imei2":"16527384772213","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171061,"job_number":"JOB_171061","tr_customer_id":171078,"tr_customer_product_id":171068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:54.000Z","modified_at":"2026-01-30T04:20:33.000Z","name":"Gus Skiles","mobile_number":"369-842-6353","email_id":"Amy49@yahoo.com","dop":"2025-04-06","serial_number":"14053429176612","imei1":"14053429176612","imei2":"14053429176612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171058,"job_number":"JOB_171058","tr_customer_id":171075,"tr_customer_product_id":171065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:53.000Z","modified_at":"2026-01-30T04:20:02.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16951735746673","imei2":"16951735746673","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171056,"job_number":"JOB_171056","tr_customer_id":171073,"tr_customer_product_id":171063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:51.000Z","modified_at":"2026-01-30T04:20:30.000Z","name":"Casandra Zieme","mobile_number":"603-407-3164","email_id":"Humberto8@yahoo.com","dop":"2025-04-06","serial_number":"15488038453546","imei1":"15488038453546","imei2":"15488038453546","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171051,"job_number":"JOB_171051","tr_customer_id":171068,"tr_customer_product_id":171058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:49.000Z","modified_at":"2026-01-30T04:20:27.000Z","name":"Colten Veum","mobile_number":"259-638-4517","email_id":"Mohamed.Robel11@yahoo.com","dop":"2025-04-06","serial_number":"13769763754010","imei1":"13769763754010","imei2":"13769763754010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171050,"job_number":"JOB_171050","tr_customer_id":171067,"tr_customer_product_id":171057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:49.000Z","modified_at":"2026-01-30T04:20:26.000Z","name":"Sophia Bayer","mobile_number":"631-812-1489","email_id":"Wade85@hotmail.com","dop":"2025-04-06","serial_number":"10938561197115","imei1":"10938561197115","imei2":"10938561197115","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171048,"job_number":"JOB_171048","tr_customer_id":171065,"tr_customer_product_id":171055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:43.000Z","modified_at":"2026-01-30T04:20:21.000Z","name":"Twila Harris","mobile_number":"398-772-1581","email_id":"Jude66@yahoo.com","dop":"2025-04-06","serial_number":"12140445877097","imei1":"12140445877097","imei2":"12140445877097","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171044,"job_number":"JOB_171044","tr_customer_id":171061,"tr_customer_product_id":171051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:41.000Z","modified_at":"2026-01-30T04:20:19.000Z","name":"Valerie Morissette","mobile_number":"256-501-6797","email_id":"Oswaldo.Zieme@gmail.com","dop":"2025-04-06","serial_number":"14706055168054","imei1":"14706055168054","imei2":"14706055168054","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171043,"job_number":"JOB_171043","tr_customer_id":171060,"tr_customer_product_id":171050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:41.000Z","modified_at":"2026-01-30T04:20:17.000Z","name":"Elenora Cruickshank","mobile_number":"865-710-8339","email_id":"Cloyd.Ferry15@gmail.com","dop":"2025-04-06","serial_number":"14775289901635","imei1":"14775289901635","imei2":"14775289901635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171040,"job_number":"JOB_171040","tr_customer_id":171057,"tr_customer_product_id":171047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:34.000Z","modified_at":"2026-01-30T04:20:11.000Z","name":"Earline Larson","mobile_number":"345-300-6962","email_id":"Emmie.Treutel39@yahoo.com","dop":"2025-06-18","serial_number":"10364753533255","imei1":"10364753533255","imei2":"10364753533255","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171037,"job_number":"JOB_171037","tr_customer_id":171054,"tr_customer_product_id":171044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:25.000Z","modified_at":"2026-01-30T04:19:59.000Z","name":"Wiley Ullrich","mobile_number":"640-431-6531","email_id":"Eli_Gaylord@gmail.com","dop":"2025-04-06","serial_number":"10023726703379","imei1":"10023726703379","imei2":"10023726703379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:19:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171035,"job_number":"JOB_171035","tr_customer_id":171052,"tr_customer_product_id":171042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:23.000Z","modified_at":"2026-01-30T04:19:32.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"74556418560223","imei1":"74556418560223","imei2":"74556418560223","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171033,"job_number":"JOB_171033","tr_customer_id":171050,"tr_customer_product_id":171040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:13.000Z","modified_at":"2026-01-30T04:19:49.000Z","name":"Fidel Olson","mobile_number":"340-753-4064","email_id":"Savannah.Beier@yahoo.com","dop":"2025-04-06","serial_number":"19460900184875","imei1":"19460900184875","imei2":"19460900184875","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171032,"job_number":"JOB_171032","tr_customer_id":171049,"tr_customer_product_id":171039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:11.000Z","modified_at":"2026-01-30T04:19:20.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"80496478248637","imei1":"80496478248637","imei2":"80496478248637","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:19:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171030,"job_number":"JOB_171030","tr_customer_id":171047,"tr_customer_product_id":171037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:10:20.000Z","modified_at":"2026-01-30T04:10:25.000Z","name":"Rosalind White","mobile_number":"337-508-4439","email_id":"Jaime11@gmail.com","dop":"2025-02-13","serial_number":"100789085580119","imei1":"100789085580119","imei2":"100789085580119","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:10:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171028,"job_number":"JOB_171028","tr_customer_id":171045,"tr_customer_product_id":171035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:27:10.000Z","modified_at":"2026-01-30T03:27:46.000Z","name":"Emmett Price","mobile_number":"605-665-2676","email_id":"Nat1@yahoo.com","dop":"2025-04-06","serial_number":"19727064882509","imei1":"19727064882509","imei2":"19727064882509","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T03:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171024,"job_number":"JOB_171024","tr_customer_id":171041,"tr_customer_product_id":171031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:26:28.000Z","modified_at":"2026-01-30T03:27:03.000Z","name":"Bettie Gottlieb","mobile_number":"672-999-8147","email_id":"Berenice.Witting68@hotmail.com","dop":"2025-04-06","serial_number":"17227610582223","imei1":"17227610582223","imei2":"17227610582223","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T03:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171021,"job_number":"JOB_171021","tr_customer_id":171038,"tr_customer_product_id":171028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:25:45.000Z","modified_at":"2026-01-30T03:26:20.000Z","name":"Iliana Ratke","mobile_number":"465-864-8207","email_id":"Jaquelin.Lehner68@yahoo.com","dop":"2025-04-06","serial_number":"12328006768547","imei1":"12328006768547","imei2":"12328006768547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T03:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 352ms
Mean size per request: 1.98KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTc1ODgyOX0.tiiwyaDuTSWdUaC31KpWCL1p59j-SjNcpUrLVTkvrtY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b5a6f529-c98c-4ee6-8fae-0a909ed02692
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7e9-dLgNwhKIaSVtFCh2uJAWSgk0vtw"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 30 Jan 2026 07:40:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":171557,"job_number":"JOB_171557","tr_customer_id":171574,"tr_customer_product_id":171564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:00.000Z","modified_at":"2026-01-30T07:40:24.000Z","name":"Ryley Turner","mobile_number":"635-620-6350","email_id":"Petra.Runolfsdottir@yahoo.com","dop":"2025-04-06","serial_number":"10574124757543","imei1":"10574124757543","imei2":"10574124757543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-30T07:40:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":171560,"job_number":"JOB_171560","tr_customer_id":171577,"tr_customer_product_id":171567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:21.000Z","modified_at":"2026-01-30T07:40:29.000Z","name":"Devin Bartoletti","mobile_number":"278-430-3473","email_id":"Maynard35@hotmail.com","dop":"2025-11-04","serial_number":"87938765345437","imei1":"87938765345437","imei2":"87938765345437","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-30T07:40:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 286ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTc1ODgyOX0.tiiwyaDuTSWdUaC31KpWCL1p59j-SjNcpUrLVTkvrtY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 99e77c2b-981a-4058-9043-b10996c1c324
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 171560
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 362ms
Mean size per request: 1.01KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTc1ODgyOX0.tiiwyaDuTSWdUaC31KpWCL1p59j-SjNcpUrLVTkvrtY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cd7265bf-2ddd-416a-a87b-d50b22f8c9a0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"408-9hNbh84ZAonsxyqHZ0pFVnRZO0s"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 30 Jan 2026 07:40:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":171557,"job_number":"JOB_171557","tr_customer_id":171574,"tr_customer_product_id":171564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:00.000Z","modified_at":"2026-01-30T07:40:24.000Z","name":"Ryley Turner","mobile_number":"635-620-6350","email_id":"Petra.Runolfsdottir@yahoo.com","dop":"2025-04-06","serial_number":"10574124757543","imei1":"10574124757543","imei2":"10574124757543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-30T07:40:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 279ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8bfaa695-3572-40a5-a8e2-d2c9b28df798
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-jRzE31ie0oGmdZhHWyTjdvm6U+E"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MzF9.G029sV4foI8haheJX7LXKYFtaOyOSB4QGkZ3C7U8sNY"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTd9.kSgx0WIqBsQ2pxv-YmPvFzlDMiaLteXEyr9qms_OQQs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d9160d21-b8bb-498d-8617-fc8a146e98e1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 293ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTd9.kSgx0WIqBsQ2pxv-YmPvFzlDMiaLteXEyr9qms_OQQs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cce705fb-b34d-4ccb-bfff-8e438e3c29f5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-UcZng1opmB0QBUYhDJ8NVyqLTRk"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":552},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 292ms
Mean size per request: 1014B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTd9.kSgx0WIqBsQ2pxv-YmPvFzlDMiaLteXEyr9qms_OQQs
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token be88d980-8223-46cd-a0a7-e4fb044d1cee
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1014
ETag W/"3f6-fMrnZQgq6/VUtI0eG0PCo5c/1wo"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":171560,"job_number":"JOB_171560","tr_customer_id":171577,"tr_customer_product_id":171567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:21.000Z","modified_at":"2026-01-30T07:40:31.000Z","name":"Devin Bartoletti","mobile_number":"278-430-3473","email_id":"Maynard35@hotmail.com","dop":"2025-11-04","serial_number":"87938765345437","imei1":"87938765345437","imei2":"87938765345437","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-30T07:40:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 290ms
Mean size per request: 1014B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTd9.kSgx0WIqBsQ2pxv-YmPvFzlDMiaLteXEyr9qms_OQQs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3d680295-0fc9-4eff-b74f-a9f61a60c3c1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1014
ETag W/"3f6-fMrnZQgq6/VUtI0eG0PCo5c/1wo"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":171560,"job_number":"JOB_171560","tr_customer_id":171577,"tr_customer_product_id":171567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:21.000Z","modified_at":"2026-01-30T07:40:31.000Z","name":"Devin Bartoletti","mobile_number":"278-430-3473","email_id":"Maynard35@hotmail.com","dop":"2025-11-04","serial_number":"87938765345437","imei1":"87938765345437","imei2":"87938765345437","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-30T07:40:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 284ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTd9.kSgx0WIqBsQ2pxv-YmPvFzlDMiaLteXEyr9qms_OQQs
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 616e3210-0d04-4066-b6df-c6e9229a548b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 171560
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 294ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTd9.kSgx0WIqBsQ2pxv-YmPvFzlDMiaLteXEyr9qms_OQQs
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 77be3f5d-1e24-4742-8e3b-b7252ebe63ff
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/171560
Response Information
Response Code: 200 - OK
Mean time per request: 291ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MTd9.kSgx0WIqBsQ2pxv-YmPvFzlDMiaLteXEyr9qms_OQQs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7995a1ab-bc83-4666-8ff0-f741a177b58d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 277ms
Mean size per request: 690B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a01327b6-7b6c-410d-bdc8-fb50f0c9b1f3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-wZ480e+kQQlWV03D6hP79EqHm80"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MzR9.JCno9aWges30W3SOWghUfw8d7qvOvZFtj11BUPcHN-U"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 278ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9c55eec7-3cf3-4a7f-afc2-3e5f48bf2d12
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 277ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e4124d23-d1c6-45e9-943b-d8ed76649660
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MzR9.JCno9aWges30W3SOWghUfw8d7qvOvZFtj11BUPcHN-U
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cf2f09ea-c754-4c2d-919c-2b03b35f2156
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MzR9.JCno9aWges30W3SOWghUfw8d7qvOvZFtj11BUPcHN-U
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fd122d89-ff2a-4b8a-b941-a2654e0dd382
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 276ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MzR9.JCno9aWges30W3SOWghUfw8d7qvOvZFtj11BUPcHN-U
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token abc2819a-8177-4e67-b6cd-2d403c40a506
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 291ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MzR9.JCno9aWges30W3SOWghUfw8d7qvOvZFtj11BUPcHN-U
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 401fe38e-7785-4773-bf8f-ab2b2644aaeb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-NojxbVKK0rHbNaINF346lV7PTio"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":552},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 275ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MzR9.JCno9aWges30W3SOWghUfw8d7qvOvZFtj11BUPcHN-U
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f3fa76d9-fe95-4b3e-a61d-dd01cddc9771
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 294ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MzR9.JCno9aWges30W3SOWghUfw8d7qvOvZFtj11BUPcHN-U
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f8566fa1-3b80-4d69-81bb-7e5bc1836af0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-UcZng1opmB0QBUYhDJ8NVyqLTRk"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":552},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 284ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MzR9.JCno9aWges30W3SOWghUfw8d7qvOvZFtj11BUPcHN-U
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 309aab9a-22a8-44b4-aeff-0a2d3ed2ca44
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 30 Jan 2026 07:40:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 275ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MzR9.JCno9aWges30W3SOWghUfw8d7qvOvZFtj11BUPcHN-U
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f0929263-8b58-4166-99b1-21bfda77173a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 286ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MzR9.JCno9aWges30W3SOWghUfw8d7qvOvZFtj11BUPcHN-U
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4d0e10b9-a7c5-4458-aedc-e9a63dc70bfa
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 30 Jan 2026 07:40:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 320ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MzR9.JCno9aWges30W3SOWghUfw8d7qvOvZFtj11BUPcHN-U
randomnumber 145
randomFirstName Hank
randomLastName Witting
randomEmail Adolph.Reilly43@hotmail.com
randomPhone 405-228-6272
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 597339a5-88e2-4499-9292-020b72682395
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1050
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Richmond",
                "last_name": "Beer",
                "mobile_number": "322-628-1384",
                "mobile_number_alt": "",
                "email_id": "Anibal.Von@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"96832861930207",
                "imei1": "96832861930207",
                "imei2": "96832861930207",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-FvT9FoDdddywVTS0i4wI/d9xfQ8"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":171561,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":171578,"tr_customer_product_id":171568,"job_number":"JOB_171561"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 275ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MzR9.JCno9aWges30W3SOWghUfw8d7qvOvZFtj11BUPcHN-U
randomnumber 201
randomFirstName Consuelo
randomLastName Lind
randomEmail Fidel.Hammes@yahoo.com
randomPhone 702-977-4315
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 35a15764-e66a-4468-a502-952afee51076
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1048
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Joana",
                "last_name": "Kautzer",
                "mobile_number": "732-453-1010",
                "mobile_number_alt": "",
                "email_id": "Jerald64@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"19808000898855",
                "imei1": "19808000898855",
                "imei2": "19808000898855",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 403 - Forbidden
Mean time per request: 276ms
Mean size per request: 100B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MjR9.0vcVe-JGJ79K3VVHalDy2uKC5Timam7AUKJfxeU93kk
randomnumber 381
randomFirstName Deon
randomLastName O'Keefe
randomEmail Bridget17@yahoo.com
randomPhone 443-666-6768
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6da140e5-1a84-40cd-9dc2-9e21c8fc066d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1054
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Carlotta",
                "last_name": "Strosin",
                "mobile_number": "814-479-5762",
                "mobile_number_alt": "",
                "email_id": "Frederick57@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"19704786895671",
                "imei1": "19704786895671",
                "imei2": "19704786895671",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 100
ETag W/"64-Xjpp+ImmLdm0l7V0Jeu5bjN/7P4"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":403,"message":"Permission denied","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 276ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MzR9.JCno9aWges30W3SOWghUfw8d7qvOvZFtj11BUPcHN-U
randomnumber 94
randomFirstName Otilia
randomLastName Weissnat
randomEmail Nadia_Murphy@gmail.com
randomPhone 574-727-7240
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1de660c4-5fa9-479d-ab42-b55dd1014e1c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 277ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MzR9.JCno9aWges30W3SOWghUfw8d7qvOvZFtj11BUPcHN-U
randomnumber 323
randomFirstName Beau
randomLastName Macejkovic
randomEmail Nova.Goyette@gmail.com
randomPhone 587-841-9254
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8c2bb7fe-2740-4252-8746-49b714b46f69
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1034
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Lorenz",
                "last_name": "Leffler",
                "mobile_number": "825-831-4789",
                "mobile_number_alt": "",
                "email_id": "Elenor87@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000432",
                "imei1": "100000432",
                "imei2": "100000432",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 277ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MzR9.JCno9aWges30W3SOWghUfw8d7qvOvZFtj11BUPcHN-U
randomnumber 348
randomFirstName Madalyn
randomLastName Lindgren
randomEmail Molly.Will@hotmail.com
randomPhone 561-387-5772
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 62c59f70-94ee-46b9-ac4c-96516a079b41
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 292ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MzR9.JCno9aWges30W3SOWghUfw8d7qvOvZFtj11BUPcHN-U
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token aa43d7e8-63ed-489a-b1d9-57a77017aed3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-Ji6q9ozBpNZ6g0Fa+WvwXrhHxjM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":553},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 377ms
Mean size per request: 536.81KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MzR9.JCno9aWges30W3SOWghUfw8d7qvOvZFtj11BUPcHN-U
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a8b99c60-6ae5-4720-af67-b2805613e2c5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"8633e-3sI30SESBCgqEcKi4Mp0XdkPujk"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 30 Jan 2026 07:40:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":171084,"job_number":"JOB_171084","tr_customer_id":171101,"tr_customer_product_id":171091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:19.000Z","modified_at":"2026-01-30T04:20:19.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10334439849599","imei1":"10334439849599","imei2":"10334439849599","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171087,"job_number":"JOB_171087","tr_customer_id":171104,"tr_customer_product_id":171094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:21.000Z","modified_at":"2026-01-30T04:20:21.000Z","name":"Thea Kilback","mobile_number":"352-427-6834","email_id":"Micaela_Greenfelder55@gmail.com","dop":"2000-01-31","serial_number":"1057508121111206","imei1":"1057508121111206","imei2":"1057508121111206","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171130,"job_number":"JOB_171130","tr_customer_id":171147,"tr_customer_product_id":171137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:04.000Z","modified_at":"2026-01-30T04:21:04.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10661726422848","imei1":"10661726422848","imei2":"10661726422848","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171134,"job_number":"JOB_171134","tr_customer_id":171151,"tr_customer_product_id":171141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:06.000Z","modified_at":"2026-01-30T04:21:06.000Z","name":"Daron Weimann","mobile_number":"669-861-4502","email_id":"Maya.Olson@hotmail.com","dop":"2000-01-31","serial_number":"1089050112890730","imei1":"1089050112890730","imei2":"1089050112890730","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171180,"job_number":"JOB_171180","tr_customer_id":171197,"tr_customer_product_id":171187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:49.000Z","modified_at":"2026-01-30T04:21:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10684632463129","imei1":"10684632463129","imei2":"10684632463129","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171184,"job_number":"JOB_171184","tr_customer_id":171201,"tr_customer_product_id":171191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:50.000Z","modified_at":"2026-01-30T04:21:50.000Z","name":"Lillie Tromp","mobile_number":"781-701-0318","email_id":"Devonte98@gmail.com","dop":"2000-01-31","serial_number":"1032149972052196","imei1":"1032149972052196","imei2":"1032149972052196","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171207,"job_number":"JOB_171207","tr_customer_id":171224,"tr_customer_product_id":171214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:33.000Z","modified_at":"2026-01-30T04:22:33.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10486566917712","imei1":"10486566917712","imei2":"10486566917712","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171209,"job_number":"JOB_171209","tr_customer_id":171226,"tr_customer_product_id":171216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:34.000Z","modified_at":"2026-01-30T04:22:34.000Z","name":"Marianne Mayert","mobile_number":"699-633-4366","email_id":"Reyna18@hotmail.com","dop":"2000-01-31","serial_number":"1081188012489991","imei1":"1081188012489991","imei2":"1081188012489991","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171467,"job_number":"JOB_171467","tr_customer_id":171484,"tr_customer_product_id":171474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:57.000Z","modified_at":"2026-01-30T06:49:57.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10885059418353","imei1":"10885059418353","imei2":"10885059418353","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171469,"job_number":"JOB_171469","tr_customer_id":171486,"tr_customer_product_id":171476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:59.000Z","modified_at":"2026-01-30T06:49:59.000Z","name":"Geo Kulas","mobile_number":"677-564-2868","email_id":"Rowena.Beier@gmail.com","dop":"2000-01-31","serial_number":"1038309113358548","imei1":"1038309113358548","imei2":"1038309113358548","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171474,"job_number":"JOB_171474","tr_customer_id":171491,"tr_customer_product_id":171481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:44.000Z","modified_at":"2026-01-30T06:50:44.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10138717050619","imei1":"10138717050619","imei2":"10138717050619","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171476,"job_number":"JOB_171476","tr_customer_id":171493,"tr_customer_product_id":171483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:46.000Z","modified_at":"2026-01-30T06:50:46.000Z","name":"Ariel Huels","mobile_number":"535-999-2215","email_id":"Meta.Schaden83@yahoo.com","dop":"2000-01-31","serial_number":"1007358706824285","imei1":"1007358706824285","imei2":"1007358706824285","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171480,"job_number":"JOB_171480","tr_customer_id":171497,"tr_customer_product_id":171487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:30.000Z","modified_at":"2026-01-30T06:51:30.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10078460753366","imei1":"10078460753366","imei2":"10078460753366","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171482,"job_number":"JOB_171482","tr_customer_id":171499,"tr_customer_product_id":171489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:32.000Z","modified_at":"2026-01-30T06:51:32.000Z","name":"Adele Hyatt","mobile_number":"318-668-1034","email_id":"Kameron62@yahoo.com","dop":"2000-01-31","serial_number":"1038689945006620","imei1":"1038689945006620","imei2":"1038689945006620","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:32.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171486,"job_number":"JOB_171486","tr_customer_id":171503,"tr_customer_product_id":171493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:16.000Z","modified_at":"2026-01-30T06:52:16.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10895912519873","imei1":"10895912519873","imei2":"10895912519873","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171488,"job_number":"JOB_171488","tr_customer_id":171505,"tr_customer_product_id":171495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:18.000Z","modified_at":"2026-01-30T06:52:18.000Z","name":"Augustine King","mobile_number":"516-270-9722","email_id":"Juston_Kling68@hotmail.com","dop":"2000-01-31","serial_number":"1004032210903606","imei1":"1004032210903606","imei2":"1004032210903606","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:18.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171009,"job_number":"JOB_171009","tr_customer_id":171026,"tr_customer_product_id":171016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:08:27.000Z","modified_at":"2026-01-30T00:08:27.000Z","name":"Alexandra Emmerich","mobile_number":"541-804-6888","email_id":"Hayden_Ebert@gmail.com","dop":"2025-12-10","serial_number":"192618610756540","imei1":"192618610756540","imei2":"192618610756540","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:08:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171010,"job_number":"JOB_171010","tr_customer_id":171027,"tr_customer_product_id":171017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:10:08.000Z","modified_at":"2026-01-30T00:10:08.000Z","name":"Marcus Batz","mobile_number":"815-586-3143","email_id":"Anne.Mertz@hotmail.com","dop":"2025-12-10","serial_number":"196747128061158","imei1":"196747128061158","imei2":"196747128061158","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:10:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171012,"job_number":"JOB_171012","tr_customer_id":171029,"tr_customer_product_id":171019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:46:04.000Z","modified_at":"2026-01-30T00:46:04.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"69077551366337","imei1":"69077551366337","imei2":"69077551366337","popurl":"2026-01-20T00:46:05.360110400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171013,"job_number":"JOB_171013","tr_customer_id":171030,"tr_customer_product_id":171020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T01:06:28.000Z","modified_at":"2026-01-30T01:06:28.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"95342828280759","imei1":"95342828280759","imei2":"95342828280759","popurl":"2026-01-20T01:06:28.428047187Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T01:06:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171014,"job_number":"JOB_171014","tr_customer_id":171031,"tr_customer_product_id":171021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T01:07:10.000Z","modified_at":"2026-01-30T01:07:10.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"58957088779228","imei1":"58957088779228","imei2":"58957088779228","popurl":"2026-01-20T01:07:10.028400917Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T01:07:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171015,"job_number":"JOB_171015","tr_customer_id":171032,"tr_customer_product_id":171022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:02:32.000Z","modified_at":"2026-01-30T02:02:32.000Z","name":"Lucy Stanton","mobile_number":"751-787-9156","email_id":"Ona78@yahoo.com","dop":"2025-12-10","serial_number":"113029298018590","imei1":"113029298018590","imei2":"113029298018590","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:02:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171016,"job_number":"JOB_171016","tr_customer_id":171033,"tr_customer_product_id":171023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:10:03.000Z","modified_at":"2026-01-30T02:10:03.000Z","name":"Maya Kassulke","mobile_number":"701-580-8927","email_id":"Keeley14@gmail.com","dop":"2025-12-10","serial_number":"115935734016490","imei1":"115935734016490","imei2":"115935734016490","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:10:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171017,"job_number":"JOB_171017","tr_customer_id":171034,"tr_customer_product_id":171024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:17:01.000Z","modified_at":"2026-01-30T02:17:01.000Z","name":"Wanda Hills","mobile_number":"550-723-6743","email_id":"Ludwig.Glover@hotmail.com","dop":"2025-12-10","serial_number":"167787378226206","imei1":"167787378226206","imei2":"167787378226206","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:17:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171018,"job_number":"JOB_171018","tr_customer_id":171035,"tr_customer_product_id":171025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:21:38.000Z","modified_at":"2026-01-30T02:21:38.000Z","name":"Lela Kohler","mobile_number":"710-207-8438","email_id":"Abbey_Schaefer@hotmail.com","dop":"2025-12-10","serial_number":"179367396307145","imei1":"179367396307145","imei2":"179367396307145","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171019,"job_number":"JOB_171019","tr_customer_id":171036,"tr_customer_product_id":171026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:28:09.000Z","modified_at":"2026-01-30T02:28:09.000Z","name":"Janice Torphy","mobile_number":"571-228-2003","email_id":"Talon.Smith@gmail.com","dop":"2025-12-10","serial_number":"117726331096685","imei1":"117726331096685","imei2":"117726331096685","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171020,"job_number":"JOB_171020","tr_customer_id":171037,"tr_customer_product_id":171027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:25:45.000Z","modified_at":"2026-01-30T03:25:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14828724578553","imei1":"14828724578553","imei2":"14828724578553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171021,"job_number":"JOB_171021","tr_customer_id":171038,"tr_customer_product_id":171028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:25:45.000Z","modified_at":"2026-01-30T03:26:20.000Z","name":"Iliana Ratke","mobile_number":"465-864-8207","email_id":"Jaquelin.Lehner68@yahoo.com","dop":"2025-04-06","serial_number":"12328006768547","imei1":"12328006768547","imei2":"12328006768547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T03:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171022,"job_number":"JOB_171022","tr_customer_id":171039,"tr_customer_product_id":171029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:25:46.000Z","modified_at":"2026-01-30T03:25:46.000Z","name":"Chase Emmerich","mobile_number":"642-375-6447","email_id":"Wiley.Blick45@gmail.com","dop":"2025-04-06","serial_number":"18124366766046890","imei1":"18124366766046890","imei2":"18124366766046890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171023,"job_number":"JOB_171023","tr_customer_id":171040,"tr_customer_product_id":171030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:26:27.000Z","modified_at":"2026-01-30T03:26:27.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11712103852461","imei1":"11712103852461","imei2":"11712103852461","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:26:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171024,"job_number":"JOB_171024","tr_customer_id":171041,"tr_customer_product_id":171031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:26:28.000Z","modified_at":"2026-01-30T03:27:03.000Z","name":"Bettie Gottlieb","mobile_number":"672-999-8147","email_id":"Berenice.Witting68@hotmail.com","dop":"2025-04-06","serial_number":"17227610582223","imei1":"17227610582223","imei2":"17227610582223","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T03:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171025,"job_number":"JOB_171025","tr_customer_id":171042,"tr_customer_product_id":171032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:26:29.000Z","modified_at":"2026-01-30T03:26:29.000Z","name":"Jovanny Bailey","mobile_number":"687-996-8546","email_id":"Audrey49@hotmail.com","dop":"2025-04-06","serial_number":"13938562338247316","imei1":"13938562338247316","imei2":"13938562338247316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:26:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171026,"job_number":"JOB_171026","tr_customer_id":171043,"tr_customer_product_id":171033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:26:57.000Z","modified_at":"2026-01-30T03:26:57.000Z","name":"Ankit Ojha","mobile_number":"8634214986","email_id":"jhsdhf@gmail.con","dop":"2025-05-01","serial_number":"35594500302521","imei1":"35594500302521","imei2":"35594500302521","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171027,"job_number":"JOB_171027","tr_customer_id":171044,"tr_customer_product_id":171034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:27:10.000Z","modified_at":"2026-01-30T03:27:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19492302188959","imei1":"19492302188959","imei2":"19492302188959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171028,"job_number":"JOB_171028","tr_customer_id":171045,"tr_customer_product_id":171035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:27:10.000Z","modified_at":"2026-01-30T03:27:46.000Z","name":"Emmett Price","mobile_number":"605-665-2676","email_id":"Nat1@yahoo.com","dop":"2025-04-06","serial_number":"19727064882509","imei1":"19727064882509","imei2":"19727064882509","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T03:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171029,"job_number":"JOB_171029","tr_customer_id":171046,"tr_customer_product_id":171036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:27:12.000Z","modified_at":"2026-01-30T03:27:12.000Z","name":"Fatima Rippin","mobile_number":"264-758-2084","email_id":"Celestino.VonRueden43@hotmail.com","dop":"2025-04-06","serial_number":"16797938487163444","imei1":"16797938487163444","imei2":"16797938487163444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171030,"job_number":"JOB_171030","tr_customer_id":171047,"tr_customer_product_id":171037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:10:20.000Z","modified_at":"2026-01-30T04:10:25.000Z","name":"Rosalind White","mobile_number":"337-508-4439","email_id":"Jaime11@gmail.com","dop":"2025-02-13","serial_number":"100789085580119","imei1":"100789085580119","imei2":"100789085580119","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:10:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171031,"job_number":"JOB_171031","tr_customer_id":171048,"tr_customer_product_id":171038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:10:20.000Z","modified_at":"2026-01-30T04:10:20.000Z","name":"Arch Kovacek","mobile_number":"304-507-3700","email_id":"Zack_Turcotte@gmail.com","dop":"2025-02-13","serial_number":"10073825861569468","imei1":"10073825861569468","imei2":"10073825861569468","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171032,"job_number":"JOB_171032","tr_customer_id":171049,"tr_customer_product_id":171039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:11.000Z","modified_at":"2026-01-30T04:19:20.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"80496478248637","imei1":"80496478248637","imei2":"80496478248637","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:19:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171033,"job_number":"JOB_171033","tr_customer_id":171050,"tr_customer_product_id":171040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:13.000Z","modified_at":"2026-01-30T04:19:49.000Z","name":"Fidel Olson","mobile_number":"340-753-4064","email_id":"Savannah.Beier@yahoo.com","dop":"2025-04-06","serial_number":"19460900184875","imei1":"19460900184875","imei2":"19460900184875","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171034,"job_number":"JOB_171034","tr_customer_id":171051,"tr_customer_product_id":171041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:14.000Z","modified_at":"2026-01-30T04:19:14.000Z","name":"Selmer Quigley","mobile_number":"254-476-2438","email_id":"Jeromy67@gmail.com","dop":"2025-04-06","serial_number":"19324883517627600","imei1":"19324883517627600","imei2":"19324883517627600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171035,"job_number":"JOB_171035","tr_customer_id":171052,"tr_customer_product_id":171042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:23.000Z","modified_at":"2026-01-30T04:19:32.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"74556418560223","imei1":"74556418560223","imei2":"74556418560223","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171036,"job_number":"JOB_171036","tr_customer_id":171053,"tr_customer_product_id":171043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:25.000Z","modified_at":"2026-01-30T04:19:25.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19789140132324","imei1":"19789140132324","imei2":"19789140132324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171037,"job_number":"JOB_171037","tr_customer_id":171054,"tr_customer_product_id":171044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:25.000Z","modified_at":"2026-01-30T04:19:59.000Z","name":"Wiley Ullrich","mobile_number":"640-431-6531","email_id":"Eli_Gaylord@gmail.com","dop":"2025-04-06","serial_number":"10023726703379","imei1":"10023726703379","imei2":"10023726703379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:19:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171038,"job_number":"JOB_171038","tr_customer_id":171055,"tr_customer_product_id":171045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:26.000Z","modified_at":"2026-01-30T04:19:26.000Z","name":"Consuelo Moore","mobile_number":"637-560-8329","email_id":"Hassie.Lowe@hotmail.com","dop":"2025-04-06","serial_number":"13610658128047988","imei1":"13610658128047988","imei2":"13610658128047988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171039,"job_number":"JOB_171039","tr_customer_id":171056,"tr_customer_product_id":171046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:33.000Z","modified_at":"2026-01-30T04:19:33.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10895109330855","imei1":"10895109330855","imei2":"10895109330855","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171040,"job_number":"JOB_171040","tr_customer_id":171057,"tr_customer_product_id":171047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:34.000Z","modified_at":"2026-01-30T04:20:11.000Z","name":"Earline Larson","mobile_number":"345-300-6962","email_id":"Emmie.Treutel39@yahoo.com","dop":"2025-06-18","serial_number":"10364753533255","imei1":"10364753533255","imei2":"10364753533255","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171041,"job_number":"JOB_171041","tr_customer_id":171058,"tr_customer_product_id":171048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:34.000Z","modified_at":"2026-01-30T04:19:34.000Z","name":"Austyn Russel","mobile_number":"919-445-3056","email_id":"Gabriel.Renner83@yahoo.com","dop":"2025-06-18","serial_number":"1028878109725905","imei1":"1028878109725905","imei2":"1028878109725905","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171043,"job_number":"JOB_171043","tr_customer_id":171060,"tr_customer_product_id":171050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:41.000Z","modified_at":"2026-01-30T04:20:17.000Z","name":"Elenora Cruickshank","mobile_number":"865-710-8339","email_id":"Cloyd.Ferry15@gmail.com","dop":"2025-04-06","serial_number":"14775289901635","imei1":"14775289901635","imei2":"14775289901635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171044,"job_number":"JOB_171044","tr_customer_id":171061,"tr_customer_product_id":171051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:41.000Z","modified_at":"2026-01-30T04:20:19.000Z","name":"Valerie Morissette","mobile_number":"256-501-6797","email_id":"Oswaldo.Zieme@gmail.com","dop":"2025-04-06","serial_number":"14706055168054","imei1":"14706055168054","imei2":"14706055168054","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171045,"job_number":"JOB_171045","tr_customer_id":171062,"tr_customer_product_id":171052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:42.000Z","modified_at":"2026-01-30T04:19:42.000Z","name":"Blaze Windler","mobile_number":"741-455-9643","email_id":"Tessie.Fritsch@hotmail.com","dop":"2025-04-06","serial_number":"13721468474703484","imei1":"13721468474703484","imei2":"13721468474703484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171046,"job_number":"JOB_171046","tr_customer_id":171063,"tr_customer_product_id":171053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:42.000Z","modified_at":"2026-01-30T04:19:42.000Z","name":"Aileen Kerluke","mobile_number":"380-643-6119","email_id":"Myrtle21@hotmail.com","dop":"2025-04-06","serial_number":"18918815693009616","imei1":"18918815693009616","imei2":"18918815693009616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171047,"job_number":"JOB_171047","tr_customer_id":171064,"tr_customer_product_id":171054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:43.000Z","modified_at":"2026-01-30T04:19:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12361457027404","imei1":"12361457027404","imei2":"12361457027404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171048,"job_number":"JOB_171048","tr_customer_id":171065,"tr_customer_product_id":171055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:43.000Z","modified_at":"2026-01-30T04:20:21.000Z","name":"Twila Harris","mobile_number":"398-772-1581","email_id":"Jude66@yahoo.com","dop":"2025-04-06","serial_number":"12140445877097","imei1":"12140445877097","imei2":"12140445877097","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171049,"job_number":"JOB_171049","tr_customer_id":171066,"tr_customer_product_id":171056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:45.000Z","modified_at":"2026-01-30T04:19:45.000Z","name":"Caroline Corwin","mobile_number":"997-792-6900","email_id":"Tyrese58@yahoo.com","dop":"2025-04-06","serial_number":"16565555822994826","imei1":"16565555822994826","imei2":"16565555822994826","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171050,"job_number":"JOB_171050","tr_customer_id":171067,"tr_customer_product_id":171057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:49.000Z","modified_at":"2026-01-30T04:20:26.000Z","name":"Sophia Bayer","mobile_number":"631-812-1489","email_id":"Wade85@hotmail.com","dop":"2025-04-06","serial_number":"10938561197115","imei1":"10938561197115","imei2":"10938561197115","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171051,"job_number":"JOB_171051","tr_customer_id":171068,"tr_customer_product_id":171058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:49.000Z","modified_at":"2026-01-30T04:20:27.000Z","name":"Colten Veum","mobile_number":"259-638-4517","email_id":"Mohamed.Robel11@yahoo.com","dop":"2025-04-06","serial_number":"13769763754010","imei1":"13769763754010","imei2":"13769763754010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171052,"job_number":"JOB_171052","tr_customer_id":171069,"tr_customer_product_id":171059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:50.000Z","modified_at":"2026-01-30T04:19:50.000Z","name":"Maye Rohan","mobile_number":"320-938-6204","email_id":"Fermin51@hotmail.com","dop":"2025-04-06","serial_number":"12352156315327056","imei1":"12352156315327056","imei2":"12352156315327056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171053,"job_number":"JOB_171053","tr_customer_id":171070,"tr_customer_product_id":171060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:51.000Z","modified_at":"2026-01-30T04:19:51.000Z","name":"Crystal Olson","mobile_number":"651-231-8343","email_id":"Dallin.OKon@yahoo.com","dop":"2025-04-06","serial_number":"19996123819039590","imei1":"19996123819039590","imei2":"19996123819039590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171054,"job_number":"JOB_171054","tr_customer_id":171071,"tr_customer_product_id":171061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:51.000Z","modified_at":"2026-01-30T04:19:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14941485891064","imei1":"14941485891064","imei2":"14941485891064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171056,"job_number":"JOB_171056","tr_customer_id":171073,"tr_customer_product_id":171063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:51.000Z","modified_at":"2026-01-30T04:20:30.000Z","name":"Casandra Zieme","mobile_number":"603-407-3164","email_id":"Humberto8@yahoo.com","dop":"2025-04-06","serial_number":"15488038453546","imei1":"15488038453546","imei2":"15488038453546","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171057,"job_number":"JOB_171057","tr_customer_id":171074,"tr_customer_product_id":171064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:53.000Z","modified_at":"2026-01-30T04:19:53.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14715515236301","imei2":"14715515236301","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171058,"job_number":"JOB_171058","tr_customer_id":171075,"tr_customer_product_id":171065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:53.000Z","modified_at":"2026-01-30T04:20:02.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16951735746673","imei2":"16951735746673","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171059,"job_number":"JOB_171059","tr_customer_id":171076,"tr_customer_product_id":171066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:53.000Z","modified_at":"2026-01-30T04:19:53.000Z","name":"Damon Reilly","mobile_number":"323-725-6001","email_id":"Mozelle_Becker@gmail.com","dop":"2025-04-06","serial_number":"14380205583874442","imei1":"14380205583874442","imei2":"14380205583874442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171060,"job_number":"JOB_171060","tr_customer_id":171077,"tr_customer_product_id":171067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:54.000Z","modified_at":"2026-01-30T04:19:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15025752619292","imei1":"15025752619292","imei2":"15025752619292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171061,"job_number":"JOB_171061","tr_customer_id":171078,"tr_customer_product_id":171068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:54.000Z","modified_at":"2026-01-30T04:20:33.000Z","name":"Gus Skiles","mobile_number":"369-842-6353","email_id":"Amy49@yahoo.com","dop":"2025-04-06","serial_number":"14053429176612","imei1":"14053429176612","imei2":"14053429176612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171062,"job_number":"JOB_171062","tr_customer_id":171079,"tr_customer_product_id":171069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:55.000Z","modified_at":"2026-01-30T04:19:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13950459776442","imei1":"13950459776442","imei2":"13950459776442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171063,"job_number":"JOB_171063","tr_customer_id":171080,"tr_customer_product_id":171070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:55.000Z","modified_at":"2026-01-30T04:20:33.000Z","name":"Imani Wiegand","mobile_number":"255-348-0787","email_id":"Kaela.Thiel13@yahoo.com","dop":"2025-04-06","serial_number":"16527384772213","imei1":"16527384772213","imei2":"16527384772213","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171064,"job_number":"JOB_171064","tr_customer_id":171081,"tr_customer_product_id":171071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:56.000Z","modified_at":"2026-01-30T04:19:56.000Z","name":"Theo Adams","mobile_number":"251-783-3186","email_id":"Octavia93@yahoo.com","dop":"2025-04-06","serial_number":"19255699621840360","imei1":"19255699621840360","imei2":"19255699621840360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171065,"job_number":"JOB_171065","tr_customer_id":171082,"tr_customer_product_id":171072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:56.000Z","modified_at":"2026-01-30T04:19:56.000Z","name":"Antonio Batz","mobile_number":"412-591-7678","email_id":"Elmo58@gmail.com","dop":"2025-04-06","serial_number":"13191342567792734","imei1":"13191342567792734","imei2":"13191342567792734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171067,"job_number":"JOB_171067","tr_customer_id":171084,"tr_customer_product_id":171074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:00.000Z","modified_at":"2026-01-30T04:20:00.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12808128533471","imei1":"12808128533471","imei2":"12808128533471","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171068,"job_number":"JOB_171068","tr_customer_id":171085,"tr_customer_product_id":171075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:01.000Z","modified_at":"2026-01-30T04:20:35.000Z","name":"Manuel Kerluke","mobile_number":"933-896-3873","email_id":"Rey.Hammes88@gmail.com","dop":"2026-01-04","serial_number":"11452172762469","imei1":"11452172762469","imei2":"11452172762469","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171069,"job_number":"JOB_171069","tr_customer_id":171086,"tr_customer_product_id":171076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:02.000Z","modified_at":"2026-01-30T04:20:02.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13392800680756","imei1":"13392800680756","imei2":"13392800680756","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171070,"job_number":"JOB_171070","tr_customer_id":171087,"tr_customer_product_id":171077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:02.000Z","modified_at":"2026-01-30T04:20:38.000Z","name":"Arlene Keeling","mobile_number":"720-669-0454","email_id":"Leone.Hudson@yahoo.com","dop":"2025-04-06","serial_number":"12024300634335","imei1":"12024300634335","imei2":"12024300634335","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171072,"job_number":"JOB_171072","tr_customer_id":171089,"tr_customer_product_id":171079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:04.000Z","modified_at":"2026-01-30T04:20:04.000Z","name":"Vince Wyman","mobile_number":"318-735-4395","email_id":"Fannie.Harris48@yahoo.com","dop":"2025-04-06","serial_number":"17750201884445860","imei1":"17750201884445860","imei2":"17750201884445860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171073,"job_number":"JOB_171073","tr_customer_id":171090,"tr_customer_product_id":171080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:05.000Z","modified_at":"2026-01-30T04:20:05.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16190084846242","imei1":"16190084846242","imei2":"16190084846242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171074,"job_number":"JOB_171074","tr_customer_id":171091,"tr_customer_product_id":171081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:05.000Z","modified_at":"2026-01-30T04:20:05.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12747800943565","imei2":"12747800943565","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171075,"job_number":"JOB_171075","tr_customer_id":171092,"tr_customer_product_id":171082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:05.000Z","modified_at":"2026-01-30T04:20:39.000Z","name":"Gonzalo Kris","mobile_number":"469-231-6928","email_id":"Cierra.Emmerich@gmail.com","dop":"2025-04-06","serial_number":"13553554451999","imei1":"13553554451999","imei2":"13553554451999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171076,"job_number":"JOB_171076","tr_customer_id":171093,"tr_customer_product_id":171083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:06.000Z","modified_at":"2026-01-30T04:20:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15443812201604","imei2":"15443812201604","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171077,"job_number":"JOB_171077","tr_customer_id":171094,"tr_customer_product_id":171084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:07.000Z","modified_at":"2026-01-30T04:20:07.000Z","name":"Delbert Kulas","mobile_number":"251-629-9477","email_id":"Kari_Bergstrom@hotmail.com","dop":"2025-04-06","serial_number":"17054645167231580","imei1":"17054645167231580","imei2":"17054645167231580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171080,"job_number":"JOB_171080","tr_customer_id":171097,"tr_customer_product_id":171087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:18.000Z","modified_at":"2026-01-30T04:20:18.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15365346248782","imei2":"15365346248782","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171081,"job_number":"JOB_171081","tr_customer_id":171098,"tr_customer_product_id":171088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:18.000Z","modified_at":"2026-01-30T04:20:28.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18356008075648","imei2":"18356008075648","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171082,"job_number":"JOB_171082","tr_customer_id":171099,"tr_customer_product_id":171089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:19.000Z","modified_at":"2026-01-30T04:20:19.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10330165628596","imei1":"10330165628596","imei2":"10330165628596","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171083,"job_number":"JOB_171083","tr_customer_id":171100,"tr_customer_product_id":171090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:19.000Z","modified_at":"2026-01-30T04:20:57.000Z","name":"Dorris Moore","mobile_number":"394-290-2319","email_id":"Rhiannon.Veum58@gmail.com","dop":"2025-06-18","serial_number":"10324009690518","imei1":"10324009690518","imei2":"10324009690518","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171085,"job_number":"JOB_171085","tr_customer_id":171102,"tr_customer_product_id":171092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:19.000Z","modified_at":"2026-01-30T04:20:57.000Z","name":"Gus Monahan","mobile_number":"395-637-3214","email_id":"Rachelle.Corkery94@yahoo.com","dop":"2000-01-31","serial_number":"10910203971223","imei1":"10910203971223","imei2":"10910203971223","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171086,"job_number":"JOB_171086","tr_customer_id":171103,"tr_customer_product_id":171093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:20.000Z","modified_at":"2026-01-30T04:20:20.000Z","name":"Albin Abshire","mobile_number":"668-514-4248","email_id":"Brianne80@hotmail.com","dop":"2025-06-18","serial_number":"1013847395482759","imei1":"1013847395482759","imei2":"1013847395482759","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171088,"job_number":"JOB_171088","tr_customer_id":171105,"tr_customer_product_id":171095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:28.000Z","modified_at":"2026-01-30T04:20:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10581874528646","imei1":"10581874528646","imei2":"10581874528646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171089,"job_number":"JOB_171089","tr_customer_id":171106,"tr_customer_product_id":171096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:29.000Z","modified_at":"2026-01-30T04:21:06.000Z","name":"Gertrude Davis","mobile_number":"563-893-9197","email_id":"Jazlyn_Volkman@hotmail.com","dop":"2025-04-06","serial_number":"17779717239771","imei1":"17779717239771","imei2":"17779717239771","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171090,"job_number":"JOB_171090","tr_customer_id":171107,"tr_customer_product_id":171097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:30.000Z","modified_at":"2026-01-30T04:20:30.000Z","name":"Eliseo Barton","mobile_number":"915-373-8311","email_id":"Jordan_Hilll44@yahoo.com","dop":"2025-04-06","serial_number":"15977513941612628","imei1":"15977513941612628","imei2":"15977513941612628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171091,"job_number":"JOB_171091","tr_customer_id":171108,"tr_customer_product_id":171098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:34.000Z","modified_at":"2026-01-30T04:20:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11415388515443","imei1":"11415388515443","imei2":"11415388515443","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171092,"job_number":"JOB_171092","tr_customer_id":171109,"tr_customer_product_id":171099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:35.000Z","modified_at":"2026-01-30T04:21:13.000Z","name":"Arjun Hermiston","mobile_number":"625-552-5534","email_id":"Reuben_Friesen83@yahoo.com","dop":"2025-04-06","serial_number":"11022105328189","imei1":"11022105328189","imei2":"11022105328189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171093,"job_number":"JOB_171093","tr_customer_id":171110,"tr_customer_product_id":171100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:36.000Z","modified_at":"2026-01-30T04:20:36.000Z","name":"Benton Grimes","mobile_number":"721-746-1293","email_id":"Ivy28@yahoo.com","dop":"2025-04-06","serial_number":"16799141910559824","imei1":"16799141910559824","imei2":"16799141910559824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171094,"job_number":"JOB_171094","tr_customer_id":171111,"tr_customer_product_id":171101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:38.000Z","modified_at":"2026-01-30T04:20:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12632828275217","imei1":"12632828275217","imei2":"12632828275217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171095,"job_number":"JOB_171095","tr_customer_id":171112,"tr_customer_product_id":171102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:38.000Z","modified_at":"2026-01-30T04:21:16.000Z","name":"Caterina Donnelly","mobile_number":"906-510-7730","email_id":"Orrin25@gmail.com","dop":"2025-04-06","serial_number":"12139798991850","imei1":"12139798991850","imei2":"12139798991850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171096,"job_number":"JOB_171096","tr_customer_id":171113,"tr_customer_product_id":171103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:40.000Z","modified_at":"2026-01-30T04:20:40.000Z","name":"Rafaela Robel","mobile_number":"606-473-1412","email_id":"Niko_Cremin41@yahoo.com","dop":"2025-04-06","serial_number":"14855586315233018","imei1":"14855586315233018","imei2":"14855586315233018","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171097,"job_number":"JOB_171097","tr_customer_id":171114,"tr_customer_product_id":171104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:40.000Z","modified_at":"2026-01-30T04:20:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10494375396360","imei1":"10494375396360","imei2":"10494375396360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171098,"job_number":"JOB_171098","tr_customer_id":171115,"tr_customer_product_id":171105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:40.000Z","modified_at":"2026-01-30T04:20:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18571171140244","imei1":"18571171140244","imei2":"18571171140244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171099,"job_number":"JOB_171099","tr_customer_id":171116,"tr_customer_product_id":171106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:41.000Z","modified_at":"2026-01-30T04:21:19.000Z","name":"Yessenia Kuvalis","mobile_number":"284-357-7039","email_id":"Cordie.Koepp14@hotmail.com","dop":"2025-04-06","serial_number":"15379390528804","imei1":"15379390528804","imei2":"15379390528804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171100,"job_number":"JOB_171100","tr_customer_id":171117,"tr_customer_product_id":171107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:41.000Z","modified_at":"2026-01-30T04:21:18.000Z","name":"Gregg Lemke","mobile_number":"385-400-3306","email_id":"Rosella8@hotmail.com","dop":"2025-04-06","serial_number":"13118294014917","imei1":"13118294014917","imei2":"13118294014917","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171101,"job_number":"JOB_171101","tr_customer_id":171118,"tr_customer_product_id":171108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:42.000Z","modified_at":"2026-01-30T04:20:42.000Z","name":"Sydnee Becker","mobile_number":"569-792-1918","email_id":"Valentina_Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11952295467953676","imei1":"11952295467953676","imei2":"11952295467953676","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171102,"job_number":"JOB_171102","tr_customer_id":171119,"tr_customer_product_id":171109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:42.000Z","modified_at":"2026-01-30T04:20:42.000Z","name":"Myrtice Schuster","mobile_number":"923-364-7912","email_id":"Rashawn.Tromp@gmail.com","dop":"2025-04-06","serial_number":"12395316043665006","imei1":"12395316043665006","imei2":"12395316043665006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171103,"job_number":"JOB_171103","tr_customer_id":171120,"tr_customer_product_id":171110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:42.000Z","modified_at":"2026-01-30T04:20:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19002422177703","imei1":"19002422177703","imei2":"19002422177703","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171104,"job_number":"JOB_171104","tr_customer_id":171121,"tr_customer_product_id":171111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:42.000Z","modified_at":"2026-01-30T04:21:16.000Z","name":"Elias Stiedemann","mobile_number":"394-451-3619","email_id":"Julian.Bosco@gmail.com","dop":"2026-01-04","serial_number":"13402030649829","imei1":"13402030649829","imei2":"13402030649829","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171105,"job_number":"JOB_171105","tr_customer_id":171122,"tr_customer_product_id":171112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:44.000Z","modified_at":"2026-01-30T04:20:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"80711761283779","imei1":"80711761283779","imei2":"80711761283779","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171106,"job_number":"JOB_171106","tr_customer_id":171123,"tr_customer_product_id":171113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:46.000Z","modified_at":"2026-01-30T04:20:46.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"18197846890188","imei1":"18197846890188","imei2":"18197846890188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171107,"job_number":"JOB_171107","tr_customer_id":171124,"tr_customer_product_id":171114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:46.000Z","modified_at":"2026-01-30T04:21:20.000Z","name":"Caroline Smitham","mobile_number":"582-364-1825","email_id":"Meagan.Kreiger@hotmail.com","dop":"2025-04-06","serial_number":"17067560025590","imei1":"17067560025590","imei2":"17067560025590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171108,"job_number":"JOB_171108","tr_customer_id":171125,"tr_customer_product_id":171115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:47.000Z","modified_at":"2026-01-30T04:20:47.000Z","name":"Oran Nienow","mobile_number":"397-941-2205","email_id":"Abdul94@yahoo.com","dop":"2025-04-06","serial_number":"14063647880324328","imei1":"14063647880324328","imei2":"14063647880324328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171109,"job_number":"JOB_171109","tr_customer_id":171126,"tr_customer_product_id":171116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:48.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Karley Haley","mobile_number":"800-498-2930","email_id":"Bartholome_Marvin43@gmail.com","dop":"2025-05-30","serial_number":"13798031396521","imei1":"13798031396521","imei2":"13798031396521","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171110,"job_number":"JOB_171110","tr_customer_id":171127,"tr_customer_product_id":171117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:48.000Z","modified_at":"2026-01-30T04:20:48.000Z","name":"Aurore Conroy","mobile_number":"288-596-5512","email_id":"Gabriella_Ratke@hotmail.com","dop":"2025-05-30","serial_number":"10089821720810","imei1":"10089821720810","imei2":"10089821720810","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171111,"job_number":"JOB_171111","tr_customer_id":171128,"tr_customer_product_id":171118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"Anibal Nikolaus","mobile_number":"478-758-5801","email_id":"Meaghan.Abernathy@hotmail.com","dop":"2025-05-30","serial_number":"1813197567218586","imei1":"1813197567218586","imei2":"1813197567218586","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171112,"job_number":"JOB_171112","tr_customer_id":171129,"tr_customer_product_id":171119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13047304828854","imei1":"13047304828854","imei2":"13047304828854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171115,"job_number":"JOB_171115","tr_customer_id":171132,"tr_customer_product_id":171122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:21:28.000Z","name":"Martin Considine","mobile_number":"770-332-9003","email_id":"Lucinda_Watsica@yahoo.com","dop":"2025-04-06","serial_number":"13161329373235","imei1":"13161329373235","imei2":"13161329373235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171118,"job_number":"JOB_171118","tr_customer_id":171135,"tr_customer_product_id":171125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:52.000Z","modified_at":"2026-01-30T04:20:52.000Z","name":"Hailee Stracke","mobile_number":"825-612-5890","email_id":"Mac67@hotmail.com","dop":"2025-04-06","serial_number":"18361725382543070","imei1":"18361725382543070","imei2":"18361725382543070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171119,"job_number":"JOB_171119","tr_customer_id":171136,"tr_customer_product_id":171126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:00.000Z","modified_at":"2026-01-30T04:21:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10184379292826","imei1":"10184379292826","imei2":"10184379292826","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171120,"job_number":"JOB_171120","tr_customer_id":171137,"tr_customer_product_id":171127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:00.000Z","modified_at":"2026-01-30T04:21:35.000Z","name":"Buck Bednar","mobile_number":"672-631-5214","email_id":"Enola.Aufderhar45@gmail.com","dop":"2025-04-06","serial_number":"17789959272786","imei1":"17789959272786","imei2":"17789959272786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171122,"job_number":"JOB_171122","tr_customer_id":171139,"tr_customer_product_id":171129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:01.000Z","modified_at":"2026-01-30T04:21:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13335602592566","imei1":"13335602592566","imei2":"13335602592566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171123,"job_number":"JOB_171123","tr_customer_id":171140,"tr_customer_product_id":171130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:02.000Z","modified_at":"2026-01-30T04:21:02.000Z","name":"Violette Barrows","mobile_number":"452-733-4096","email_id":"Augustus_Lehner6@yahoo.com","dop":"2025-04-06","serial_number":"11656714429718438","imei1":"11656714429718438","imei2":"11656714429718438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171124,"job_number":"JOB_171124","tr_customer_id":171141,"tr_customer_product_id":171131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:02.000Z","modified_at":"2026-01-30T04:21:39.000Z","name":"Genesis Borer","mobile_number":"673-984-1481","email_id":"Shad_Moen36@yahoo.com","dop":"2025-04-06","serial_number":"12377950389371","imei1":"12377950389371","imei2":"12377950389371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171127,"job_number":"JOB_171127","tr_customer_id":171144,"tr_customer_product_id":171134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Kyle Spinka","mobile_number":"565-657-5062","email_id":"Janiya_Rath4@yahoo.com","dop":"2025-04-06","serial_number":"17482730694206884","imei1":"17482730694206884","imei2":"17482730694206884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171131,"job_number":"JOB_171131","tr_customer_id":171148,"tr_customer_product_id":171138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:05.000Z","modified_at":"2026-01-30T04:21:41.000Z","name":"Dexter Lueilwitz","mobile_number":"857-214-8261","email_id":"Eleonore.Runte81@yahoo.com","dop":"2000-01-31","serial_number":"10353225356391","imei1":"10353225356391","imei2":"10353225356391","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171132,"job_number":"JOB_171132","tr_customer_id":171149,"tr_customer_product_id":171139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:05.000Z","modified_at":"2026-01-30T04:21:05.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10336441282836","imei1":"10336441282836","imei2":"10336441282836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171133,"job_number":"JOB_171133","tr_customer_id":171150,"tr_customer_product_id":171140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:06.000Z","modified_at":"2026-01-30T04:21:42.000Z","name":"Doug Bernhard","mobile_number":"977-435-7303","email_id":"Ben.Reinger60@gmail.com","dop":"2025-04-06","serial_number":"13341872673650","imei1":"13341872673650","imei2":"13341872673650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171135,"job_number":"JOB_171135","tr_customer_id":171152,"tr_customer_product_id":171142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:07.000Z","modified_at":"2026-01-30T04:21:07.000Z","name":"Lexus Boehm","mobile_number":"361-387-7956","email_id":"Kailee.Hills16@gmail.com","dop":"2025-04-06","serial_number":"12756185417395368","imei1":"12756185417395368","imei2":"12756185417395368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171136,"job_number":"JOB_171136","tr_customer_id":171153,"tr_customer_product_id":171143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:10.000Z","modified_at":"2026-01-30T04:21:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12725752505415","imei1":"12725752505415","imei2":"12725752505415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171137,"job_number":"JOB_171137","tr_customer_id":171154,"tr_customer_product_id":171144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:10.000Z","modified_at":"2026-01-30T04:21:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13714293502617","imei1":"13714293502617","imei2":"13714293502617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171138,"job_number":"JOB_171138","tr_customer_id":171155,"tr_customer_product_id":171145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:10.000Z","modified_at":"2026-01-30T04:21:47.000Z","name":"Madaline McLaughlin","mobile_number":"675-566-0745","email_id":"Pattie_Boyer88@yahoo.com","dop":"2025-04-06","serial_number":"18598134568134","imei1":"18598134568134","imei2":"18598134568134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171139,"job_number":"JOB_171139","tr_customer_id":171156,"tr_customer_product_id":171146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:10.000Z","modified_at":"2026-01-30T04:21:46.000Z","name":"Isabell Weber","mobile_number":"939-761-0899","email_id":"Pat.Krajcik51@hotmail.com","dop":"2025-04-06","serial_number":"13309268464703","imei1":"13309268464703","imei2":"13309268464703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171140,"job_number":"JOB_171140","tr_customer_id":171157,"tr_customer_product_id":171147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:12.000Z","modified_at":"2026-01-30T04:21:12.000Z","name":"Aurore Flatley","mobile_number":"563-354-8191","email_id":"Brook22@yahoo.com","dop":"2025-04-06","serial_number":"19090094799952550","imei1":"19090094799952550","imei2":"19090094799952550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171141,"job_number":"JOB_171141","tr_customer_id":171158,"tr_customer_product_id":171148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:12.000Z","modified_at":"2026-01-30T04:21:12.000Z","name":"Karen Klein","mobile_number":"258-217-4678","email_id":"Estell_Nolan26@yahoo.com","dop":"2025-04-06","serial_number":"14398215357247750","imei1":"14398215357247750","imei2":"14398215357247750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171142,"job_number":"JOB_171142","tr_customer_id":171159,"tr_customer_product_id":171149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:13.000Z","modified_at":"2026-01-30T04:21:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18176245766075","imei1":"18176245766075","imei2":"18176245766075","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171143,"job_number":"JOB_171143","tr_customer_id":171160,"tr_customer_product_id":171150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:13.000Z","modified_at":"2026-01-30T04:21:50.000Z","name":"Lawrence Bauch","mobile_number":"468-679-6235","email_id":"Hulda.Leuschke@gmail.com","dop":"2025-04-06","serial_number":"18537360446847","imei1":"18537360446847","imei2":"18537360446847","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171146,"job_number":"JOB_171146","tr_customer_id":171163,"tr_customer_product_id":171153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:15.000Z","modified_at":"2026-01-30T04:21:15.000Z","name":"Erin Wunsch","mobile_number":"500-861-9769","email_id":"Marjory.Schmidt@gmail.com","dop":"2025-04-06","serial_number":"15846851874623872","imei1":"15846851874623872","imei2":"15846851874623872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171147,"job_number":"JOB_171147","tr_customer_id":171164,"tr_customer_product_id":171154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:20.000Z","modified_at":"2026-01-30T04:21:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11643954952817","imei1":"11643954952817","imei2":"11643954952817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171148,"job_number":"JOB_171148","tr_customer_id":171165,"tr_customer_product_id":171155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:20.000Z","modified_at":"2026-01-30T04:21:58.000Z","name":"Jermaine Wiza","mobile_number":"603-396-7869","email_id":"Alysha_Bruen53@yahoo.com","dop":"2025-04-06","serial_number":"12802137908437","imei1":"12802137908437","imei2":"12802137908437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171149,"job_number":"JOB_171149","tr_customer_id":171166,"tr_customer_product_id":171156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:22.000Z","modified_at":"2026-01-30T04:21:22.000Z","name":"Grayce Steuber","mobile_number":"433-929-2924","email_id":"Aurelia42@yahoo.com","dop":"2025-04-06","serial_number":"10050657199825186","imei1":"10050657199825186","imei2":"10050657199825186","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171151,"job_number":"JOB_171151","tr_customer_id":171168,"tr_customer_product_id":171158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:23.000Z","modified_at":"2026-01-30T04:21:23.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13975514375578","imei1":"13975514375578","imei2":"13975514375578","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171152,"job_number":"JOB_171152","tr_customer_id":171169,"tr_customer_product_id":171159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:23.000Z","modified_at":"2026-01-30T04:21:57.000Z","name":"Antone Zboncak","mobile_number":"859-970-5724","email_id":"Tess52@yahoo.com","dop":"2026-01-04","serial_number":"11066365737946","imei1":"11066365737946","imei2":"11066365737946","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171153,"job_number":"JOB_171153","tr_customer_id":171170,"tr_customer_product_id":171160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:24.000Z","modified_at":"2026-01-30T04:21:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12572575665778","imei1":"12572575665778","imei2":"12572575665778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171154,"job_number":"JOB_171154","tr_customer_id":171171,"tr_customer_product_id":171161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:24.000Z","modified_at":"2026-01-30T04:22:02.000Z","name":"Larry Stokes","mobile_number":"668-306-6003","email_id":"Britney.Cartwright35@gmail.com","dop":"2025-04-06","serial_number":"13932811352491","imei1":"13932811352491","imei2":"13932811352491","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171155,"job_number":"JOB_171155","tr_customer_id":171172,"tr_customer_product_id":171162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:25.000Z","modified_at":"2026-01-30T04:21:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"79939252957262","imei1":"79939252957262","imei2":"79939252957262","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171156,"job_number":"JOB_171156","tr_customer_id":171173,"tr_customer_product_id":171163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:25.000Z","modified_at":"2026-01-30T04:21:25.000Z","name":"Aniya Murazik","mobile_number":"322-627-0002","email_id":"Winfield_Vandervort@gmail.com","dop":"2025-04-06","serial_number":"16659236109275940","imei1":"16659236109275940","imei2":"16659236109275940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171157,"job_number":"JOB_171157","tr_customer_id":171174,"tr_customer_product_id":171164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:26.000Z","modified_at":"2026-01-30T04:21:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15910569634426","imei1":"15910569634426","imei2":"15910569634426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171158,"job_number":"JOB_171158","tr_customer_id":171175,"tr_customer_product_id":171165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:26.000Z","modified_at":"2026-01-30T04:21:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16872699326375","imei1":"16872699326375","imei2":"16872699326375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171159,"job_number":"JOB_171159","tr_customer_id":171176,"tr_customer_product_id":171166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:26.000Z","modified_at":"2026-01-30T04:22:04.000Z","name":"Dallin Prohaska","mobile_number":"890-959-6148","email_id":"Casper46@gmail.com","dop":"2025-04-06","serial_number":"18274643615592","imei1":"18274643615592","imei2":"18274643615592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171160,"job_number":"JOB_171160","tr_customer_id":171177,"tr_customer_product_id":171167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:26.000Z","modified_at":"2026-01-30T04:22:04.000Z","name":"Deangelo Fritsch","mobile_number":"599-399-7360","email_id":"Easter.Pagac@gmail.com","dop":"2025-04-06","serial_number":"14191736993844","imei1":"14191736993844","imei2":"14191736993844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171161,"job_number":"JOB_171161","tr_customer_id":171178,"tr_customer_product_id":171168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:27.000Z","modified_at":"2026-01-30T04:21:27.000Z","name":"Mustafa Kuhn","mobile_number":"912-493-1338","email_id":"Malinda_Corkery@yahoo.com","dop":"2025-04-06","serial_number":"14035183049595468","imei1":"14035183049595468","imei2":"14035183049595468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171162,"job_number":"JOB_171162","tr_customer_id":171179,"tr_customer_product_id":171169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:28.000Z","modified_at":"2026-01-30T04:21:28.000Z","name":"Janet Wisozk","mobile_number":"451-478-0380","email_id":"Zachery.Trantow@hotmail.com","dop":"2025-04-06","serial_number":"17314327491275152","imei1":"17314327491275152","imei2":"17314327491275152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171167,"job_number":"JOB_171167","tr_customer_id":171184,"tr_customer_product_id":171174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:36.000Z","modified_at":"2026-01-30T04:21:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19349527487445","imei1":"19349527487445","imei2":"19349527487445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171168,"job_number":"JOB_171168","tr_customer_id":171185,"tr_customer_product_id":171175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:36.000Z","modified_at":"2026-01-30T04:22:14.000Z","name":"Johan Gutkowski","mobile_number":"737-821-7603","email_id":"Maryam.Durgan@hotmail.com","dop":"2025-04-06","serial_number":"18367755607802","imei1":"18367755607802","imei2":"18367755607802","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171169,"job_number":"JOB_171169","tr_customer_id":171186,"tr_customer_product_id":171176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:37.000Z","modified_at":"2026-01-30T04:21:37.000Z","name":"Tristin Rice","mobile_number":"964-441-2429","email_id":"Casimer1@yahoo.com","dop":"2025-04-06","serial_number":"11065823219439082","imei1":"11065823219439082","imei2":"11065823219439082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171170,"job_number":"JOB_171170","tr_customer_id":171187,"tr_customer_product_id":171177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:41.000Z","modified_at":"2026-01-30T04:21:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11013865804194","imei1":"11013865804194","imei2":"11013865804194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171171,"job_number":"JOB_171171","tr_customer_id":171188,"tr_customer_product_id":171178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:42.000Z","modified_at":"2026-01-30T04:22:16.000Z","name":"Myriam Mills","mobile_number":"842-398-0364","email_id":"Elfrieda.Stroman15@gmail.com","dop":"2025-04-06","serial_number":"10248037553103","imei1":"10248037553103","imei2":"10248037553103","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171172,"job_number":"JOB_171172","tr_customer_id":171189,"tr_customer_product_id":171179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:43.000Z","modified_at":"2026-01-30T04:21:43.000Z","name":"Mose Cole","mobile_number":"294-329-7352","email_id":"Antone36@gmail.com","dop":"2025-04-06","serial_number":"10074333549551858","imei1":"10074333549551858","imei2":"10074333549551858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171173,"job_number":"JOB_171173","tr_customer_id":171190,"tr_customer_product_id":171180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:46.000Z","modified_at":"2026-01-30T04:21:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11456612834737","imei1":"11456612834737","imei2":"11456612834737","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171174,"job_number":"JOB_171174","tr_customer_id":171191,"tr_customer_product_id":171181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:46.000Z","modified_at":"2026-01-30T04:22:23.000Z","name":"Vesta Rowe","mobile_number":"610-866-4392","email_id":"Oran44@hotmail.com","dop":"2025-04-06","serial_number":"12663260551347","imei1":"12663260551347","imei2":"12663260551347","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171178,"job_number":"JOB_171178","tr_customer_id":171195,"tr_customer_product_id":171185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:48.000Z","modified_at":"2026-01-30T04:21:48.000Z","name":"Ashlee Feest","mobile_number":"238-405-9120","email_id":"Anjali_Steuber63@gmail.com","dop":"2025-04-06","serial_number":"15591575254436972","imei1":"15591575254436972","imei2":"15591575254436972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171181,"job_number":"JOB_171181","tr_customer_id":171198,"tr_customer_product_id":171188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:49.000Z","modified_at":"2026-01-30T04:22:26.000Z","name":"Lorna Fisher","mobile_number":"396-317-3645","email_id":"Kamille69@gmail.com","dop":"2000-01-31","serial_number":"10484380230968","imei1":"10484380230968","imei2":"10484380230968","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171182,"job_number":"JOB_171182","tr_customer_id":171199,"tr_customer_product_id":171189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:49.000Z","modified_at":"2026-01-30T04:21:49.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"19182914204528","imei1":"19182914204528","imei2":"19182914204528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171183,"job_number":"JOB_171183","tr_customer_id":171200,"tr_customer_product_id":171190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:49.000Z","modified_at":"2026-01-30T04:22:26.000Z","name":"Amir Friesen","mobile_number":"579-551-9763","email_id":"Krystal.Abshire24@gmail.com","dop":"2025-04-06","serial_number":"10639585643163","imei1":"10639585643163","imei2":"10639585643163","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171185,"job_number":"JOB_171185","tr_customer_id":171202,"tr_customer_product_id":171192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:51.000Z","modified_at":"2026-01-30T04:21:51.000Z","name":"Forest Bernhard","mobile_number":"588-635-6685","email_id":"Justine.Trantow@gmail.com","dop":"2025-04-06","serial_number":"19613373375737250","imei1":"19613373375737250","imei2":"19613373375737250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171186,"job_number":"JOB_171186","tr_customer_id":171203,"tr_customer_product_id":171193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:53.000Z","modified_at":"2026-01-30T04:21:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19045978191441","imei1":"19045978191441","imei2":"19045978191441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171187,"job_number":"JOB_171187","tr_customer_id":171204,"tr_customer_product_id":171194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:53.000Z","modified_at":"2026-01-30T04:22:29.000Z","name":"Juliet Homenick","mobile_number":"770-526-6194","email_id":"Herbert_Thompson@yahoo.com","dop":"2025-04-06","serial_number":"12528902898954","imei1":"12528902898954","imei2":"12528902898954","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171188,"job_number":"JOB_171188","tr_customer_id":171205,"tr_customer_product_id":171195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:54.000Z","modified_at":"2026-01-30T04:21:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18107180046001","imei1":"18107180046001","imei2":"18107180046001","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171189,"job_number":"JOB_171189","tr_customer_id":171206,"tr_customer_product_id":171196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:54.000Z","modified_at":"2026-01-30T04:22:30.000Z","name":"Houston Conn","mobile_number":"473-975-4728","email_id":"Teagan20@gmail.com","dop":"2025-04-06","serial_number":"13522069771161","imei1":"13522069771161","imei2":"13522069771161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171190,"job_number":"JOB_171190","tr_customer_id":171207,"tr_customer_product_id":171197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:55.000Z","modified_at":"2026-01-30T04:21:55.000Z","name":"Neva Ruecker","mobile_number":"865-843-6317","email_id":"Manuel0@gmail.com","dop":"2025-04-06","serial_number":"14774233739138378","imei1":"14774233739138378","imei2":"14774233739138378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171191,"job_number":"JOB_171191","tr_customer_id":171208,"tr_customer_product_id":171198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:55.000Z","modified_at":"2026-01-30T04:21:56.000Z","name":"Abigale Schowalter","mobile_number":"426-725-5354","email_id":"Cullen69@gmail.com","dop":"2025-04-06","serial_number":"19622860221436948","imei1":"19622860221436948","imei2":"19622860221436948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171195,"job_number":"JOB_171195","tr_customer_id":171212,"tr_customer_product_id":171202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:05.000Z","modified_at":"2026-01-30T04:22:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10791529943008","imei1":"10791529943008","imei2":"10791529943008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171196,"job_number":"JOB_171196","tr_customer_id":171213,"tr_customer_product_id":171203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:06.000Z","modified_at":"2026-01-30T04:22:43.000Z","name":"Gladys Walter","mobile_number":"437-327-1858","email_id":"Jaren.Hirthe@yahoo.com","dop":"2025-04-06","serial_number":"18442219829468","imei1":"18442219829468","imei2":"18442219829468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171197,"job_number":"JOB_171197","tr_customer_id":171214,"tr_customer_product_id":171204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:07.000Z","modified_at":"2026-01-30T04:22:07.000Z","name":"Benny Sporer","mobile_number":"497-543-1503","email_id":"Vinnie_Frami@hotmail.com","dop":"2025-04-06","serial_number":"14909847439509902","imei1":"14909847439509902","imei2":"14909847439509902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171198,"job_number":"JOB_171198","tr_customer_id":171215,"tr_customer_product_id":171205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:21.000Z","modified_at":"2026-01-30T04:22:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19486982035805","imei1":"19486982035805","imei2":"19486982035805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171199,"job_number":"JOB_171199","tr_customer_id":171216,"tr_customer_product_id":171206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:21.000Z","modified_at":"2026-01-30T04:22:59.000Z","name":"Asha Nader","mobile_number":"557-676-3762","email_id":"Alek.Luettgen81@gmail.com","dop":"2025-04-06","serial_number":"12014634608051","imei1":"12014634608051","imei2":"12014634608051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171200,"job_number":"JOB_171200","tr_customer_id":171217,"tr_customer_product_id":171207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:23.000Z","modified_at":"2026-01-30T04:22:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18092013293194","imei1":"18092013293194","imei2":"18092013293194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171201,"job_number":"JOB_171201","tr_customer_id":171218,"tr_customer_product_id":171208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:23.000Z","modified_at":"2026-01-30T04:22:23.000Z","name":"Yasmin Stiedemann","mobile_number":"637-956-7788","email_id":"Jovany_Dare71@gmail.com","dop":"2025-04-06","serial_number":"18322374918490020","imei1":"18322374918490020","imei2":"18322374918490020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171202,"job_number":"JOB_171202","tr_customer_id":171219,"tr_customer_product_id":171209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:23.000Z","modified_at":"2026-01-30T04:22:57.000Z","name":"Christina Kuhic","mobile_number":"272-552-6195","email_id":"Oleta.Crooks94@hotmail.com","dop":"2025-04-06","serial_number":"15715587399687","imei1":"15715587399687","imei2":"15715587399687","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171203,"job_number":"JOB_171203","tr_customer_id":171220,"tr_customer_product_id":171210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:24.000Z","modified_at":"2026-01-30T04:22:24.000Z","name":"Shanny Langosh","mobile_number":"479-821-8901","email_id":"Lelah.Frami51@hotmail.com","dop":"2025-04-06","serial_number":"15749746972984424","imei1":"15749746972984424","imei2":"15749746972984424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171204,"job_number":"JOB_171204","tr_customer_id":171221,"tr_customer_product_id":171211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:31.000Z","modified_at":"2026-01-30T04:22:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10399943841144","imei1":"10399943841144","imei2":"10399943841144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171205,"job_number":"JOB_171205","tr_customer_id":171222,"tr_customer_product_id":171212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:31.000Z","modified_at":"2026-01-30T04:23:08.000Z","name":"Mathilde Muller","mobile_number":"542-704-4554","email_id":"Kennedi_Miller@yahoo.com","dop":"2025-04-06","serial_number":"18419473111100","imei1":"18419473111100","imei2":"18419473111100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:23:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171206,"job_number":"JOB_171206","tr_customer_id":171223,"tr_customer_product_id":171213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:32.000Z","modified_at":"2026-01-30T04:22:32.000Z","name":"Amalia Mills","mobile_number":"324-681-8598","email_id":"Ron28@yahoo.com","dop":"2025-04-06","serial_number":"15970487449770618","imei1":"15970487449770618","imei2":"15970487449770618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171208,"job_number":"JOB_171208","tr_customer_id":171225,"tr_customer_product_id":171215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:33.000Z","modified_at":"2026-01-30T04:23:09.000Z","name":"Guy Osinski","mobile_number":"294-570-2929","email_id":"Effie73@hotmail.com","dop":"2000-01-31","serial_number":"10976746520661","imei1":"10976746520661","imei2":"10976746520661","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:23:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171210,"job_number":"JOB_171210","tr_customer_id":171227,"tr_customer_product_id":171217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:36.000Z","modified_at":"2026-01-30T04:22:36.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15597096697630","imei1":"15597096697630","imei2":"15597096697630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171211,"job_number":"JOB_171211","tr_customer_id":171228,"tr_customer_product_id":171218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:36.000Z","modified_at":"2026-01-30T04:23:12.000Z","name":"Elizabeth Dare","mobile_number":"396-361-8990","email_id":"Trisha39@gmail.com","dop":"2025-04-06","serial_number":"15798089842437","imei1":"15798089842437","imei2":"15798089842437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:23:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171212,"job_number":"JOB_171212","tr_customer_id":171229,"tr_customer_product_id":171219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:37.000Z","modified_at":"2026-01-30T04:22:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10438647031695","imei1":"10438647031695","imei2":"10438647031695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171213,"job_number":"JOB_171213","tr_customer_id":171230,"tr_customer_product_id":171220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:37.000Z","modified_at":"2026-01-30T04:22:37.000Z","name":"Madelyn Crona","mobile_number":"617-893-3283","email_id":"Connie_Metz87@gmail.com","dop":"2025-04-06","serial_number":"15166292613630514","imei1":"15166292613630514","imei2":"15166292613630514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171214,"job_number":"JOB_171214","tr_customer_id":171231,"tr_customer_product_id":171221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:37.000Z","modified_at":"2026-01-30T04:23:13.000Z","name":"Virginie Medhurst","mobile_number":"275-955-1770","email_id":"Tess.Thompson26@yahoo.com","dop":"2025-04-06","serial_number":"13313639510003","imei1":"13313639510003","imei2":"13313639510003","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:23:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171215,"job_number":"JOB_171215","tr_customer_id":171232,"tr_customer_product_id":171222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:39.000Z","modified_at":"2026-01-30T04:22:39.000Z","name":"Stanford Hermiston","mobile_number":"309-949-8683","email_id":"Monte55@hotmail.com","dop":"2025-04-06","serial_number":"16523640268083688","imei1":"16523640268083688","imei2":"16523640268083688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171216,"job_number":"JOB_171216","tr_customer_id":171233,"tr_customer_product_id":171223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:24.000Z","modified_at":"2026-01-30T04:26:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68165893365844","imei1":"68165893365844","imei2":"68165893365844","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171217,"job_number":"JOB_171217","tr_customer_id":171234,"tr_customer_product_id":171224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:25.000Z","modified_at":"2026-01-30T04:26:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50230575454873","imei1":"50230575454873","imei2":"50230575454873","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171218,"job_number":"JOB_171218","tr_customer_id":171235,"tr_customer_product_id":171225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:25.000Z","modified_at":"2026-01-30T04:26:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45516248057217","imei1":"45516248057217","imei2":"45516248057217","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171219,"job_number":"JOB_171219","tr_customer_id":171236,"tr_customer_product_id":171226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:25.000Z","modified_at":"2026-01-30T04:26:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97918493716764","imei1":"97918493716764","imei2":"97918493716764","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171220,"job_number":"JOB_171220","tr_customer_id":171237,"tr_customer_product_id":171227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:26.000Z","modified_at":"2026-01-30T04:26:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42590853375783","imei1":"42590853375783","imei2":"42590853375783","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171221,"job_number":"JOB_171221","tr_customer_id":171238,"tr_customer_product_id":171228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:26.000Z","modified_at":"2026-01-30T04:26:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50111375755706","imei1":"50111375755706","imei2":"50111375755706","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171222,"job_number":"JOB_171222","tr_customer_id":171239,"tr_customer_product_id":171229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:26.000Z","modified_at":"2026-01-30T04:26:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27371656251453","imei1":"27371656251453","imei2":"27371656251453","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171223,"job_number":"JOB_171223","tr_customer_id":171240,"tr_customer_product_id":171230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:58.000Z","modified_at":"2026-01-30T04:26:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32360882111424","imei1":"32360882111424","imei2":"32360882111424","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171224,"job_number":"JOB_171224","tr_customer_id":171241,"tr_customer_product_id":171231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:58.000Z","modified_at":"2026-01-30T04:26:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36696771861835","imei1":"36696771861835","imei2":"36696771861835","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171225,"job_number":"JOB_171225","tr_customer_id":171242,"tr_customer_product_id":171232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:58.000Z","modified_at":"2026-01-30T04:26:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"77356460039342","imei1":"77356460039342","imei2":"77356460039342","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171226,"job_number":"JOB_171226","tr_customer_id":171243,"tr_customer_product_id":171233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:59.000Z","modified_at":"2026-01-30T04:26:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"44813251435698","imei1":"44813251435698","imei2":"44813251435698","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171227,"job_number":"JOB_171227","tr_customer_id":171244,"tr_customer_product_id":171234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:59.000Z","modified_at":"2026-01-30T04:26:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40196297666119","imei1":"40196297666119","imei2":"40196297666119","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171228,"job_number":"JOB_171228","tr_customer_id":171245,"tr_customer_product_id":171235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:59.000Z","modified_at":"2026-01-30T04:26:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34266284520785","imei1":"34266284520785","imei2":"34266284520785","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171229,"job_number":"JOB_171229","tr_customer_id":171246,"tr_customer_product_id":171236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:59.000Z","modified_at":"2026-01-30T04:27:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21805108621548","imei1":"21805108621548","imei2":"21805108621548","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171230,"job_number":"JOB_171230","tr_customer_id":171247,"tr_customer_product_id":171237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:30.000Z","modified_at":"2026-01-30T04:27:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69066471103613","imei1":"69066471103613","imei2":"69066471103613","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171231,"job_number":"JOB_171231","tr_customer_id":171248,"tr_customer_product_id":171238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:31.000Z","modified_at":"2026-01-30T04:27:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41548994759976","imei1":"41548994759976","imei2":"41548994759976","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171232,"job_number":"JOB_171232","tr_customer_id":171249,"tr_customer_product_id":171239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:31.000Z","modified_at":"2026-01-30T04:27:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50398662904799","imei1":"50398662904799","imei2":"50398662904799","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171233,"job_number":"JOB_171233","tr_customer_id":171250,"tr_customer_product_id":171240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:31.000Z","modified_at":"2026-01-30T04:27:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92289060463279","imei1":"92289060463279","imei2":"92289060463279","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171234,"job_number":"JOB_171234","tr_customer_id":171251,"tr_customer_product_id":171241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:32.000Z","modified_at":"2026-01-30T04:27:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95043084725679","imei1":"95043084725679","imei2":"95043084725679","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171235,"job_number":"JOB_171235","tr_customer_id":171252,"tr_customer_product_id":171242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:32.000Z","modified_at":"2026-01-30T04:27:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40314052249079","imei1":"40314052249079","imei2":"40314052249079","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171236,"job_number":"JOB_171236","tr_customer_id":171253,"tr_customer_product_id":171243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:32.000Z","modified_at":"2026-01-30T04:27:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"98426724134357","imei1":"98426724134357","imei2":"98426724134357","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171239,"job_number":"JOB_171239","tr_customer_id":171256,"tr_customer_product_id":171246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:06:28.000Z","modified_at":"2026-01-30T05:06:28.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"44492326259131","imei1":"44492326259131","imei2":"44492326259131","popurl":"2026-01-20T05:06:28.238559035Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:06:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171240,"job_number":"JOB_171240","tr_customer_id":171257,"tr_customer_product_id":171247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:06:31.000Z","modified_at":"2026-01-30T05:06:31.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"94988867562782","imei1":"94988867562782","imei2":"94988867562782","popurl":"2026-01-20T05:06:30.816405359Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:06:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171241,"job_number":"JOB_171241","tr_customer_id":171258,"tr_customer_product_id":171248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:11:43.000Z","modified_at":"2026-01-30T05:11:43.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103654342872658","imei1":"103654342872658","imei2":"103654342872658","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:11:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171242,"job_number":"JOB_171242","tr_customer_id":171259,"tr_customer_product_id":171249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:11:44.000Z","modified_at":"2026-01-30T05:11:54.000Z","name":"Napoleon Medhurst","mobile_number":"288-457-4406","email_id":"Vada.Stiedemann@hotmail.com","dop":"2025-07-01","serial_number":"104587700088120","imei1":"104587700088120","imei2":"104587700088120","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:11:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171243,"job_number":"JOB_171243","tr_customer_id":171260,"tr_customer_product_id":171250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:11:56.000Z","modified_at":"2026-01-30T05:11:56.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109721411806758","imei1":"109721411806758","imei2":"109721411806758","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:11:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171244,"job_number":"JOB_171244","tr_customer_id":171261,"tr_customer_product_id":171251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:11:56.000Z","modified_at":"2026-01-30T05:12:05.000Z","name":"Mozell Gaylord","mobile_number":"812-893-0658","email_id":"Annie81@yahoo.com","dop":"2025-07-01","serial_number":"102650484924225","imei1":"102650484924225","imei2":"102650484924225","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:12:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171245,"job_number":"JOB_171245","tr_customer_id":171262,"tr_customer_product_id":171252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:30:04.000Z","modified_at":"2026-01-30T05:30:43.000Z","name":"Dominic Cormier","mobile_number":"958-552-7914","email_id":"Wanda46@yahoo.com","dop":"2025-04-06","serial_number":"12926045766059","imei1":"12926045766059","imei2":"12926045766059","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:30:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171246,"job_number":"JOB_171246","tr_customer_id":171263,"tr_customer_product_id":171253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:30:05.000Z","modified_at":"2026-01-30T05:30:06.000Z","name":"Hillary Huels","mobile_number":"440-720-2758","email_id":"Parker.Franecki52@hotmail.com","dop":"2025-04-06","serial_number":"13442540163156602","imei1":"13442540163156602","imei2":"13442540163156602","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:30:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171247,"job_number":"JOB_171247","tr_customer_id":171264,"tr_customer_product_id":171254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:30:32.000Z","modified_at":"2026-01-30T05:31:11.000Z","name":"Felipe Mraz","mobile_number":"517-967-8522","email_id":"Jamil_Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"19187218117301","imei1":"19187218117301","imei2":"19187218117301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:31:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171248,"job_number":"JOB_171248","tr_customer_id":171265,"tr_customer_product_id":171255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:30:34.000Z","modified_at":"2026-01-30T05:30:34.000Z","name":"Sadie Hills","mobile_number":"486-376-6669","email_id":"Adriana92@gmail.com","dop":"2025-04-06","serial_number":"10176398618220392","imei1":"10176398618220392","imei2":"10176398618220392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:30:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171249,"job_number":"JOB_171249","tr_customer_id":171266,"tr_customer_product_id":171256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:35:58.000Z","modified_at":"2026-01-30T05:36:37.000Z","name":"Ocie Macejkovic","mobile_number":"246-663-0168","email_id":"Reyes.Becker@yahoo.com","dop":"2025-04-06","serial_number":"14449900881203","imei1":"14449900881203","imei2":"14449900881203","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171250,"job_number":"JOB_171250","tr_customer_id":171267,"tr_customer_product_id":171257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:36:00.000Z","modified_at":"2026-01-30T05:36:00.000Z","name":"Cindy Weber","mobile_number":"793-436-1824","email_id":"Brisa.McLaughlin@gmail.com","dop":"2025-04-06","serial_number":"16464233850864918","imei1":"16464233850864918","imei2":"16464233850864918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171251,"job_number":"JOB_171251","tr_customer_id":171268,"tr_customer_product_id":171258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:36:44.000Z","modified_at":"2026-01-30T05:37:21.000Z","name":"Nathanael Kling","mobile_number":"232-876-6308","email_id":"Lenny_Bailey@gmail.com","dop":"2025-04-06","serial_number":"19556357849730","imei1":"19556357849730","imei2":"19556357849730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171252,"job_number":"JOB_171252","tr_customer_id":171269,"tr_customer_product_id":171259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:36:45.000Z","modified_at":"2026-01-30T05:36:45.000Z","name":"Ruthie West","mobile_number":"936-777-9716","email_id":"Jaylan.Champlin@yahoo.com","dop":"2025-04-06","serial_number":"18938842716442600","imei1":"18938842716442600","imei2":"18938842716442600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171253,"job_number":"JOB_171253","tr_customer_id":171270,"tr_customer_product_id":171260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:37:29.000Z","modified_at":"2026-01-30T05:38:06.000Z","name":"Haylie Senger","mobile_number":"480-490-2595","email_id":"Alfonso_Pollich@hotmail.com","dop":"2025-04-06","serial_number":"10418918173318","imei1":"10418918173318","imei2":"10418918173318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:38:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171254,"job_number":"JOB_171254","tr_customer_id":171271,"tr_customer_product_id":171261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:37:30.000Z","modified_at":"2026-01-30T05:37:30.000Z","name":"Tyreek Miller","mobile_number":"262-217-5818","email_id":"Leanne.Kutch@gmail.com","dop":"2025-04-06","serial_number":"12247188256887778","imei1":"12247188256887778","imei2":"12247188256887778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:37:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171255,"job_number":"JOB_171255","tr_customer_id":171272,"tr_customer_product_id":171262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Mechelle Stracke","mobile_number":"7099314516","email_id":"windy.gleason@yahoo.com","dop":"2026-01-20","serial_number":"572666053020437","imei1":"498384250923512","imei2":"890435172846539","popurl":"www.leoma-swaniawski.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171256,"job_number":"JOB_171256","tr_customer_id":171273,"tr_customer_product_id":171263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Cedrick Franecki","mobile_number":"7078678597","email_id":"shelba.hessel@gmail.com","dop":"2026-01-20","serial_number":"238276324961790","imei1":"010576607716187","imei2":"163987280620345","popurl":"www.providencia-greenholt.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171257,"job_number":"JOB_171257","tr_customer_id":171274,"tr_customer_product_id":171264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Ceola Nitzsche","mobile_number":"7054427024","email_id":"claud.medhurst@gmail.com","dop":"2026-01-20","serial_number":"768356234766334","imei1":"452469915347785","imei2":"325373290351874","popurl":"www.kristian-ritchie.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171258,"job_number":"JOB_171258","tr_customer_id":171275,"tr_customer_product_id":171265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Clark Yost","mobile_number":"7036900967","email_id":"lyle.goodwin@hotmail.com","dop":"2026-01-20","serial_number":"491884467495444","imei1":"016174267256365","imei2":"912381369241386","popurl":"www.marco-swift.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171259,"job_number":"JOB_171259","tr_customer_id":171276,"tr_customer_product_id":171266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Margarette Lueilwitz","mobile_number":"7085478763","email_id":"julio.koch@yahoo.com","dop":"2026-01-20","serial_number":"412860258341152","imei1":"813171604214463","imei2":"485612585521118","popurl":"www.jonathon-wilkinson.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171260,"job_number":"JOB_171260","tr_customer_id":171277,"tr_customer_product_id":171267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Laronda Torphy","mobile_number":"7025021474","email_id":"william.stehr@gmail.com","dop":"2026-01-20","serial_number":"972441054471604","imei1":"686754197654528","imei2":"926554475411645","popurl":"www.abram-hansen.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171261,"job_number":"JOB_171261","tr_customer_id":171278,"tr_customer_product_id":171268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Chester Hayes","mobile_number":"7045727611","email_id":"luetta.waters@gmail.com","dop":"2026-01-20","serial_number":"838903341815602","imei1":"976467245767710","imei2":"795221116181019","popurl":"www.maryalice-prosacco.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171262,"job_number":"JOB_171262","tr_customer_id":171279,"tr_customer_product_id":171269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Sharmaine Morar","mobile_number":"7049135324","email_id":"norah.johnson@hotmail.com","dop":"2026-01-20","serial_number":"929996546076416","imei1":"573566954401823","imei2":"761359974709772","popurl":"www.fred-wisoky.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171263,"job_number":"JOB_171263","tr_customer_id":171280,"tr_customer_product_id":171270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Vi Harber","mobile_number":"7064000175","email_id":"leigh.bergnaum@hotmail.com","dop":"2026-01-20","serial_number":"616610043460910","imei1":"155654986123458","imei2":"310585677560027","popurl":"www.emilio-schoen.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171264,"job_number":"JOB_171264","tr_customer_id":171281,"tr_customer_product_id":171271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Mina Lesch","mobile_number":"7082372665","email_id":"suzie.marks@yahoo.com","dop":"2026-01-20","serial_number":"701044727612722","imei1":"376613410787939","imei2":"942991546876059","popurl":"www.joe-buckridge.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171265,"job_number":"JOB_171265","tr_customer_id":171282,"tr_customer_product_id":171272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Wilburn Bergstrom","mobile_number":"7013353968","email_id":"asa.ryan@gmail.com","dop":"2026-01-20","serial_number":"623635974871693","imei1":"242619460205683","imei2":"965083142035508","popurl":"www.megan-kuhic.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171266,"job_number":"JOB_171266","tr_customer_id":171284,"tr_customer_product_id":171273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Jacinto Kozey","mobile_number":"7022960780","email_id":"adan.kihn@yahoo.com","dop":"2026-01-20","serial_number":"573428908551433","imei1":"054924308963273","imei2":"284649389869029","popurl":"www.emmitt-schulist.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171267,"job_number":"JOB_171267","tr_customer_id":171283,"tr_customer_product_id":171274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Conception Mills","mobile_number":"7045496618","email_id":"daphne.mayer@gmail.com","dop":"2026-01-20","serial_number":"263444539501114","imei1":"164269333423350","imei2":"644376740033112","popurl":"www.nery-kuphal.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171268,"job_number":"JOB_171268","tr_customer_id":171285,"tr_customer_product_id":171275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Floyd Jaskolski","mobile_number":"7052180863","email_id":"latashia.beahan@yahoo.com","dop":"2026-01-20","serial_number":"380992307916679","imei1":"944089403776228","imei2":"617770173665034","popurl":"www.miquel-flatley.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171269,"job_number":"JOB_171269","tr_customer_id":171286,"tr_customer_product_id":171276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Shela Bashirian","mobile_number":"7054494394","email_id":"kittie.hettinger@gmail.com","dop":"2026-01-20","serial_number":"060213496186556","imei1":"289633814379277","imei2":"422413910083233","popurl":"www.humberto-hammes.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171270,"job_number":"JOB_171270","tr_customer_id":171287,"tr_customer_product_id":171277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Darius Anderson","mobile_number":"7097564929","email_id":"odette.keeling@yahoo.com","dop":"2026-01-20","serial_number":"758725336219691","imei1":"578129971270282","imei2":"900822568283921","popurl":"www.donnie-hirthe.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171271,"job_number":"JOB_171271","tr_customer_id":171288,"tr_customer_product_id":171278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Felisha Senger","mobile_number":"7002630667","email_id":"babara.hauck@gmail.com","dop":"2026-01-20","serial_number":"713857290800578","imei1":"498239871993302","imei2":"069643077108131","popurl":"www.patricia-glover.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171272,"job_number":"JOB_171272","tr_customer_id":171289,"tr_customer_product_id":171279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Martin Herzog","mobile_number":"7048489618","email_id":"stewart.boyle@yahoo.com","dop":"2026-01-20","serial_number":"642548287437421","imei1":"001494208315496","imei2":"220970376417477","popurl":"www.frederica-durgan.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171273,"job_number":"JOB_171273","tr_customer_id":171291,"tr_customer_product_id":171280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Charity Hagenes","mobile_number":"7056781630","email_id":"edwardo.schulist@yahoo.com","dop":"2026-01-20","serial_number":"207775557780019","imei1":"141317159035208","imei2":"770188941722539","popurl":"www.nikki-cassin.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171274,"job_number":"JOB_171274","tr_customer_id":171290,"tr_customer_product_id":171281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Margarito Purdy","mobile_number":"7049896781","email_id":"nelda.sauer@hotmail.com","dop":"2026-01-20","serial_number":"555087379422001","imei1":"781499275048964","imei2":"068666357976210","popurl":"www.dia-stokes.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171275,"job_number":"JOB_171275","tr_customer_id":171292,"tr_customer_product_id":171282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Eura Swift","mobile_number":"7001842203","email_id":"stewart.kuvalis@yahoo.com","dop":"2026-01-20","serial_number":"826652378492166","imei1":"677566223021085","imei2":"460924875045151","popurl":"www.gwyn-wiza.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171276,"job_number":"JOB_171276","tr_customer_id":171293,"tr_customer_product_id":171283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Patrick Hudson","mobile_number":"7018081216","email_id":"paul.waters@hotmail.com","dop":"2026-01-20","serial_number":"380785726166291","imei1":"500837556582087","imei2":"956176460929887","popurl":"www.robt-wunsch.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171277,"job_number":"JOB_171277","tr_customer_id":171294,"tr_customer_product_id":171284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Hai Jakubowski","mobile_number":"7036325365","email_id":"harry.becker@yahoo.com","dop":"2026-01-20","serial_number":"400672857448585","imei1":"906922527643994","imei2":"116140246894846","popurl":"www.chuck-powlowski.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171278,"job_number":"JOB_171278","tr_customer_id":171295,"tr_customer_product_id":171285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Rosetta MacGyver","mobile_number":"7001482526","email_id":"kurtis.dare@hotmail.com","dop":"2026-01-20","serial_number":"948980902782389","imei1":"110367369457101","imei2":"538514891420431","popurl":"www.toi-gutmann.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171279,"job_number":"JOB_171279","tr_customer_id":171296,"tr_customer_product_id":171286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Merrie Davis","mobile_number":"7070612816","email_id":"rey.armstrong@hotmail.com","dop":"2026-01-20","serial_number":"981135890916648","imei1":"432334546733783","imei2":"633851218106331","popurl":"www.galen-johnson.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171280,"job_number":"JOB_171280","tr_customer_id":171297,"tr_customer_product_id":171287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Rogelio Howell","mobile_number":"7047198962","email_id":"tama.bosco@hotmail.com","dop":"2026-01-20","serial_number":"620230799896431","imei1":"382577882871484","imei2":"651505170758353","popurl":"www.rocio-yost.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171281,"job_number":"JOB_171281","tr_customer_id":171298,"tr_customer_product_id":171288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Jerrold Hettinger","mobile_number":"7014609769","email_id":"alfonso.nitzsche@gmail.com","dop":"2026-01-20","serial_number":"298271036192099","imei1":"493301056721234","imei2":"806543001633283","popurl":"www.leif-leannon.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171282,"job_number":"JOB_171282","tr_customer_id":171299,"tr_customer_product_id":171289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Leia Wilderman","mobile_number":"7081764293","email_id":"charlie.kshlerin@yahoo.com","dop":"2026-01-20","serial_number":"847215224174939","imei1":"616657187339376","imei2":"790766060331074","popurl":"www.elroy-buckridge.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171283,"job_number":"JOB_171283","tr_customer_id":171300,"tr_customer_product_id":171290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Corina Keebler","mobile_number":"7012242008","email_id":"donte.armstrong@gmail.com","dop":"2026-01-20","serial_number":"254436800512874","imei1":"542141292010198","imei2":"677410120059873","popurl":"www.monte-douglas.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171284,"job_number":"JOB_171284","tr_customer_id":171301,"tr_customer_product_id":171291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Ping Williamson","mobile_number":"7019746611","email_id":"tommie.predovic@yahoo.com","dop":"2026-01-20","serial_number":"091790878881049","imei1":"177114594404262","imei2":"853646222958487","popurl":"www.olen-kuhn.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171285,"job_number":"JOB_171285","tr_customer_id":171302,"tr_customer_product_id":171292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Gertie Feil","mobile_number":"7053090139","email_id":"jimmie.borer@gmail.com","dop":"2026-01-20","serial_number":"606341795059464","imei1":"631296331161559","imei2":"941897190477117","popurl":"www.fermin-baumbach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171286,"job_number":"JOB_171286","tr_customer_id":171303,"tr_customer_product_id":171293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Heriberto Dare","mobile_number":"7050317234","email_id":"jonas.schneider@gmail.com","dop":"2026-01-20","serial_number":"521380277078461","imei1":"449668329731456","imei2":"542018027928858","popurl":"www.dave-beahan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171287,"job_number":"JOB_171287","tr_customer_id":171304,"tr_customer_product_id":171294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Marlyn Schiller","mobile_number":"7099628598","email_id":"val.barrows@yahoo.com","dop":"2026-01-20","serial_number":"916071023365421","imei1":"720851075151568","imei2":"400866920625810","popurl":"www.charlette-willms.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171288,"job_number":"JOB_171288","tr_customer_id":171305,"tr_customer_product_id":171295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Kirsten Senger","mobile_number":"7097079404","email_id":"dexter.gleason@hotmail.com","dop":"2026-01-20","serial_number":"563714483928251","imei1":"123991720083125","imei2":"002947736462201","popurl":"www.georgene-ullrich.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171289,"job_number":"JOB_171289","tr_customer_id":171306,"tr_customer_product_id":171296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Kam Lowe","mobile_number":"7001121305","email_id":"alyse.pacocha@hotmail.com","dop":"2026-01-20","serial_number":"688350530513191","imei1":"232348310637105","imei2":"687112166095974","popurl":"www.chrystal-bruen.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171290,"job_number":"JOB_171290","tr_customer_id":171307,"tr_customer_product_id":171297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Raymundo Lehner","mobile_number":"7026882957","email_id":"jackie.heaney@hotmail.com","dop":"2026-01-20","serial_number":"329196997117307","imei1":"315729494463659","imei2":"856215408405094","popurl":"www.monty-ernser.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171291,"job_number":"JOB_171291","tr_customer_id":171309,"tr_customer_product_id":171298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Angle Bosco","mobile_number":"7006739450","email_id":"taunya.hettinger@gmail.com","dop":"2026-01-20","serial_number":"756406649999859","imei1":"297677764704882","imei2":"923920695219972","popurl":"www.milagro-roob.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171292,"job_number":"JOB_171292","tr_customer_id":171308,"tr_customer_product_id":171299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Melanie Bode","mobile_number":"7082822385","email_id":"matthew.nitzsche@yahoo.com","dop":"2026-01-20","serial_number":"445282738789803","imei1":"137857908041800","imei2":"753072165846076","popurl":"www.elodia-green.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171293,"job_number":"JOB_171293","tr_customer_id":171310,"tr_customer_product_id":171300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Quinn Kreiger","mobile_number":"7009979625","email_id":"alexia.kuvalis@hotmail.com","dop":"2026-01-20","serial_number":"854318010154538","imei1":"861088907597622","imei2":"185817212957150","popurl":"www.ellan-muller.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171294,"job_number":"JOB_171294","tr_customer_id":171311,"tr_customer_product_id":171301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Darrel Corwin","mobile_number":"7057047003","email_id":"lyman.wiegand@hotmail.com","dop":"2026-01-20","serial_number":"237175470271655","imei1":"032486600368255","imei2":"446173791097521","popurl":"www.erin-runolfsson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171295,"job_number":"JOB_171295","tr_customer_id":171312,"tr_customer_product_id":171302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Mittie Barton","mobile_number":"7028648701","email_id":"emmie.schuster@gmail.com","dop":"2026-01-20","serial_number":"924393276295249","imei1":"309472988490565","imei2":"658495554469434","popurl":"www.tyler-goodwin.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171296,"job_number":"JOB_171296","tr_customer_id":171313,"tr_customer_product_id":171303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Williams Wilderman","mobile_number":"7004300651","email_id":"allena.lang@gmail.com","dop":"2026-01-20","serial_number":"713854897368234","imei1":"409939976558701","imei2":"735582385868358","popurl":"www.simona-altenwerth.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171297,"job_number":"JOB_171297","tr_customer_id":171314,"tr_customer_product_id":171304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Manie Schaefer","mobile_number":"7083348073","email_id":"katheleen.toy@yahoo.com","dop":"2026-01-20","serial_number":"947390877324960","imei1":"944637172852648","imei2":"144334355109576","popurl":"www.guadalupe-donnelly.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171298,"job_number":"JOB_171298","tr_customer_id":171315,"tr_customer_product_id":171305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Suzi Gutkowski","mobile_number":"7000348900","email_id":"tammi.ward@yahoo.com","dop":"2026-01-20","serial_number":"521796092686116","imei1":"895769951233287","imei2":"451086771861443","popurl":"www.bobby-howell.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171299,"job_number":"JOB_171299","tr_customer_id":171316,"tr_customer_product_id":171306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Rocky Becker","mobile_number":"7033551283","email_id":"alberto.powlowski@yahoo.com","dop":"2026-01-20","serial_number":"399236703668613","imei1":"338145194685861","imei2":"214652828394383","popurl":"www.helaine-lynch.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171300,"job_number":"JOB_171300","tr_customer_id":171317,"tr_customer_product_id":171307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Quinton Little","mobile_number":"7038957880","email_id":"anabel.price@yahoo.com","dop":"2026-01-20","serial_number":"630296100037005","imei1":"097816377351172","imei2":"904960290408004","popurl":"www.merlin-marks.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171301,"job_number":"JOB_171301","tr_customer_id":171318,"tr_customer_product_id":171308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Ophelia Rice","mobile_number":"7046698561","email_id":"merlin.hayes@gmail.com","dop":"2026-01-20","serial_number":"354178160521808","imei1":"455855935314235","imei2":"273275603966270","popurl":"www.dirk-bauch.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171302,"job_number":"JOB_171302","tr_customer_id":171319,"tr_customer_product_id":171309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Tom Hammes","mobile_number":"7000942450","email_id":"margarett.wisoky@yahoo.com","dop":"2026-01-20","serial_number":"752467710248004","imei1":"288185988413854","imei2":"299792988910928","popurl":"www.harris-volkman.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171303,"job_number":"JOB_171303","tr_customer_id":171320,"tr_customer_product_id":171310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Whitney Monahan","mobile_number":"7082537552","email_id":"nicola.effertz@gmail.com","dop":"2026-01-20","serial_number":"320853054357944","imei1":"854691824554205","imei2":"333310707553695","popurl":"www.philomena-cummings.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171304,"job_number":"JOB_171304","tr_customer_id":171322,"tr_customer_product_id":171311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Micheal Kuphal","mobile_number":"7053593462","email_id":"eula.yundt@hotmail.com","dop":"2026-01-20","serial_number":"781374517942592","imei1":"671122538259545","imei2":"180776559201212","popurl":"www.song-ortiz.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171305,"job_number":"JOB_171305","tr_customer_id":171321,"tr_customer_product_id":171312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Cyrus Kuhlman","mobile_number":"7058941188","email_id":"zachary.walter@hotmail.com","dop":"2026-01-20","serial_number":"828750392070931","imei1":"711725431974453","imei2":"121108258349178","popurl":"www.kortney-stehr.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171306,"job_number":"JOB_171306","tr_customer_id":171323,"tr_customer_product_id":171313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Caren Kozey","mobile_number":"7024358111","email_id":"morgan.harris@yahoo.com","dop":"2026-01-20","serial_number":"130268590698903","imei1":"762771362112646","imei2":"079198503697501","popurl":"www.cathie-fadel.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171307,"job_number":"JOB_171307","tr_customer_id":171324,"tr_customer_product_id":171314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Erasmo Jerde","mobile_number":"7077248713","email_id":"noelle.bednar@yahoo.com","dop":"2026-01-20","serial_number":"851784061286438","imei1":"990530413518809","imei2":"418220343943831","popurl":"www.christi-deckow.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171308,"job_number":"JOB_171308","tr_customer_id":171325,"tr_customer_product_id":171315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Charlie Reichel","mobile_number":"7019051130","email_id":"bethany.bayer@yahoo.com","dop":"2026-01-20","serial_number":"962454777702104","imei1":"330761018557061","imei2":"580522695193604","popurl":"www.jewell-brekke.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171309,"job_number":"JOB_171309","tr_customer_id":171326,"tr_customer_product_id":171316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Ashly Muller","mobile_number":"7033151416","email_id":"deshawn.deckow@hotmail.com","dop":"2026-01-20","serial_number":"467004973717725","imei1":"123728033258318","imei2":"398747741128254","popurl":"www.tobi-schmitt.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171310,"job_number":"JOB_171310","tr_customer_id":171327,"tr_customer_product_id":171317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:42.000Z","modified_at":"2026-01-30T05:55:42.000Z","name":"Eleanora Ward","mobile_number":"7028648988","email_id":"arnette.wiegand@gmail.com","dop":"2026-01-20","serial_number":"570528850340114","imei1":"320870487801078","imei2":"710620712670116","popurl":"www.erick-sawayn.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171311,"job_number":"JOB_171311","tr_customer_id":171328,"tr_customer_product_id":171318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:42.000Z","modified_at":"2026-01-30T05:55:42.000Z","name":"Karen Armstrong","mobile_number":"7068288941","email_id":"jude.durgan@yahoo.com","dop":"2026-01-20","serial_number":"939118111250160","imei1":"898008289804416","imei2":"458935161560606","popurl":"www.annelle-ratke.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171312,"job_number":"JOB_171312","tr_customer_id":171329,"tr_customer_product_id":171319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:42.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Delmar Kuhlman","mobile_number":"7076639014","email_id":"morris.champlin@hotmail.com","dop":"2026-01-20","serial_number":"359966718293181","imei1":"269850488109661","imei2":"086271321760063","popurl":"www.elisa-hickle.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171313,"job_number":"JOB_171313","tr_customer_id":171330,"tr_customer_product_id":171320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Alise Strosin","mobile_number":"7029822744","email_id":"miquel.hauck@gmail.com","dop":"2026-01-20","serial_number":"113476940717789","imei1":"826707803695069","imei2":"114528807275329","popurl":"www.daphne-orn.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171314,"job_number":"JOB_171314","tr_customer_id":171331,"tr_customer_product_id":171321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Kathaleen Nolan","mobile_number":"7034353648","email_id":"kelley.smitham@yahoo.com","dop":"2026-01-20","serial_number":"215758379552571","imei1":"071950585874522","imei2":"912099833654560","popurl":"www.beverly-hand.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171315,"job_number":"JOB_171315","tr_customer_id":171332,"tr_customer_product_id":171322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Ariel Cummings","mobile_number":"7038642287","email_id":"irving.waelchi@yahoo.com","dop":"2026-01-20","serial_number":"463492551678414","imei1":"648186731601765","imei2":"480006720646052","popurl":"www.stuart-legros.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171316,"job_number":"JOB_171316","tr_customer_id":171333,"tr_customer_product_id":171323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Carol Klein","mobile_number":"7015590816","email_id":"brice.roob@yahoo.com","dop":"2026-01-20","serial_number":"710983340271287","imei1":"733109760191233","imei2":"361240509090824","popurl":"www.merle-hahn.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171317,"job_number":"JOB_171317","tr_customer_id":171334,"tr_customer_product_id":171324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Kyle Douglas","mobile_number":"7015148888","email_id":"tyson.sporer@yahoo.com","dop":"2026-01-20","serial_number":"766541170764355","imei1":"565784542446208","imei2":"538816603970844","popurl":"www.mack-crooks.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171318,"job_number":"JOB_171318","tr_customer_id":171335,"tr_customer_product_id":171325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Rico Gleichner","mobile_number":"7029157150","email_id":"noe.nitzsche@hotmail.com","dop":"2026-01-20","serial_number":"491736804658628","imei1":"493575193136037","imei2":"646049109562879","popurl":"www.estrella-mohr.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171319,"job_number":"JOB_171319","tr_customer_id":171336,"tr_customer_product_id":171326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Jefferey Kris","mobile_number":"7099992313","email_id":"eldon.rau@hotmail.com","dop":"2026-01-20","serial_number":"383666994327856","imei1":"075128337433975","imei2":"655744289525468","popurl":"www.graham-konopelski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171320,"job_number":"JOB_171320","tr_customer_id":171337,"tr_customer_product_id":171327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Royal Klein","mobile_number":"7049889361","email_id":"linsey.feil@hotmail.com","dop":"2026-01-20","serial_number":"030365157241101","imei1":"841865954352253","imei2":"751180241466148","popurl":"www.keenan-goldner.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171321,"job_number":"JOB_171321","tr_customer_id":171338,"tr_customer_product_id":171328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Easter Baumbach","mobile_number":"7093036604","email_id":"kristopher.batz@hotmail.com","dop":"2026-01-20","serial_number":"914912160874195","imei1":"971588513580079","imei2":"736842994493543","popurl":"www.marilou-ferry.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171322,"job_number":"JOB_171322","tr_customer_id":171339,"tr_customer_product_id":171329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Otha Heathcote","mobile_number":"7022274597","email_id":"kasie.hyatt@yahoo.com","dop":"2026-01-20","serial_number":"051530957056078","imei1":"700307274917464","imei2":"381092289380151","popurl":"www.maggie-koepp.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171323,"job_number":"JOB_171323","tr_customer_id":171340,"tr_customer_product_id":171330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Yuk Walker","mobile_number":"7079057641","email_id":"idell.mcclure@gmail.com","dop":"2026-01-20","serial_number":"018953174275601","imei1":"197554091067559","imei2":"146793685141557","popurl":"www.chelsea-strosin.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171324,"job_number":"JOB_171324","tr_customer_id":171341,"tr_customer_product_id":171331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Lillie Spencer","mobile_number":"7048536157","email_id":"kasey.brown@gmail.com","dop":"2026-01-20","serial_number":"169151214653888","imei1":"606013340190024","imei2":"432370165611082","popurl":"www.erik-turcotte.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171325,"job_number":"JOB_171325","tr_customer_id":171342,"tr_customer_product_id":171332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Suzan Feil","mobile_number":"7017899097","email_id":"aron.mante@yahoo.com","dop":"2026-01-20","serial_number":"934554124274999","imei1":"643500244089838","imei2":"768905799936658","popurl":"www.elvis-walter.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171326,"job_number":"JOB_171326","tr_customer_id":171343,"tr_customer_product_id":171333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Vaughn Abshire","mobile_number":"7076898654","email_id":"sophia.beahan@gmail.com","dop":"2026-01-20","serial_number":"374887385152324","imei1":"236118919572179","imei2":"730551795153501","popurl":"www.cameron-labadie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171327,"job_number":"JOB_171327","tr_customer_id":171344,"tr_customer_product_id":171334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Darrick Schiller","mobile_number":"7007616646","email_id":"youlanda.waelchi@yahoo.com","dop":"2026-01-20","serial_number":"913360750542939","imei1":"044302794883510","imei2":"582414749359131","popurl":"www.damon-ohara.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171328,"job_number":"JOB_171328","tr_customer_id":171345,"tr_customer_product_id":171335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Andreas Kuhlman","mobile_number":"7080274718","email_id":"shawana.gutmann@yahoo.com","dop":"2026-01-20","serial_number":"833874154524629","imei1":"165684040934487","imei2":"312100825481361","popurl":"www.palmer-boyer.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171329,"job_number":"JOB_171329","tr_customer_id":171346,"tr_customer_product_id":171336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Horace McLaughlin","mobile_number":"7069779472","email_id":"clarita.gottlieb@gmail.com","dop":"2026-01-20","serial_number":"582099164941029","imei1":"227114044654142","imei2":"156221871043903","popurl":"www.frankie-trantow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171330,"job_number":"JOB_171330","tr_customer_id":171347,"tr_customer_product_id":171337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Keenan Lang","mobile_number":"7088968871","email_id":"julius.becker@yahoo.com","dop":"2026-01-20","serial_number":"209260180327899","imei1":"298211817981988","imei2":"369635061744510","popurl":"www.janell-lowe.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171331,"job_number":"JOB_171331","tr_customer_id":171348,"tr_customer_product_id":171338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Patrick Lemke","mobile_number":"7007403986","email_id":"lindsay.feest@gmail.com","dop":"2026-01-20","serial_number":"022307895346513","imei1":"135070715406277","imei2":"424391515834522","popurl":"www.buck-parker.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171332,"job_number":"JOB_171332","tr_customer_id":171349,"tr_customer_product_id":171339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Daryl Walter","mobile_number":"7054905836","email_id":"rosalba.little@gmail.com","dop":"2026-01-20","serial_number":"973331501090102","imei1":"687295614282327","imei2":"705856612819515","popurl":"www.dominique-bernhard.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171333,"job_number":"JOB_171333","tr_customer_id":171350,"tr_customer_product_id":171340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Betty Wolff","mobile_number":"7017370882","email_id":"marisela.purdy@hotmail.com","dop":"2026-01-20","serial_number":"853721744842080","imei1":"789305070249993","imei2":"975196809715704","popurl":"www.brittaney-okon.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171334,"job_number":"JOB_171334","tr_customer_id":171351,"tr_customer_product_id":171341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Monty Streich","mobile_number":"7064317989","email_id":"sterling.schmidt@yahoo.com","dop":"2026-01-20","serial_number":"492146951984773","imei1":"681843052321560","imei2":"676830187061196","popurl":"www.nia-hamill.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171335,"job_number":"JOB_171335","tr_customer_id":171352,"tr_customer_product_id":171342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Stephan Beier","mobile_number":"7028352644","email_id":"dusty.swift@gmail.com","dop":"2026-01-20","serial_number":"848429255648885","imei1":"640703781449972","imei2":"665248918196321","popurl":"www.alaine-olson.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171336,"job_number":"JOB_171336","tr_customer_id":171353,"tr_customer_product_id":171343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Mark Harris","mobile_number":"7019203537","email_id":"kerry.abbott@gmail.com","dop":"2026-01-20","serial_number":"158636126981963","imei1":"462749841897112","imei2":"371272028423057","popurl":"www.drema-bernier.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171337,"job_number":"JOB_171337","tr_customer_id":171354,"tr_customer_product_id":171344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Caryn Mraz","mobile_number":"7012286778","email_id":"mardell.damore@gmail.com","dop":"2026-01-20","serial_number":"492422236760717","imei1":"953879803448535","imei2":"203247308133498","popurl":"www.nigel-huels.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171338,"job_number":"JOB_171338","tr_customer_id":171355,"tr_customer_product_id":171345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Roxann Krajcik","mobile_number":"7083524756","email_id":"eddie.fisher@yahoo.com","dop":"2026-01-20","serial_number":"894665896733248","imei1":"159345806106229","imei2":"831415349417924","popurl":"www.daren-stiedemann.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171339,"job_number":"JOB_171339","tr_customer_id":171356,"tr_customer_product_id":171346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Marquis McKenzie","mobile_number":"7036712750","email_id":"neil.stroman@yahoo.com","dop":"2026-01-20","serial_number":"712805775036816","imei1":"462218474417448","imei2":"578419115520565","popurl":"www.catherina-johns.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171340,"job_number":"JOB_171340","tr_customer_id":171357,"tr_customer_product_id":171347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Shawana Bartell","mobile_number":"7039979523","email_id":"dortha.harris@gmail.com","dop":"2026-01-20","serial_number":"877536665877150","imei1":"364166343636287","imei2":"778855328820417","popurl":"www.leda-abbott.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171341,"job_number":"JOB_171341","tr_customer_id":171358,"tr_customer_product_id":171348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Shandi Schinner","mobile_number":"7065687824","email_id":"jessie.kertzmann@gmail.com","dop":"2026-01-20","serial_number":"850274205060159","imei1":"964112510529323","imei2":"315046121597884","popurl":"www.boris-morissette.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171342,"job_number":"JOB_171342","tr_customer_id":171359,"tr_customer_product_id":171349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Matthew Hudson","mobile_number":"7008094170","email_id":"andre.monahan@yahoo.com","dop":"2026-01-20","serial_number":"408659195680000","imei1":"133284790354959","imei2":"014125850736231","popurl":"www.corinne-abbott.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171343,"job_number":"JOB_171343","tr_customer_id":171360,"tr_customer_product_id":171350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Mohammad Howell","mobile_number":"7034161108","email_id":"willodean.torp@hotmail.com","dop":"2026-01-20","serial_number":"557393980105678","imei1":"865949135880345","imei2":"286310765529782","popurl":"www.shirlene-funk.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171344,"job_number":"JOB_171344","tr_customer_id":171361,"tr_customer_product_id":171351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Inocencia McCullough","mobile_number":"7070412863","email_id":"ouida.emard@yahoo.com","dop":"2026-01-20","serial_number":"689899434329349","imei1":"704458332138095","imei2":"330556491938086","popurl":"www.irving-ziemann.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171345,"job_number":"JOB_171345","tr_customer_id":171362,"tr_customer_product_id":171352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Tiara Berge","mobile_number":"7024572240","email_id":"marty.price@hotmail.com","dop":"2026-01-20","serial_number":"701976783804628","imei1":"127828047744783","imei2":"793942879768999","popurl":"www.sharen-stokes.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171346,"job_number":"JOB_171346","tr_customer_id":171363,"tr_customer_product_id":171353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Granville Baumbach","mobile_number":"7022356100","email_id":"delta.cormier@gmail.com","dop":"2026-01-20","serial_number":"996804375718733","imei1":"602551415911801","imei2":"930078855823199","popurl":"www.cierra-crona.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171347,"job_number":"JOB_171347","tr_customer_id":171364,"tr_customer_product_id":171354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Luisa Bogan","mobile_number":"7067333858","email_id":"orval.upton@hotmail.com","dop":"2026-01-20","serial_number":"854300526798627","imei1":"677953650731126","imei2":"431990791433519","popurl":"www.eleonor-gutkowski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171348,"job_number":"JOB_171348","tr_customer_id":171365,"tr_customer_product_id":171355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Tammera Metz","mobile_number":"7047053055","email_id":"marvin.schoen@gmail.com","dop":"2026-01-20","serial_number":"052515037263998","imei1":"138097395785825","imei2":"612058888985915","popurl":"www.reiko-haag.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171349,"job_number":"JOB_171349","tr_customer_id":171366,"tr_customer_product_id":171356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Damien Hegmann","mobile_number":"7090363996","email_id":"jerome.stamm@gmail.com","dop":"2026-01-20","serial_number":"246944316579449","imei1":"523090462055794","imei2":"779341923092163","popurl":"www.del-waters.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171350,"job_number":"JOB_171350","tr_customer_id":171367,"tr_customer_product_id":171357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Tuyet Hamill","mobile_number":"7096352010","email_id":"gabriele.kutch@hotmail.com","dop":"2026-01-20","serial_number":"153056128550413","imei1":"269012477768882","imei2":"094785500498281","popurl":"www.norbert-gusikowski.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171351,"job_number":"JOB_171351","tr_customer_id":171368,"tr_customer_product_id":171358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Darrick Berge","mobile_number":"7087668523","email_id":"arturo.davis@gmail.com","dop":"2026-01-20","serial_number":"647399180273864","imei1":"458357599291083","imei2":"782248925382212","popurl":"www.thomas-weber.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171352,"job_number":"JOB_171352","tr_customer_id":171369,"tr_customer_product_id":171359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Sherwood Fadel","mobile_number":"7011843943","email_id":"david.zieme@yahoo.com","dop":"2026-01-20","serial_number":"789671532689752","imei1":"563711768576478","imei2":"057048674402843","popurl":"www.gerri-sporer.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171353,"job_number":"JOB_171353","tr_customer_id":171370,"tr_customer_product_id":171360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Lashell O'Kon","mobile_number":"7025980012","email_id":"devon.roberts@gmail.com","dop":"2026-01-20","serial_number":"392770444299956","imei1":"872677543420725","imei2":"132521620430556","popurl":"www.fletcher-bartoletti.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171354,"job_number":"JOB_171354","tr_customer_id":171371,"tr_customer_product_id":171361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Vincenza Collins","mobile_number":"7024641008","email_id":"winston.kovacek@hotmail.com","dop":"2026-01-20","serial_number":"077138737656240","imei1":"591057248901506","imei2":"922573541826261","popurl":"www.keenan-considine.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171355,"job_number":"JOB_171355","tr_customer_id":171372,"tr_customer_product_id":171362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Silas Pfannerstill","mobile_number":"7073493299","email_id":"mary.kohler@yahoo.com","dop":"2026-01-20","serial_number":"180473901777230","imei1":"274046018039304","imei2":"750445337738417","popurl":"www.alex-lehner.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171356,"job_number":"JOB_171356","tr_customer_id":171373,"tr_customer_product_id":171363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Jayson Runolfsdottir","mobile_number":"7026287843","email_id":"victorina.rosenbaum@gmail.com","dop":"2026-01-20","serial_number":"433500023658491","imei1":"919582366314314","imei2":"987688736682843","popurl":"www.tracey-bednar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171357,"job_number":"JOB_171357","tr_customer_id":171374,"tr_customer_product_id":171364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Nelson Effertz","mobile_number":"7004819337","email_id":"blair.langosh@gmail.com","dop":"2026-01-20","serial_number":"086863821019413","imei1":"569844389665124","imei2":"659287618430977","popurl":"www.mirna-thiel.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171358,"job_number":"JOB_171358","tr_customer_id":171375,"tr_customer_product_id":171365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Edra McCullough","mobile_number":"7029803776","email_id":"tyesha.rohan@gmail.com","dop":"2026-01-20","serial_number":"554895809028652","imei1":"271641415297884","imei2":"181141491690381","popurl":"www.larhonda-dickens.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171359,"job_number":"JOB_171359","tr_customer_id":171376,"tr_customer_product_id":171366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Earnest Mosciski","mobile_number":"7050733721","email_id":"jonah.kshlerin@hotmail.com","dop":"2026-01-20","serial_number":"628122239004654","imei1":"790666948661741","imei2":"523170189550893","popurl":"www.jed-borer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171360,"job_number":"JOB_171360","tr_customer_id":171377,"tr_customer_product_id":171367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Anjelica Quigley","mobile_number":"7039464175","email_id":"sandi.douglas@yahoo.com","dop":"2026-01-20","serial_number":"209924863514387","imei1":"965618456286679","imei2":"137637902683452","popurl":"www.rayford-monahan.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171361,"job_number":"JOB_171361","tr_customer_id":171378,"tr_customer_product_id":171368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Mellissa Renner","mobile_number":"7012812846","email_id":"della.christiansen@hotmail.com","dop":"2026-01-20","serial_number":"334965998177931","imei1":"896258247342935","imei2":"206990280152004","popurl":"www.marcene-kuphal.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171362,"job_number":"JOB_171362","tr_customer_id":171379,"tr_customer_product_id":171369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Gay Stehr","mobile_number":"7028930896","email_id":"emilio.kihn@gmail.com","dop":"2026-01-20","serial_number":"276652164328144","imei1":"704063252220386","imei2":"676358511758511","popurl":"www.daren-monahan.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171363,"job_number":"JOB_171363","tr_customer_id":171380,"tr_customer_product_id":171370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Winfred Rutherford","mobile_number":"7082626872","email_id":"elvis.legros@yahoo.com","dop":"2026-01-20","serial_number":"535198958872526","imei1":"009468123294363","imei2":"683107385746280","popurl":"www.margaret-padberg.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171364,"job_number":"JOB_171364","tr_customer_id":171381,"tr_customer_product_id":171371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Vito Bartoletti","mobile_number":"7023011805","email_id":"jarred.huel@yahoo.com","dop":"2026-01-20","serial_number":"865907073943125","imei1":"284409225111989","imei2":"847129785658661","popurl":"www.barry-frami.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171365,"job_number":"JOB_171365","tr_customer_id":171382,"tr_customer_product_id":171372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Delbert Beahan","mobile_number":"7013791827","email_id":"daron.schmitt@hotmail.com","dop":"2026-01-20","serial_number":"398787265421065","imei1":"844581204535224","imei2":"000783084283936","popurl":"www.don-dach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171366,"job_number":"JOB_171366","tr_customer_id":171383,"tr_customer_product_id":171373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Chris O'Hara","mobile_number":"7009429192","email_id":"lane.daniel@hotmail.com","dop":"2026-01-20","serial_number":"489724662470955","imei1":"070797935103595","imei2":"137399432181127","popurl":"www.aron-kutch.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171367,"job_number":"JOB_171367","tr_customer_id":171384,"tr_customer_product_id":171374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Kathaleen Rowe","mobile_number":"7025976114","email_id":"rheba.price@yahoo.com","dop":"2026-01-20","serial_number":"888100521597937","imei1":"803079624000929","imei2":"262542431072815","popurl":"www.rosamond-gottlieb.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171368,"job_number":"JOB_171368","tr_customer_id":171385,"tr_customer_product_id":171375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Alexia Braun","mobile_number":"7063002503","email_id":"krysta.purdy@yahoo.com","dop":"2026-01-20","serial_number":"124915775912509","imei1":"733652276551877","imei2":"954582227126637","popurl":"www.paul-thompson.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171369,"job_number":"JOB_171369","tr_customer_id":171386,"tr_customer_product_id":171376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Lashanda Wiegand","mobile_number":"7022119534","email_id":"fernando.watsica@hotmail.com","dop":"2026-01-20","serial_number":"140776293579403","imei1":"650107745879882","imei2":"279690712386888","popurl":"www.mohammed-king.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171370,"job_number":"JOB_171370","tr_customer_id":171387,"tr_customer_product_id":171377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Kristine Lesch","mobile_number":"7082693168","email_id":"francie.mclaughlin@gmail.com","dop":"2026-01-20","serial_number":"802269429478002","imei1":"756818944361205","imei2":"374317467850168","popurl":"www.enid-koelpin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171371,"job_number":"JOB_171371","tr_customer_id":171389,"tr_customer_product_id":171379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Lewis Kuhn","mobile_number":"7040651561","email_id":"darla.smith@yahoo.com","dop":"2026-01-20","serial_number":"624134671347920","imei1":"957133621755988","imei2":"084689494059115","popurl":"www.jarod-franecki.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171372,"job_number":"JOB_171372","tr_customer_id":171388,"tr_customer_product_id":171378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Casey Schmitt","mobile_number":"7045253532","email_id":"dayna.oreilly@yahoo.com","dop":"2026-01-20","serial_number":"690748837428996","imei1":"319742204480953","imei2":"256691522843832","popurl":"www.jaimee-mayert.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171373,"job_number":"JOB_171373","tr_customer_id":171391,"tr_customer_product_id":171381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Apolonia Hermiston","mobile_number":"7020917903","email_id":"theresia.lueilwitz@gmail.com","dop":"2026-01-20","serial_number":"911139474859603","imei1":"860150548195086","imei2":"573836213873864","popurl":"www.edie-kihn.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171374,"job_number":"JOB_171374","tr_customer_id":171390,"tr_customer_product_id":171380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Raphael Jerde","mobile_number":"7097292673","email_id":"jocelyn.gerlach@hotmail.com","dop":"2026-01-20","serial_number":"607425780673038","imei1":"986739787958542","imei2":"478382875065103","popurl":"www.harriette-haley.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171375,"job_number":"JOB_171375","tr_customer_id":171392,"tr_customer_product_id":171382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Jatin Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"48394561160803","imei1":"48394561160803","imei2":"48394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171376,"job_number":"JOB_171376","tr_customer_id":171393,"tr_customer_product_id":171383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Chetan Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"35394561160803","imei1":"35394561160803","imei2":"35394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171377,"job_number":"JOB_171377","tr_customer_id":171394,"tr_customer_product_id":171384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Ritu Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"18394561160803","imei1":"18394561160803","imei2":"18394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171378,"job_number":"JOB_171378","tr_customer_id":171395,"tr_customer_product_id":171385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Ajinkya Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"45394561160803","imei1":"45394561160803","imei2":"45394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171379,"job_number":"JOB_171379","tr_customer_id":171396,"tr_customer_product_id":171386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Adi Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"19394561160803","imei1":"19394561160803","imei2":"19394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171380,"job_number":"JOB_171380","tr_customer_id":171397,"tr_customer_product_id":171387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Madelyn Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"25394561160803","imei1":"25394561160803","imei2":"25394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171381,"job_number":"JOB_171381","tr_customer_id":171398,"tr_customer_product_id":171388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:47.000Z","modified_at":"2026-01-30T06:11:47.000Z","name":"Dipesh Prajapat","mobile_number":"7044028444","email_id":"akshita.varman@hotmail.com","dop":"2026-01-20","serial_number":"971053117222051","imei1":"971053117222051","imei2":"971053117222051","popurl":"www.bhagwanti-pothuvaal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171382,"job_number":"JOB_171382","tr_customer_id":171399,"tr_customer_product_id":171389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:47.000Z","modified_at":"2026-01-30T06:11:47.000Z","name":"Ananda Chattopadhyay","mobile_number":"7019200987","email_id":"marut.malik@hotmail.com","dop":"2026-01-20","serial_number":"649093830287910","imei1":"649093830287910","imei2":"649093830287910","popurl":"www.somu-patil.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171383,"job_number":"JOB_171383","tr_customer_id":171400,"tr_customer_product_id":171390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:48.000Z","modified_at":"2026-01-30T06:11:48.000Z","name":"Vidhya Somayaji","mobile_number":"7080428552","email_id":"bodhan.gill@hotmail.com","dop":"2026-01-20","serial_number":"374942440272450","imei1":"374942440272450","imei2":"374942440272450","popurl":"www.bhaumik-sethi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171384,"job_number":"JOB_171384","tr_customer_id":171401,"tr_customer_product_id":171391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:48.000Z","modified_at":"2026-01-30T06:11:48.000Z","name":"Anish Varrier","mobile_number":"7055102891","email_id":"trilokesh.pillai@yahoo.co.in","dop":"2026-01-20","serial_number":"771620165515461","imei1":"771620165515461","imei2":"771620165515461","popurl":"www.subhasini-sethi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171385,"job_number":"JOB_171385","tr_customer_id":171402,"tr_customer_product_id":171392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:48.000Z","modified_at":"2026-01-30T06:11:48.000Z","name":"Aasa Saini","mobile_number":"7089486104","email_id":"dron.bandopadhyay@gmail.com","dop":"2026-01-20","serial_number":"317303768561109","imei1":"317303768561109","imei2":"317303768561109","popurl":"www.deeptimayee-iyengar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171386,"job_number":"JOB_171386","tr_customer_id":171403,"tr_customer_product_id":171393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:50.000Z","modified_at":"2026-01-30T06:11:50.000Z","name":"Brandt Mann","mobile_number":"622-691-0923","email_id":"Abigayle31@gmail.com","dop":"2025-08-24","serial_number":"53671279529214","imei1":"53671279529214","imei2":"53671279529214","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171387,"job_number":"JOB_171387","tr_customer_id":171404,"tr_customer_product_id":171394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:50.000Z","modified_at":"2026-01-30T06:11:50.000Z","name":"Brandt Mann","mobile_number":"622-691-0923","email_id":"Abigayle31@gmail.com","dop":"2025-08-24","serial_number":"35671279529214","imei1":"35671279529214","imei2":"35671279529214","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171388,"job_number":"JOB_171388","tr_customer_id":171405,"tr_customer_product_id":171395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:50.000Z","modified_at":"2026-01-30T06:11:50.000Z","name":"Brandt Mann","mobile_number":"622-691-0923","email_id":"Abigayle31@gmail.com","dop":"2025-08-24","serial_number":"64671279529214","imei1":"64671279529214","imei2":"64671279529214","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171389,"job_number":"JOB_171389","tr_customer_id":171406,"tr_customer_product_id":171396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Ritu Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"38290923182914","imei1":"38290923182914","imei2":"38290923182914","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171390,"job_number":"JOB_171390","tr_customer_id":171407,"tr_customer_product_id":171397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Chetan Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"36784938340803","imei1":"36784938340803","imei2":"36784938340803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171391,"job_number":"JOB_171391","tr_customer_id":171408,"tr_customer_product_id":171398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Adi Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"98272363473274","imei1":"98272363473274","imei2":"98272363473274","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171392,"job_number":"JOB_171392","tr_customer_id":171409,"tr_customer_product_id":171399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Madelyn Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"47894547389246","imei1":"47894547389246","imei2":"47894547389246","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171393,"job_number":"JOB_171393","tr_customer_id":171410,"tr_customer_product_id":171400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Jatin Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"48349583224463","imei1":"48349583224463","imei2":"48349583224463","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171394,"job_number":"JOB_171394","tr_customer_id":171411,"tr_customer_product_id":171401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Ajinkya Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"79394893208403","imei1":"79394893208403","imei2":"79394893208403","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171397,"job_number":"JOB_171397","tr_customer_id":171414,"tr_customer_product_id":171404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:33:03.000Z","modified_at":"2026-01-30T06:33:03.000Z","name":"Annetta Jerde","mobile_number":"957-447-5053","email_id":"Isidro30@gmail.com","dop":"2025-02-13","serial_number":"107317391673406","imei1":"107317391673406","imei2":"107317391673406","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:33:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171402,"job_number":"JOB_171402","tr_customer_id":171419,"tr_customer_product_id":171409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:29.000Z","modified_at":"2026-01-30T06:34:29.000Z","name":"John Doe","mobile_number":"9876543210","email_id":"test.user@example.com","dop":"2025-09-09","serial_number":"14549660389789","imei1":"14549660389789","imei2":"14549660389789","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171413,"job_number":"JOB_171413","tr_customer_id":171430,"tr_customer_product_id":171420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:17.000Z","modified_at":"2026-01-30T06:37:53.000Z","name":"Alyce Braun","mobile_number":"514-278-6826","email_id":"Bianka_Bradtke@hotmail.com","dop":"2025-04-06","serial_number":"14063792866555","imei1":"14063792866555","imei2":"14063792866555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171414,"job_number":"JOB_171414","tr_customer_id":171431,"tr_customer_product_id":171421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:18.000Z","modified_at":"2026-01-30T06:37:18.000Z","name":"Audie Wilkinson","mobile_number":"940-200-3652","email_id":"Mekhi_Pollich@gmail.com","dop":"2025-04-06","serial_number":"16599884165856758","imei1":"16599884165856758","imei2":"16599884165856758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:37:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171415,"job_number":"JOB_171415","tr_customer_id":171432,"tr_customer_product_id":171422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:23.000Z","modified_at":"2026-01-30T06:37:23.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10449886594967","imei1":"10449886594967","imei2":"10449886594967","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:37:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171416,"job_number":"JOB_171416","tr_customer_id":171433,"tr_customer_product_id":171423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:23.000Z","modified_at":"2026-01-30T06:37:59.000Z","name":"Monique Metz","mobile_number":"784-353-6279","email_id":"Randall_Kihn71@hotmail.com","dop":"2025-06-18","serial_number":"10233704225337","imei1":"10233704225337","imei2":"10233704225337","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171417,"job_number":"JOB_171417","tr_customer_id":171434,"tr_customer_product_id":171424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:24.000Z","modified_at":"2026-01-30T06:37:24.000Z","name":"Pedro Feil","mobile_number":"581-343-8393","email_id":"Hank41@yahoo.com","dop":"2025-06-18","serial_number":"1055509162447858","imei1":"1055509162447858","imei2":"1055509162447858","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:37:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171418,"job_number":"JOB_171418","tr_customer_id":171435,"tr_customer_product_id":171425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:02.000Z","modified_at":"2026-01-30T06:38:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17035574083526","imei1":"17035574083526","imei2":"17035574083526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171419,"job_number":"JOB_171419","tr_customer_id":171436,"tr_customer_product_id":171426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:03.000Z","modified_at":"2026-01-30T06:38:45.000Z","name":"Emory Hills","mobile_number":"449-516-7006","email_id":"Beverly72@hotmail.com","dop":"2025-04-06","serial_number":"17377993774340","imei1":"17377993774340","imei2":"17377993774340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:38:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171420,"job_number":"JOB_171420","tr_customer_id":171437,"tr_customer_product_id":171427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:04.000Z","modified_at":"2026-01-30T06:38:04.000Z","name":"Arnoldo Rowe","mobile_number":"715-648-0517","email_id":"Misael82@gmail.com","dop":"2025-04-06","serial_number":"19453067720342332","imei1":"19453067720342332","imei2":"19453067720342332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171421,"job_number":"JOB_171421","tr_customer_id":171438,"tr_customer_product_id":171428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:06.000Z","modified_at":"2026-01-30T06:38:06.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10194295574346","imei1":"10194295574346","imei2":"10194295574346","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171422,"job_number":"JOB_171422","tr_customer_id":171439,"tr_customer_product_id":171429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:06.000Z","modified_at":"2026-01-30T06:38:41.000Z","name":"Tanya Muller","mobile_number":"499-863-5591","email_id":"Jerrell.Shanahan@gmail.com","dop":"2025-06-18","serial_number":"10767366403962","imei1":"10767366403962","imei2":"10767366403962","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:38:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171423,"job_number":"JOB_171423","tr_customer_id":171440,"tr_customer_product_id":171430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:07.000Z","modified_at":"2026-01-30T06:38:07.000Z","name":"Alaina Bradtke","mobile_number":"946-876-1675","email_id":"Wade_Stiedemann16@hotmail.com","dop":"2025-06-18","serial_number":"1039100315912026","imei1":"1039100315912026","imei2":"1039100315912026","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171424,"job_number":"JOB_171424","tr_customer_id":171441,"tr_customer_product_id":171431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:49.000Z","modified_at":"2026-01-30T06:38:49.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-20","serial_number":"84620302988448","imei1":"84620302988448","imei2":"84620302988448","popurl":"2026-01-20T06:38:49.434423967Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171425,"job_number":"JOB_171425","tr_customer_id":171442,"tr_customer_product_id":171432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:50.000Z","modified_at":"2026-01-30T06:38:50.000Z","name":"Vidhur Bhat","mobile_number":"7018408778","email_id":"chandi.namboothiri@hotmail.com","dop":"2026-01-20","serial_number":"294726616218339","imei1":"294726616218339","imei2":"294726616218339","popurl":"www.chakravartee-iyengar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171426,"job_number":"JOB_171426","tr_customer_id":171443,"tr_customer_product_id":171433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:51.000Z","modified_at":"2026-01-30T06:38:51.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-20","serial_number":"78920578944937","imei1":"78920578944937","imei2":"78920578944937","popurl":"2026-01-20T06:38:51.000619749Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171427,"job_number":"JOB_171427","tr_customer_id":171444,"tr_customer_product_id":171434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:52.000Z","modified_at":"2026-01-30T06:38:52.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-20","serial_number":"78925764375486","imei1":"78925764375486","imei2":"78925764375486","popurl":"2026-01-20T06:38:51.644369888Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171428,"job_number":"JOB_171428","tr_customer_id":171445,"tr_customer_product_id":171435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:53.000Z","modified_at":"2026-01-30T06:38:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12250772332679","imei1":"12250772332679","imei2":"12250772332679","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171429,"job_number":"JOB_171429","tr_customer_id":171446,"tr_customer_product_id":171436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:53.000Z","modified_at":"2026-01-30T06:39:34.000Z","name":"Angelica Mueller","mobile_number":"409-922-1138","email_id":"Schuyler79@hotmail.com","dop":"2025-04-06","serial_number":"17754698422174","imei1":"17754698422174","imei2":"17754698422174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:39:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171430,"job_number":"JOB_171430","tr_customer_id":171447,"tr_customer_product_id":171437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:54.000Z","modified_at":"2026-01-30T06:38:55.000Z","name":"Coralie Runolfsson","mobile_number":"858-305-4471","email_id":"Alden.Mills57@yahoo.com","dop":"2025-04-06","serial_number":"14197267669293620","imei1":"14197267669293620","imei2":"14197267669293620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171431,"job_number":"JOB_171431","tr_customer_id":171448,"tr_customer_product_id":171438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:39:42.000Z","modified_at":"2026-01-30T06:39:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18873266354982","imei1":"18873266354982","imei2":"18873266354982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171432,"job_number":"JOB_171432","tr_customer_id":171449,"tr_customer_product_id":171439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:39:43.000Z","modified_at":"2026-01-30T06:40:41.000Z","name":"Flossie Gislason","mobile_number":"771-490-3579","email_id":"Aurore.Bosco44@hotmail.com","dop":"2025-04-06","serial_number":"11925292084606","imei1":"11925292084606","imei2":"11925292084606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:40:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171433,"job_number":"JOB_171433","tr_customer_id":171450,"tr_customer_product_id":171440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:39:44.000Z","modified_at":"2026-01-30T06:39:44.000Z","name":"Consuelo Kozey","mobile_number":"680-937-6254","email_id":"Wilhelmine67@hotmail.com","dop":"2025-04-06","serial_number":"19112996924905070","imei1":"19112996924905070","imei2":"19112996924905070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171434,"job_number":"JOB_171434","tr_customer_id":171451,"tr_customer_product_id":171441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:40:39.000Z","modified_at":"2026-01-30T06:40:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19786376169286","imei1":"19786376169286","imei2":"19786376169286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:40:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171435,"job_number":"JOB_171435","tr_customer_id":171452,"tr_customer_product_id":171442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:40:39.000Z","modified_at":"2026-01-30T06:41:21.000Z","name":"Eloise Bernier","mobile_number":"843-219-6957","email_id":"Astrid85@yahoo.com","dop":"2025-04-06","serial_number":"18188436078581","imei1":"18188436078581","imei2":"18188436078581","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171436,"job_number":"JOB_171436","tr_customer_id":171453,"tr_customer_product_id":171443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:40:41.000Z","modified_at":"2026-01-30T06:40:41.000Z","name":"Anika Renner","mobile_number":"989-580-0127","email_id":"Teagan.Harber@hotmail.com","dop":"2025-04-06","serial_number":"17970059952303652","imei1":"17970059952303652","imei2":"17970059952303652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:40:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171437,"job_number":"JOB_171437","tr_customer_id":171454,"tr_customer_product_id":171444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:41:29.000Z","modified_at":"2026-01-30T06:41:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14600857956217","imei1":"14600857956217","imei2":"14600857956217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171438,"job_number":"JOB_171438","tr_customer_id":171455,"tr_customer_product_id":171445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:41:30.000Z","modified_at":"2026-01-30T06:42:11.000Z","name":"Carol Orn","mobile_number":"443-207-0123","email_id":"Dusty71@hotmail.com","dop":"2025-04-06","serial_number":"10098863898328","imei1":"10098863898328","imei2":"10098863898328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171439,"job_number":"JOB_171439","tr_customer_id":171456,"tr_customer_product_id":171446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:41:31.000Z","modified_at":"2026-01-30T06:41:31.000Z","name":"Augustus Gleason","mobile_number":"629-969-1104","email_id":"Adrain.Wintheiser@hotmail.com","dop":"2025-04-06","serial_number":"16909717749416220","imei1":"16909717749416220","imei2":"16909717749416220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:41:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171440,"job_number":"JOB_171440","tr_customer_id":171457,"tr_customer_product_id":171447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:41:54.000Z","modified_at":"2026-01-30T06:41:54.000Z","name":"Apsara Gill","mobile_number":"7042054772","email_id":"chandi.bhattacharya@gmail.com","dop":"2026-01-20","serial_number":"641881113147209","imei1":"641881113147209","imei2":"641881113147209","popurl":"www.dayaananda-rana.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:41:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171441,"job_number":"JOB_171441","tr_customer_id":171458,"tr_customer_product_id":171448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:19.000Z","modified_at":"2026-01-30T06:42:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10540855471555","imei1":"10540855471555","imei2":"10540855471555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171442,"job_number":"JOB_171442","tr_customer_id":171459,"tr_customer_product_id":171449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:20.000Z","modified_at":"2026-01-30T06:43:02.000Z","name":"Lelia Williamson","mobile_number":"624-703-3457","email_id":"Daniela.Dibbert@gmail.com","dop":"2025-04-06","serial_number":"15708596892660","imei1":"15708596892660","imei2":"15708596892660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:43:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171444,"job_number":"JOB_171444","tr_customer_id":171461,"tr_customer_product_id":171451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:21.000Z","modified_at":"2026-01-30T06:42:21.000Z","name":"Mia Hackett","mobile_number":"978-746-9888","email_id":"Kris_Ryan56@yahoo.com","dop":"2025-04-06","serial_number":"17010070198916548","imei1":"17010070198916548","imei2":"17010070198916548","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171447,"job_number":"JOB_171447","tr_customer_id":171464,"tr_customer_product_id":171454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:01.000Z","modified_at":"2026-01-30T06:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11286462949392","imei1":"11286462949392","imei2":"11286462949392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171448,"job_number":"JOB_171448","tr_customer_id":171465,"tr_customer_product_id":171455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:01.000Z","modified_at":"2026-01-30T06:43:38.000Z","name":"Donald White","mobile_number":"933-961-6682","email_id":"Janice74@yahoo.com","dop":"2025-04-06","serial_number":"13866586605913","imei1":"13866586605913","imei2":"13866586605913","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:43:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171449,"job_number":"JOB_171449","tr_customer_id":171466,"tr_customer_product_id":171456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:03.000Z","modified_at":"2026-01-30T06:43:03.000Z","name":"Chesley Waters","mobile_number":"308-932-3109","email_id":"Carmela.Carroll70@yahoo.com","dop":"2025-04-06","serial_number":"18587871383551744","imei1":"18587871383551744","imei2":"18587871383551744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171450,"job_number":"JOB_171450","tr_customer_id":171467,"tr_customer_product_id":171457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:44.000Z","modified_at":"2026-01-30T06:43:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16837989652693","imei1":"16837989652693","imei2":"16837989652693","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171451,"job_number":"JOB_171451","tr_customer_id":171468,"tr_customer_product_id":171458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:45.000Z","modified_at":"2026-01-30T06:44:20.000Z","name":"Jaida Ferry","mobile_number":"451-775-2328","email_id":"Faye.Cruickshank@gmail.com","dop":"2025-04-06","serial_number":"11447686334437","imei1":"11447686334437","imei2":"11447686334437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:44:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171452,"job_number":"JOB_171452","tr_customer_id":171469,"tr_customer_product_id":171459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:46.000Z","modified_at":"2026-01-30T06:43:46.000Z","name":"Oceane Balistreri","mobile_number":"982-609-2917","email_id":"Mckenna.MacGyver@yahoo.com","dop":"2025-04-06","serial_number":"10254914545826570","imei1":"10254914545826570","imei2":"10254914545826570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171453,"job_number":"JOB_171453","tr_customer_id":171470,"tr_customer_product_id":171460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:11.000Z","modified_at":"2026-01-30T06:44:11.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11354979510211","imei2":"11354979510211","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171454,"job_number":"JOB_171454","tr_customer_id":171471,"tr_customer_product_id":171461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:12.000Z","modified_at":"2026-01-30T06:44:21.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10384620595500","imei2":"10384620595500","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:44:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171455,"job_number":"JOB_171455","tr_customer_id":171472,"tr_customer_product_id":171462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:25.000Z","modified_at":"2026-01-30T06:44:25.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17276246388785","imei2":"17276246388785","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171456,"job_number":"JOB_171456","tr_customer_id":171473,"tr_customer_product_id":171463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:25.000Z","modified_at":"2026-01-30T06:44:35.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10140036009857","imei2":"10140036009857","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171457,"job_number":"JOB_171457","tr_customer_id":171474,"tr_customer_product_id":171464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:27.000Z","modified_at":"2026-01-30T06:44:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19454770736993","imei1":"19454770736993","imei2":"19454770736993","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171458,"job_number":"JOB_171458","tr_customer_id":171475,"tr_customer_product_id":171465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:27.000Z","modified_at":"2026-01-30T06:45:03.000Z","name":"Rodolfo Rohan","mobile_number":"458-992-1210","email_id":"Eloise90@hotmail.com","dop":"2025-04-06","serial_number":"12791608737944","imei1":"12791608737944","imei2":"12791608737944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:45:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171459,"job_number":"JOB_171459","tr_customer_id":171476,"tr_customer_product_id":171466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:29.000Z","modified_at":"2026-01-30T06:44:29.000Z","name":"Emerald Baumbach","mobile_number":"227-786-2981","email_id":"Clotilde.Weissnat55@gmail.com","dop":"2025-04-06","serial_number":"13439877704105120","imei1":"13439877704105120","imei2":"13439877704105120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171460,"job_number":"JOB_171460","tr_customer_id":171477,"tr_customer_product_id":171467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:38.000Z","modified_at":"2026-01-30T06:44:38.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14250175868810","imei2":"14250175868810","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171461,"job_number":"JOB_171461","tr_customer_id":171478,"tr_customer_product_id":171468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:38.000Z","modified_at":"2026-01-30T06:44:48.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15543156432259","imei2":"15543156432259","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:44:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171462,"job_number":"JOB_171462","tr_customer_id":171479,"tr_customer_product_id":171469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:48:01.000Z","modified_at":"2026-01-30T06:48:37.000Z","name":"Ally Christiansen","mobile_number":"410-987-7376","email_id":"Marina54@yahoo.com","dop":"2025-04-06","serial_number":"14337740333569","imei1":"14337740333569","imei2":"14337740333569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171463,"job_number":"JOB_171463","tr_customer_id":171480,"tr_customer_product_id":171470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:48:02.000Z","modified_at":"2026-01-30T06:48:02.000Z","name":"Carroll Will","mobile_number":"884-569-5450","email_id":"Elva_Grimes20@yahoo.com","dop":"2025-04-06","serial_number":"11465550862617018","imei1":"11465550862617018","imei2":"11465550862617018","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171464,"job_number":"JOB_171464","tr_customer_id":171481,"tr_customer_product_id":171471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:53.000Z","modified_at":"2026-01-30T06:49:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16249148406513","imei1":"16249148406513","imei2":"16249148406513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171465,"job_number":"JOB_171465","tr_customer_id":171482,"tr_customer_product_id":171472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:54.000Z","modified_at":"2026-01-30T06:50:31.000Z","name":"Jon Murray","mobile_number":"381-202-9885","email_id":"Hayley15@gmail.com","dop":"2025-04-06","serial_number":"18840942941616","imei1":"18840942941616","imei2":"18840942941616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171466,"job_number":"JOB_171466","tr_customer_id":171483,"tr_customer_product_id":171473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:55.000Z","modified_at":"2026-01-30T06:49:55.000Z","name":"Sam O'Keefe","mobile_number":"387-563-6363","email_id":"Ludwig_Wyman@hotmail.com","dop":"2025-04-06","serial_number":"15761893637363088","imei1":"15761893637363088","imei2":"15761893637363088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171468,"job_number":"JOB_171468","tr_customer_id":171485,"tr_customer_product_id":171475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:57.000Z","modified_at":"2026-01-30T06:50:36.000Z","name":"Karl Hermann","mobile_number":"290-777-9104","email_id":"Roxanne.Crooks@hotmail.com","dop":"2000-01-31","serial_number":"10652864214019","imei1":"10652864214019","imei2":"10652864214019","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171470,"job_number":"JOB_171470","tr_customer_id":171487,"tr_customer_product_id":171477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:04.000Z","modified_at":"2026-01-30T06:50:04.000Z","name":"Miracle Blanda","mobile_number":"986-248-6169","email_id":"Freeda37@gmail.com","dop":"2025-09-09","serial_number":"16668035330546","imei1":"16668035330546","imei2":"16668035330546","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171471,"job_number":"JOB_171471","tr_customer_id":171488,"tr_customer_product_id":171478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:39.000Z","modified_at":"2026-01-30T06:50:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10169520905938","imei1":"10169520905938","imei2":"10169520905938","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171472,"job_number":"JOB_171472","tr_customer_id":171489,"tr_customer_product_id":171479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:39.000Z","modified_at":"2026-01-30T06:51:16.000Z","name":"Nicole Koch","mobile_number":"675-794-8383","email_id":"Ansley_Cassin13@hotmail.com","dop":"2025-04-06","serial_number":"10088242667168","imei1":"10088242667168","imei2":"10088242667168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171473,"job_number":"JOB_171473","tr_customer_id":171490,"tr_customer_product_id":171480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:40.000Z","modified_at":"2026-01-30T06:50:40.000Z","name":"Dorcas Green","mobile_number":"761-439-5288","email_id":"Jerrod.OKeefe@gmail.com","dop":"2025-04-06","serial_number":"12651465035248960","imei1":"12651465035248960","imei2":"12651465035248960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171475,"job_number":"JOB_171475","tr_customer_id":171492,"tr_customer_product_id":171482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:44.000Z","modified_at":"2026-01-30T06:51:22.000Z","name":"Sandrine Ankunding","mobile_number":"266-338-8420","email_id":"Delta.Kihn87@yahoo.com","dop":"2000-01-31","serial_number":"10872509323159","imei1":"10872509323159","imei2":"10872509323159","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171477,"job_number":"JOB_171477","tr_customer_id":171494,"tr_customer_product_id":171484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:23.000Z","modified_at":"2026-01-30T06:51:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17548729132859","imei1":"17548729132859","imei2":"17548729132859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171478,"job_number":"JOB_171478","tr_customer_id":171495,"tr_customer_product_id":171485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:23.000Z","modified_at":"2026-01-30T06:52:00.000Z","name":"Ena Reynolds","mobile_number":"710-692-4832","email_id":"Casper_Zemlak@yahoo.com","dop":"2025-04-06","serial_number":"13290862438213","imei1":"13290862438213","imei2":"13290862438213","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:52:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171479,"job_number":"JOB_171479","tr_customer_id":171496,"tr_customer_product_id":171486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:25.000Z","modified_at":"2026-01-30T06:51:25.000Z","name":"Roxane Feeney","mobile_number":"987-279-3107","email_id":"Nickolas_OKon@hotmail.com","dop":"2025-04-06","serial_number":"12697961695189620","imei1":"12697961695189620","imei2":"12697961695189620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171481,"job_number":"JOB_171481","tr_customer_id":171498,"tr_customer_product_id":171488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:30.000Z","modified_at":"2026-01-30T06:52:09.000Z","name":"Lula Satterfield","mobile_number":"953-755-0711","email_id":"Osbaldo.Rutherford15@hotmail.com","dop":"2000-01-31","serial_number":"10794771181519","imei1":"10794771181519","imei2":"10794771181519","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:52:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171483,"job_number":"JOB_171483","tr_customer_id":171500,"tr_customer_product_id":171490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:32.000Z","modified_at":"2026-01-30T06:51:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11775548082085","imei1":"11775548082085","imei2":"11775548082085","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171484,"job_number":"JOB_171484","tr_customer_id":171501,"tr_customer_product_id":171491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:32.000Z","modified_at":"2026-01-30T06:52:15.000Z","name":"Esmeralda Hilll","mobile_number":"370-515-7377","email_id":"Thalia31@yahoo.com","dop":"2025-04-06","serial_number":"15009687982338","imei1":"15009687982338","imei2":"15009687982338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171485,"job_number":"JOB_171485","tr_customer_id":171502,"tr_customer_product_id":171492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:34.000Z","modified_at":"2026-01-30T06:51:34.000Z","name":"Lenora Ortiz","mobile_number":"745-612-2428","email_id":"Judge_Auer@gmail.com","dop":"2025-04-06","serial_number":"13798439907046462","imei1":"13798439907046462","imei2":"13798439907046462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171487,"job_number":"JOB_171487","tr_customer_id":171504,"tr_customer_product_id":171494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:16.000Z","modified_at":"2026-01-30T06:52:54.000Z","name":"Palma Oberbrunner","mobile_number":"538-629-5570","email_id":"Ian56@gmail.com","dop":"2000-01-31","serial_number":"10592997565497","imei1":"10592997565497","imei2":"10592997565497","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:52:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171489,"job_number":"JOB_171489","tr_customer_id":171506,"tr_customer_product_id":171496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:24.000Z","modified_at":"2026-01-30T06:52:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16101568876220","imei1":"16101568876220","imei2":"16101568876220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171490,"job_number":"JOB_171490","tr_customer_id":171507,"tr_customer_product_id":171497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:24.000Z","modified_at":"2026-01-30T06:53:07.000Z","name":"Toy Von","mobile_number":"820-878-0914","email_id":"Fleta.Ritchie@hotmail.com","dop":"2025-04-06","serial_number":"12895160614008","imei1":"12895160614008","imei2":"12895160614008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:53:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171491,"job_number":"JOB_171491","tr_customer_id":171508,"tr_customer_product_id":171498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:25.000Z","modified_at":"2026-01-30T06:52:25.000Z","name":"Adrian Watsica","mobile_number":"724-989-7763","email_id":"Wilmer85@yahoo.com","dop":"2025-04-06","serial_number":"13603664094148922","imei1":"13603664094148922","imei2":"13603664094148922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171492,"job_number":"JOB_171492","tr_customer_id":171509,"tr_customer_product_id":171499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:53:15.000Z","modified_at":"2026-01-30T06:53:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18081540129974","imei1":"18081540129974","imei2":"18081540129974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:53:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171493,"job_number":"JOB_171493","tr_customer_id":171510,"tr_customer_product_id":171500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:53:15.000Z","modified_at":"2026-01-30T06:53:58.000Z","name":"Charlene Shields","mobile_number":"603-379-4684","email_id":"Tyree_Lang@yahoo.com","dop":"2025-04-06","serial_number":"12230021042897","imei1":"12230021042897","imei2":"12230021042897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:53:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171494,"job_number":"JOB_171494","tr_customer_id":171511,"tr_customer_product_id":171501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:53:17.000Z","modified_at":"2026-01-30T06:53:17.000Z","name":"Keagan Ruecker","mobile_number":"920-991-2092","email_id":"Demarco.Hodkiewicz37@hotmail.com","dop":"2025-04-06","serial_number":"15772399958179780","imei1":"15772399958179780","imei2":"15772399958179780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:53:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171495,"job_number":"JOB_171495","tr_customer_id":171512,"tr_customer_product_id":171502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:53:22.000Z","modified_at":"2026-01-30T06:53:22.000Z","name":"Angelica Runolfsson","mobile_number":"350-881-1158","email_id":"Chaya_Schuster@hotmail.com","dop":"2025-09-09","serial_number":"14454116015698","imei1":"14454116015698","imei2":"14454116015698","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171496,"job_number":"JOB_171496","tr_customer_id":171513,"tr_customer_product_id":171503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:55:04.000Z","modified_at":"2026-01-30T06:55:04.000Z","name":"Lurline Goodwin","mobile_number":"525-443-8103","email_id":"Jonathon42@hotmail.com","dop":"2025-09-09","serial_number":"15051964001163","imei1":"15051964001163","imei2":"15051964001163","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171497,"job_number":"JOB_171497","tr_customer_id":171514,"tr_customer_product_id":171504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:55:17.000Z","modified_at":"2026-01-30T06:55:17.000Z","name":"Skye Runolfsson","mobile_number":"225-345-3823","email_id":"Marquise_Larson@gmail.com","dop":"2025-09-09","serial_number":"12645485683199","imei1":"12645485683199","imei2":"12645485683199","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171498,"job_number":"JOB_171498","tr_customer_id":171515,"tr_customer_product_id":171505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:56:12.000Z","modified_at":"2026-01-30T06:56:12.000Z","name":"Kyla VonRueden","mobile_number":"952-649-7856","email_id":"Maudie.Wisozk0@hotmail.com","dop":"2025-09-09","serial_number":"10327867929275","imei1":"10327867929275","imei2":"10327867929275","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171499,"job_number":"JOB_171499","tr_customer_id":171516,"tr_customer_product_id":171506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:56:22.000Z","modified_at":"2026-01-30T06:56:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12193262939292","imei1":"12193262939292","imei2":"12193262939292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171500,"job_number":"JOB_171500","tr_customer_id":171517,"tr_customer_product_id":171507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:56:23.000Z","modified_at":"2026-01-30T06:56:59.000Z","name":"Minnie O'Connell","mobile_number":"503-908-6287","email_id":"Angelo_Schuppe25@gmail.com","dop":"2025-04-06","serial_number":"18929316598505","imei1":"18929316598505","imei2":"18929316598505","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171501,"job_number":"JOB_171501","tr_customer_id":171518,"tr_customer_product_id":171508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:56:24.000Z","modified_at":"2026-01-30T06:56:24.000Z","name":"Armani Ward","mobile_number":"882-580-5671","email_id":"Freddie15@yahoo.com","dop":"2025-04-06","serial_number":"17374772680977526","imei1":"17374772680977526","imei2":"17374772680977526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171502,"job_number":"JOB_171502","tr_customer_id":171519,"tr_customer_product_id":171509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:06.000Z","modified_at":"2026-01-30T06:57:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10288515650281","imei1":"10288515650281","imei2":"10288515650281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171503,"job_number":"JOB_171503","tr_customer_id":171520,"tr_customer_product_id":171510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:06.000Z","modified_at":"2026-01-30T06:57:43.000Z","name":"Dewitt Herzog","mobile_number":"704-535-4877","email_id":"Ericka.Willms1@hotmail.com","dop":"2025-04-06","serial_number":"13948918409698","imei1":"13948918409698","imei2":"13948918409698","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171504,"job_number":"JOB_171504","tr_customer_id":171521,"tr_customer_product_id":171511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:08.000Z","modified_at":"2026-01-30T06:57:08.000Z","name":"Derek Brakus","mobile_number":"676-470-8305","email_id":"Eusebio12@yahoo.com","dop":"2025-04-06","serial_number":"15248174536099944","imei1":"15248174536099944","imei2":"15248174536099944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171505,"job_number":"JOB_171505","tr_customer_id":171522,"tr_customer_product_id":171512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:26.000Z","modified_at":"2026-01-30T06:57:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15751855527269","imei1":"15751855527269","imei2":"15751855527269","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171506,"job_number":"JOB_171506","tr_customer_id":171523,"tr_customer_product_id":171513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:26.000Z","modified_at":"2026-01-30T06:58:01.000Z","name":"Orin Gerhold","mobile_number":"788-701-3787","email_id":"Christop_Blanda57@gmail.com","dop":"2025-04-06","serial_number":"16617832952417","imei1":"16617832952417","imei2":"16617832952417","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171507,"job_number":"JOB_171507","tr_customer_id":171524,"tr_customer_product_id":171514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:28.000Z","modified_at":"2026-01-30T06:57:28.000Z","name":"Markus Funk","mobile_number":"661-936-2750","email_id":"Arvid79@yahoo.com","dop":"2025-04-06","serial_number":"16176404680002216","imei1":"16176404680002216","imei2":"16176404680002216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171508,"job_number":"JOB_171508","tr_customer_id":171525,"tr_customer_product_id":171515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:34.000Z","modified_at":"2026-01-30T06:57:34.000Z","name":"Imogene Brown","mobile_number":"988-800-4110","email_id":"Nicholas_Heathcote@hotmail.com","dop":"2025-09-09","serial_number":"17833147080997","imei1":"17833147080997","imei2":"17833147080997","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171509,"job_number":"JOB_171509","tr_customer_id":171526,"tr_customer_product_id":171516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:36.000Z","modified_at":"2026-01-30T06:58:13.000Z","name":"Bill Macejkovic","mobile_number":"344-961-8646","email_id":"Helen_Connelly96@yahoo.com","dop":"2025-04-06","serial_number":"11128181693624","imei1":"11128181693624","imei2":"11128181693624","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171510,"job_number":"JOB_171510","tr_customer_id":171527,"tr_customer_product_id":171517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:37.000Z","modified_at":"2026-01-30T06:57:37.000Z","name":"Matilda Kulas","mobile_number":"867-266-6207","email_id":"Will_Jakubowski@gmail.com","dop":"2025-04-06","serial_number":"19812028850368330","imei1":"19812028850368330","imei2":"19812028850368330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171511,"job_number":"JOB_171511","tr_customer_id":171528,"tr_customer_product_id":171518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:49.000Z","modified_at":"2026-01-30T06:57:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15313901353331","imei1":"15313901353331","imei2":"15313901353331","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171512,"job_number":"JOB_171512","tr_customer_id":171529,"tr_customer_product_id":171519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:50.000Z","modified_at":"2026-01-30T06:58:25.000Z","name":"Haven O'Keefe","mobile_number":"453-269-6038","email_id":"Mariam.Kertzmann56@yahoo.com","dop":"2025-04-06","serial_number":"13018620907147","imei1":"13018620907147","imei2":"13018620907147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171513,"job_number":"JOB_171513","tr_customer_id":171530,"tr_customer_product_id":171520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:51.000Z","modified_at":"2026-01-30T06:57:51.000Z","name":"Natalie Herman","mobile_number":"229-944-5627","email_id":"Freeman.Marquardt61@hotmail.com","dop":"2025-04-06","serial_number":"12333635859026370","imei1":"12333635859026370","imei2":"12333635859026370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171514,"job_number":"JOB_171514","tr_customer_id":171531,"tr_customer_product_id":171521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:58.000Z","modified_at":"2026-01-30T06:58:36.000Z","name":"Sadie Prohaska","mobile_number":"579-300-9292","email_id":"Jordy_Barton50@hotmail.com","dop":"2025-04-06","serial_number":"14908243225646","imei1":"14908243225646","imei2":"14908243225646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:58:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171515,"job_number":"JOB_171515","tr_customer_id":171532,"tr_customer_product_id":171522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:59.000Z","modified_at":"2026-01-30T06:57:59.000Z","name":"Era DuBuque","mobile_number":"665-590-3835","email_id":"Patsy.Fisher@yahoo.com","dop":"2025-04-06","serial_number":"13545061129115658","imei1":"13545061129115658","imei2":"13545061129115658","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171516,"job_number":"JOB_171516","tr_customer_id":171533,"tr_customer_product_id":171523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:03.000Z","modified_at":"2026-01-30T06:58:03.000Z","name":"Tristin Willms","mobile_number":"345-708-1168","email_id":"Christophe27@gmail.com","dop":"2025-09-09","serial_number":"11106271964166","imei1":"11106271964166","imei2":"11106271964166","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171517,"job_number":"JOB_171517","tr_customer_id":171534,"tr_customer_product_id":171524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:08.000Z","modified_at":"2026-01-30T06:58:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10361754681296","imei1":"10361754681296","imei2":"10361754681296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171518,"job_number":"JOB_171518","tr_customer_id":171535,"tr_customer_product_id":171525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:08.000Z","modified_at":"2026-01-30T06:58:43.000Z","name":"Abigayle Kris","mobile_number":"761-332-8215","email_id":"Cecile97@hotmail.com","dop":"2025-04-06","serial_number":"15965980938106","imei1":"15965980938106","imei2":"15965980938106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171519,"job_number":"JOB_171519","tr_customer_id":171536,"tr_customer_product_id":171526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:10.000Z","modified_at":"2026-01-30T06:58:10.000Z","name":"Lew White","mobile_number":"370-372-0980","email_id":"Giles95@yahoo.com","dop":"2025-04-06","serial_number":"11398134508216808","imei1":"11398134508216808","imei2":"11398134508216808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171520,"job_number":"JOB_171520","tr_customer_id":171537,"tr_customer_product_id":171527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:45.000Z","modified_at":"2026-01-30T06:58:45.000Z","name":"Sterling Rau","mobile_number":"803-303-8082","email_id":"Rodolfo89@gmail.com","dop":"2025-09-09","serial_number":"16468926085081","imei1":"16468926085081","imei2":"16468926085081","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171521,"job_number":"JOB_171521","tr_customer_id":171538,"tr_customer_product_id":171528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:49.000Z","modified_at":"2026-01-30T06:58:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16592766373495","imei1":"16592766373495","imei2":"16592766373495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171522,"job_number":"JOB_171522","tr_customer_id":171539,"tr_customer_product_id":171529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:49.000Z","modified_at":"2026-01-30T06:59:24.000Z","name":"Hubert Von","mobile_number":"240-905-8545","email_id":"Leone35@gmail.com","dop":"2025-04-06","serial_number":"14082966664898","imei1":"14082966664898","imei2":"14082966664898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171523,"job_number":"JOB_171523","tr_customer_id":171540,"tr_customer_product_id":171530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:51.000Z","modified_at":"2026-01-30T06:58:51.000Z","name":"Neil Farrell","mobile_number":"869-464-6032","email_id":"Pearl47@gmail.com","dop":"2025-04-06","serial_number":"14717219945456170","imei1":"14717219945456170","imei2":"14717219945456170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171524,"job_number":"JOB_171524","tr_customer_id":171541,"tr_customer_product_id":171531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:59:02.000Z","modified_at":"2026-01-30T06:59:02.000Z","name":"Pearlie Prohaska","mobile_number":"525-592-5075","email_id":"Dominic_Skiles58@gmail.com","dop":"2025-09-09","serial_number":"12067535518042","imei1":"12067535518042","imei2":"12067535518042","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171525,"job_number":"JOB_171525","tr_customer_id":171542,"tr_customer_product_id":171532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:39.000Z","modified_at":"2026-01-30T07:02:17.000Z","name":"Joanie Powlowski","mobile_number":"802-335-6312","email_id":"Barton_Lebsack@gmail.com","dop":"2025-04-06","serial_number":"14376072532521","imei1":"14376072532521","imei2":"14376072532521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:02:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171526,"job_number":"JOB_171526","tr_customer_id":171543,"tr_customer_product_id":171533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:40.000Z","modified_at":"2026-01-30T07:01:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18723547504525","imei1":"18723547504525","imei2":"18723547504525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171527,"job_number":"JOB_171527","tr_customer_id":171544,"tr_customer_product_id":171534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:40.000Z","modified_at":"2026-01-30T07:02:24.000Z","name":"Connie Schuppe","mobile_number":"584-955-6634","email_id":"Merlin_Kub@yahoo.com","dop":"2025-04-06","serial_number":"10591221565016","imei1":"10591221565016","imei2":"10591221565016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:02:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171528,"job_number":"JOB_171528","tr_customer_id":171545,"tr_customer_product_id":171535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:41.000Z","modified_at":"2026-01-30T07:01:41.000Z","name":"Dominique Schulist","mobile_number":"641-506-5536","email_id":"Agnes.Langosh6@gmail.com","dop":"2025-04-06","serial_number":"18569891496144810","imei1":"18569891496144810","imei2":"18569891496144810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171529,"job_number":"JOB_171529","tr_customer_id":171546,"tr_customer_product_id":171536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:42.000Z","modified_at":"2026-01-30T07:01:42.000Z","name":"Winston Leuschke","mobile_number":"524-917-9050","email_id":"Nicholaus.Padberg@hotmail.com","dop":"2025-04-06","serial_number":"11695114576255368","imei1":"11695114576255368","imei2":"11695114576255368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171530,"job_number":"JOB_171530","tr_customer_id":171547,"tr_customer_product_id":171537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:32.000Z","modified_at":"2026-01-30T07:02:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13121651044421","imei1":"13121651044421","imei2":"13121651044421","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171531,"job_number":"JOB_171531","tr_customer_id":171548,"tr_customer_product_id":171538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:32.000Z","modified_at":"2026-01-30T07:03:14.000Z","name":"Wilber Jacobi","mobile_number":"992-552-7723","email_id":"Jillian_Rosenbaum@hotmail.com","dop":"2025-04-06","serial_number":"10488205111150","imei1":"10488205111150","imei2":"10488205111150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:03:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171532,"job_number":"JOB_171532","tr_customer_id":171549,"tr_customer_product_id":171539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:34.000Z","modified_at":"2026-01-30T07:02:34.000Z","name":"Brett McClure","mobile_number":"455-262-6178","email_id":"Maxime84@hotmail.com","dop":"2025-04-06","serial_number":"14347449997241674","imei1":"14347449997241674","imei2":"14347449997241674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171533,"job_number":"JOB_171533","tr_customer_id":171550,"tr_customer_product_id":171540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:41.000Z","modified_at":"2026-01-30T07:02:41.000Z","name":"Graham Hammes","mobile_number":"783-764-9154","email_id":"Jillian.Ullrich@gmail.com","dop":"2025-09-09","serial_number":"16505345934610","imei1":"16505345934610","imei2":"16505345934610","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171534,"job_number":"JOB_171534","tr_customer_id":171551,"tr_customer_product_id":171541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:58.000Z","modified_at":"2026-01-30T07:02:58.000Z","name":"Keanu Haley","mobile_number":"421-716-5661","email_id":"Ally1@hotmail.com","dop":"2025-09-09","serial_number":"11259288924508","imei1":"11259288924508","imei2":"11259288924508","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171535,"job_number":"JOB_171535","tr_customer_id":171552,"tr_customer_product_id":171542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:03:22.000Z","modified_at":"2026-01-30T07:03:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14352760864327","imei1":"14352760864327","imei2":"14352760864327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:03:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171536,"job_number":"JOB_171536","tr_customer_id":171553,"tr_customer_product_id":171543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:03:23.000Z","modified_at":"2026-01-30T07:04:26.000Z","name":"Kaylin Wisozk","mobile_number":"469-902-9439","email_id":"Margarete.Mueller50@gmail.com","dop":"2025-04-06","serial_number":"17636839238460","imei1":"17636839238460","imei2":"17636839238460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:04:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171537,"job_number":"JOB_171537","tr_customer_id":171554,"tr_customer_product_id":171544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:03:24.000Z","modified_at":"2026-01-30T07:03:24.000Z","name":"Reymundo Mohr","mobile_number":"876-298-3930","email_id":"Ruby_Zulauf17@yahoo.com","dop":"2025-04-06","serial_number":"19316281534123830","imei1":"19316281534123830","imei2":"19316281534123830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171538,"job_number":"JOB_171538","tr_customer_id":171555,"tr_customer_product_id":171545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:07:47.000Z","modified_at":"2026-01-30T07:07:47.000Z","name":"Guido Zulauf","mobile_number":"784-302-0818","email_id":"Caitlyn.Quigley10@gmail.com","dop":"2025-09-09","serial_number":"10559669566701","imei1":"10559669566701","imei2":"10559669566701","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:07:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171539,"job_number":"JOB_171539","tr_customer_id":171556,"tr_customer_product_id":171546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:07:59.000Z","modified_at":"2026-01-30T07:07:59.000Z","name":"Leonora Hoppe","mobile_number":"483-457-4891","email_id":"Corrine.Hayes@gmail.com","dop":"2025-09-09","serial_number":"14104489288330","imei1":"14104489288330","imei2":"14104489288330","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:07:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171540,"job_number":"JOB_171540","tr_customer_id":171557,"tr_customer_product_id":171547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:08:07.000Z","modified_at":"2026-01-30T07:08:07.000Z","name":"Elvis Turcotte","mobile_number":"281-884-5495","email_id":"Ben19@gmail.com","dop":"2025-09-09","serial_number":"17527481920029","imei1":"17527481920029","imei2":"17527481920029","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171541,"job_number":"JOB_171541","tr_customer_id":171558,"tr_customer_product_id":171548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:08:15.000Z","modified_at":"2026-01-30T07:08:15.000Z","name":"Marcelina Crooks","mobile_number":"253-908-7134","email_id":"Assunta.Hackett@hotmail.com","dop":"2025-09-09","serial_number":"10723705659562","imei1":"10723705659562","imei2":"10723705659562","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:08:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171542,"job_number":"JOB_171542","tr_customer_id":171559,"tr_customer_product_id":171549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:11:47.000Z","modified_at":"2026-01-30T07:11:47.000Z","name":"Ashlee Gutmann","mobile_number":"508-472-4514","email_id":"Adell22@gmail.com","dop":"2025-09-09","serial_number":"19983866346710","imei1":"19983866346710","imei2":"19983866346710","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171543,"job_number":"JOB_171543","tr_customer_id":171560,"tr_customer_product_id":171550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:11:59.000Z","modified_at":"2026-01-30T07:11:59.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"12231391639422","imei1":"12231391639422","imei2":"12231391639422","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:11:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171544,"job_number":"JOB_171544","tr_customer_id":171561,"tr_customer_product_id":171551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:00.000Z","modified_at":"2026-01-30T07:12:11.000Z","name":"Reed Pfannerstill","mobile_number":"468-910-8021","email_id":"Ashlynn.Cartwright63@hotmail.com","dop":"2025-12-01","serial_number":"11799949595717","imei1":"11799949595717","imei2":"11799949595717","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:12:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171545,"job_number":"JOB_171545","tr_customer_id":171562,"tr_customer_product_id":171552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:05.000Z","modified_at":"2026-01-30T07:12:05.000Z","name":"Waino Leuschke","mobile_number":"561-326-6019","email_id":"Abraham_Treutel89@hotmail.com","dop":"2025-09-09","serial_number":"15282738565681","imei1":"15282738565681","imei2":"15282738565681","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171546,"job_number":"JOB_171546","tr_customer_id":171563,"tr_customer_product_id":171553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:15.000Z","modified_at":"2026-01-30T07:12:15.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15562734371816","imei1":"15562734371816","imei2":"15562734371816","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171547,"job_number":"JOB_171547","tr_customer_id":171564,"tr_customer_product_id":171554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:16.000Z","modified_at":"2026-01-30T07:12:27.000Z","name":"Rosemarie Kub","mobile_number":"849-855-7101","email_id":"Orrin.Leannon67@yahoo.com","dop":"2025-12-01","serial_number":"19308097848604","imei1":"19308097848604","imei2":"19308097848604","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:12:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171548,"job_number":"JOB_171548","tr_customer_id":171565,"tr_customer_product_id":171555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:31.000Z","modified_at":"2026-01-30T07:12:31.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"18902193482151","imei1":"18902193482151","imei2":"18902193482151","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171549,"job_number":"JOB_171549","tr_customer_id":171566,"tr_customer_product_id":171556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:32.000Z","modified_at":"2026-01-30T07:12:43.000Z","name":"Terrell Satterfield","mobile_number":"430-605-4024","email_id":"Jaiden_Walsh@yahoo.com","dop":"2025-12-01","serial_number":"13053838673310","imei1":"13053838673310","imei2":"13053838673310","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:12:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171550,"job_number":"JOB_171550","tr_customer_id":171567,"tr_customer_product_id":171557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:57.000Z","modified_at":"2026-01-30T07:12:57.000Z","name":"Santiago Mayer","mobile_number":"304-279-5556","email_id":"Claudine.Pfeffer55@hotmail.com","dop":"2025-09-09","serial_number":"11947525262724","imei1":"11947525262724","imei2":"11947525262724","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171551,"job_number":"JOB_171551","tr_customer_id":171568,"tr_customer_product_id":171558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:19:18.000Z","modified_at":"2026-01-30T07:19:18.000Z","name":"Darlene Walsh","mobile_number":"208-874-3598","email_id":"Aurelio18@yahoo.com","dop":"2025-09-09","serial_number":"18968543355341","imei1":"18968543355341","imei2":"18968543355341","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171552,"job_number":"JOB_171552","tr_customer_id":171569,"tr_customer_product_id":171559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:19:38.000Z","modified_at":"2026-01-30T07:19:38.000Z","name":"Dillon Schneider","mobile_number":"893-967-3049","email_id":"Earlene5@gmail.com","dop":"2025-09-09","serial_number":"12483515662882","imei1":"12483515662882","imei2":"12483515662882","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171553,"job_number":"JOB_171553","tr_customer_id":171570,"tr_customer_product_id":171560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:20:15.000Z","modified_at":"2026-01-30T07:20:15.000Z","name":"Magdalen Heidenreich","mobile_number":"455-450-1143","email_id":"Gino.Jacobson@yahoo.com","dop":"2025-09-09","serial_number":"15814588098024","imei1":"15814588098024","imei2":"15814588098024","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171554,"job_number":"JOB_171554","tr_customer_id":171571,"tr_customer_product_id":171561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:25:45.000Z","modified_at":"2026-01-30T07:25:58.000Z","name":"Pascale Pfannerstill","mobile_number":"662-376-4125","email_id":"Christiana3@yahoo.com","dop":"2025-02-01","serial_number":"68057889683595","imei1":"68057889683595","imei2":"68057889683595","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-30T07:25:58.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":171555,"job_number":"JOB_171555","tr_customer_id":171572,"tr_customer_product_id":171562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:28:02.000Z","modified_at":"2026-01-30T07:30:12.000Z","name":"Edwina Heller","mobile_number":"816-680-0220","email_id":"Kari84@hotmail.com","dop":"2025-02-01","serial_number":"102405652641513","imei1":"102405652641513","imei2":"102405652641513","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:30:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171556,"job_number":"JOB_171556","tr_customer_id":171573,"tr_customer_product_id":171563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:00.000Z","modified_at":"2026-01-30T07:40:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11846664241594","imei1":"11846664241594","imei2":"11846664241594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:40:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171557,"job_number":"JOB_171557","tr_customer_id":171574,"tr_customer_product_id":171564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:00.000Z","modified_at":"2026-01-30T07:40:36.000Z","name":"Ryley Turner","mobile_number":"635-620-6350","email_id":"Petra.Runolfsdottir@yahoo.com","dop":"2025-04-06","serial_number":"10574124757543","imei1":"10574124757543","imei2":"10574124757543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-30T07:40:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171558,"job_number":"JOB_171558","tr_customer_id":171575,"tr_customer_product_id":171565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:01.000Z","modified_at":"2026-01-30T07:40:01.000Z","name":"Kenna Gulgowski","mobile_number":"751-892-2802","email_id":"Vicky_Christiansen@yahoo.com","dop":"2025-04-06","serial_number":"18567807307813350","imei1":"18567807307813350","imei2":"18567807307813350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:40:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171011,"job_number":"JOB_171011","tr_customer_id":171028,"tr_customer_product_id":171018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:25:50.000Z","modified_at":"2026-01-30T00:25:50.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Evans34@yahoo.com","dop":"2025-07-02","serial_number":"19932109751294","imei1":"19932109751294","imei2":"19932109751294","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171042,"job_number":"JOB_171042","tr_customer_id":171059,"tr_customer_product_id":171049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:40.000Z","modified_at":"2026-01-30T04:19:40.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Alessandro7@hotmail.com","dop":"2025-07-02","serial_number":"13676074499380","imei1":"13676074499380","imei2":"13676074499380","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171055,"job_number":"JOB_171055","tr_customer_id":171072,"tr_customer_product_id":171062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:51.000Z","modified_at":"2026-01-30T04:20:01.000Z","name":"saitama sensei","mobile_number":"915-507-6957","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"164503681414844","imei1":"164503681414844","imei2":"164503681414844","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171066,"job_number":"JOB_171066","tr_customer_id":171083,"tr_customer_product_id":171073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:57.000Z","modified_at":"2026-01-30T04:19:57.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Darrell.Padberg59@yahoo.com","dop":"2025-07-02","serial_number":"17791908953968","imei1":"17791908953968","imei2":"17791908953968","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171071,"job_number":"JOB_171071","tr_customer_id":171088,"tr_customer_product_id":171078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:03.000Z","modified_at":"2026-01-30T04:20:12.000Z","name":"tanjiro kamado","mobile_number":"374-832-8564","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"949483204884179","imei1":"949483204884179","imei2":"949483204884179","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171078,"job_number":"JOB_171078","tr_customer_id":171095,"tr_customer_product_id":171085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:15.000Z","modified_at":"2026-01-30T04:20:24.000Z","name":"giyu tomiaka","mobile_number":"335-514-5381","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"36494606195662","imei1":"36494606195662","imei2":"36494606195662","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171079,"job_number":"JOB_171079","tr_customer_id":171096,"tr_customer_product_id":171086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:15.000Z","modified_at":"2026-01-30T04:20:15.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Tremayne.Dietrich10@yahoo.com","dop":"2025-07-02","serial_number":"18910356990296","imei1":"18910356990296","imei2":"18910356990296","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171113,"job_number":"JOB_171113","tr_customer_id":171130,"tr_customer_product_id":171120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"122455350657810","imei1":"122455350657810","imei2":"122455350657810","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171114,"job_number":"JOB_171114","tr_customer_id":171131,"tr_customer_product_id":171121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"Gerson Mohr","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"178710514467794","imei1":"178710514467794","imei2":"178710514467794","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171116,"job_number":"JOB_171116","tr_customer_id":171133,"tr_customer_product_id":171123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:51.000Z","modified_at":"2026-01-30T04:20:51.000Z","name":"Estel Schultz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139288142978844","imei1":"139288142978844","imei2":"139288142978844","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171117,"job_number":"JOB_171117","tr_customer_id":171134,"tr_customer_product_id":171124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:51.000Z","modified_at":"2026-01-30T04:20:51.000Z","name":"Kira Bergstrom","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"105363578635133","imei1":"105363578635133","imei2":"105363578635133","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171121,"job_number":"JOB_171121","tr_customer_id":171138,"tr_customer_product_id":171128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:01.000Z","modified_at":"2026-01-30T04:21:25.000Z","name":"Cesar West","mobile_number":"353-412-0901","email_id":"Jarod_Walker@gmail.com","dop":"2025-10-01","serial_number":"15643793779925","imei1":"15643793779925","imei2":"15643793779925","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171125,"job_number":"JOB_171125","tr_customer_id":171142,"tr_customer_product_id":171132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:02.000Z","modified_at":"2026-01-30T04:21:02.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"129629439596705","imei1":"129629439596705","imei2":"129629439596705","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171126,"job_number":"JOB_171126","tr_customer_id":171143,"tr_customer_product_id":171133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Arielle Wunsch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"152104315893585","imei1":"152104315893585","imei2":"152104315893585","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171128,"job_number":"JOB_171128","tr_customer_id":171145,"tr_customer_product_id":171135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Viva Stoltenberg","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"190137399588755","imei1":"190137399588755","imei2":"190137399588755","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171129,"job_number":"JOB_171129","tr_customer_id":171146,"tr_customer_product_id":171136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Letha Hudson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128053550904077","imei1":"128053550904077","imei2":"128053550904077","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171144,"job_number":"JOB_171144","tr_customer_id":171161,"tr_customer_product_id":171151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:14.000Z","modified_at":"2026-01-30T04:21:23.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"17874404590567","imei1":"17874404590567","imei2":"17874404590567","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171145,"job_number":"JOB_171145","tr_customer_id":171162,"tr_customer_product_id":171152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:14.000Z","modified_at":"2026-01-30T04:21:14.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15705041186083","imei1":"15705041186083","imei2":"15705041186083","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171150,"job_number":"JOB_171150","tr_customer_id":171167,"tr_customer_product_id":171157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:22.000Z","modified_at":"2026-01-30T04:21:31.000Z","name":"Haskell Lueilwitz","mobile_number":"203-887-4896","email_id":"Emerson.Gerlach@yahoo.com","dop":"2025-12-31","serial_number":"10377871921348","imei1":"10377871921348","imei2":"10377871921348","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171163,"job_number":"JOB_171163","tr_customer_id":171180,"tr_customer_product_id":171170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:32.000Z","modified_at":"2026-01-30T04:21:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105151120147789","imei1":"105151120147789","imei2":"105151120147789","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171164,"job_number":"JOB_171164","tr_customer_id":171181,"tr_customer_product_id":171171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:32.000Z","modified_at":"2026-01-30T04:21:42.000Z","name":"Felipa Krajcik","mobile_number":"647-911-9598","email_id":"Dusty.Ward@gmail.com","dop":"2025-06-09","serial_number":"102433739642713","imei1":"102433739642713","imei2":"102433739642713","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171165,"job_number":"JOB_171165","tr_customer_id":171182,"tr_customer_product_id":171172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:32.000Z","modified_at":"2026-01-30T04:21:32.000Z","name":"Cathryn Bernhard","mobile_number":"679-770-2832","email_id":"Clay_Upton5@gmail.com","dop":"2025-06-09","serial_number":"107986472211083","imei1":"107986472211083","imei2":"107986472211083","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171166,"job_number":"JOB_171166","tr_customer_id":171183,"tr_customer_product_id":171173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:35.000Z","modified_at":"2026-01-30T04:21:44.000Z","name":"Elva Murray","mobile_number":"960-297-9268","email_id":"Cesar40@yahoo.com","dop":"2025-12-31","serial_number":"10453680492317","imei1":"10453680492317","imei2":"10453680492317","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171175,"job_number":"JOB_171175","tr_customer_id":171192,"tr_customer_product_id":171182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:47.000Z","modified_at":"2026-01-30T04:21:47.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"109483218155169","imei1":"109483218155169","imei2":"109483218155169","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171176,"job_number":"JOB_171176","tr_customer_id":171193,"tr_customer_product_id":171183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:47.000Z","modified_at":"2026-01-30T04:21:58.000Z","name":"Joanne Hyatt","mobile_number":"988-275-5806","email_id":"Catharine80@gmail.com","dop":"2025-06-09","serial_number":"103849274999724","imei1":"103849274999724","imei2":"103849274999724","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171177,"job_number":"JOB_171177","tr_customer_id":171194,"tr_customer_product_id":171184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:47.000Z","modified_at":"2026-01-30T04:21:47.000Z","name":"Verda Goldner","mobile_number":"960-443-2362","email_id":"Jennifer42@hotmail.com","dop":"2025-06-09","serial_number":"102955799153965","imei1":"102955799153965","imei2":"102955799153965","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171179,"job_number":"JOB_171179","tr_customer_id":171196,"tr_customer_product_id":171186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:48.000Z","modified_at":"2026-01-30T04:21:57.000Z","name":"Geo Kutch","mobile_number":"761-429-2341","email_id":"Armani.Macejkovic@yahoo.com","dop":"2025-12-31","serial_number":"10316074031672","imei1":"10316074031672","imei2":"10316074031672","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171192,"job_number":"JOB_171192","tr_customer_id":171209,"tr_customer_product_id":171199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:02.000Z","modified_at":"2026-01-30T04:22:02.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100677291391295","imei1":"100677291391295","imei2":"100677291391295","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171193,"job_number":"JOB_171193","tr_customer_id":171210,"tr_customer_product_id":171200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:02.000Z","modified_at":"2026-01-30T04:22:13.000Z","name":"Gladyce Funk","mobile_number":"370-260-7945","email_id":"Christina_Wiegand@gmail.com","dop":"2025-06-09","serial_number":"106462706880483","imei1":"106462706880483","imei2":"106462706880483","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171194,"job_number":"JOB_171194","tr_customer_id":171211,"tr_customer_product_id":171201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:03.000Z","modified_at":"2026-01-30T04:22:03.000Z","name":"Kim Thompson","mobile_number":"614-340-0814","email_id":"Cyrus.Goyette29@yahoo.com","dop":"2025-06-09","serial_number":"109720569545754","imei1":"109720569545754","imei2":"109720569545754","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171237,"job_number":"JOB_171237","tr_customer_id":171254,"tr_customer_product_id":171244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:04:02.000Z","modified_at":"2026-01-30T05:04:11.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"14675267707102","imei1":"14675267707102","imei2":"14675267707102","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:04:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171238,"job_number":"JOB_171238","tr_customer_id":171255,"tr_customer_product_id":171245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:04:03.000Z","modified_at":"2026-01-30T05:04:03.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"12599775730300","imei1":"12599775730300","imei2":"12599775730300","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171395,"job_number":"JOB_171395","tr_customer_id":171412,"tr_customer_product_id":171402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:31:44.000Z","modified_at":"2026-01-30T06:32:08.000Z","name":"Kimberly Balistreri","mobile_number":"220-568-7720","email_id":"Halie_Kreiger@hotmail.com","dop":"2025-11-04","serial_number":"52629867262072","imei1":"52629867262072","imei2":"52629867262072","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:32:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171396,"job_number":"JOB_171396","tr_customer_id":171413,"tr_customer_product_id":171403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:32:11.000Z","modified_at":"2026-01-30T06:32:21.000Z","name":"Santina Donnelly","mobile_number":"370-551-8089","email_id":"Michale_Kulas@gmail.com","dop":"2025-11-04","serial_number":"14929507918204","imei1":"14929507918204","imei2":"14929507918204","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:32:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171398,"job_number":"JOB_171398","tr_customer_id":171415,"tr_customer_product_id":171405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:33:05.000Z","modified_at":"2026-01-30T06:33:30.000Z","name":"Daphney Gerhold","mobile_number":"745-935-5291","email_id":"Betsy.Schumm57@gmail.com","dop":"2025-10-01","serial_number":"18150350360797","imei1":"18150350360797","imei2":"18150350360797","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:33:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171399,"job_number":"JOB_171399","tr_customer_id":171416,"tr_customer_product_id":171406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:27.000Z","modified_at":"2026-01-30T06:34:27.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109299978776517","imei1":"109299978776517","imei2":"109299978776517","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171400,"job_number":"JOB_171400","tr_customer_id":171417,"tr_customer_product_id":171407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:27.000Z","modified_at":"2026-01-30T06:34:40.000Z","name":"Verlie Fisher","mobile_number":"628-728-1017","email_id":"Zechariah99@yahoo.com","dop":"2025-06-09","serial_number":"101784256900985","imei1":"101784256900985","imei2":"101784256900985","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:34:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171401,"job_number":"JOB_171401","tr_customer_id":171418,"tr_customer_product_id":171408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:27.000Z","modified_at":"2026-01-30T06:34:27.000Z","name":"Lulu Donnelly","mobile_number":"238-424-2510","email_id":"Estefania.Keebler24@gmail.com","dop":"2025-06-09","serial_number":"108814377152572","imei1":"108814377152572","imei2":"108814377152572","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171403,"job_number":"JOB_171403","tr_customer_id":171420,"tr_customer_product_id":171410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:44.000Z","modified_at":"2026-01-30T06:34:44.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108853740222209","imei1":"108853740222209","imei2":"108853740222209","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171404,"job_number":"JOB_171404","tr_customer_id":171421,"tr_customer_product_id":171411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:45.000Z","modified_at":"2026-01-30T06:34:57.000Z","name":"Louisa Heidenreich","mobile_number":"570-602-4155","email_id":"Jessyca.Schoen55@gmail.com","dop":"2025-06-09","serial_number":"109195166041348","imei1":"109195166041348","imei2":"109195166041348","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171405,"job_number":"JOB_171405","tr_customer_id":171422,"tr_customer_product_id":171412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:45.000Z","modified_at":"2026-01-30T06:34:45.000Z","name":"Erica Mante","mobile_number":"690-212-8778","email_id":"Hoyt83@gmail.com","dop":"2025-06-09","serial_number":"103857774331542","imei1":"103857774331542","imei2":"103857774331542","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171406,"job_number":"JOB_171406","tr_customer_id":171423,"tr_customer_product_id":171413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:46.000Z","modified_at":"2026-01-30T06:34:46.000Z","name":"Marina Wiza","mobile_number":"439-492-2032","email_id":"Robyn_Bechtelar@yahoo.com","dop":"2025-06-09","serial_number":"39589560771344800","imei1":"39589560771344800","imei2":"39589560771344800","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171407,"job_number":"JOB_171407","tr_customer_id":171424,"tr_customer_product_id":171414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:35:01.000Z","modified_at":"2026-01-30T06:35:01.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100332632151671","imei1":"100332632151671","imei2":"100332632151671","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171408,"job_number":"JOB_171408","tr_customer_id":171425,"tr_customer_product_id":171415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:35:02.000Z","modified_at":"2026-01-30T06:35:14.000Z","name":"Alfonzo Aufderhar","mobile_number":"859-497-6737","email_id":"Caroline.Mann88@yahoo.com","dop":"2025-06-09","serial_number":"108640233809142","imei1":"108640233809142","imei2":"108640233809142","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:35:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171409,"job_number":"JOB_171409","tr_customer_id":171426,"tr_customer_product_id":171416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:35:02.000Z","modified_at":"2026-01-30T06:35:02.000Z","name":"Mariah Cronin","mobile_number":"577-623-5754","email_id":"Mina.Zboncak61@gmail.com","dop":"2025-06-09","serial_number":"104486877785998","imei1":"104486877785998","imei2":"104486877785998","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:35:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171410,"job_number":"JOB_171410","tr_customer_id":171427,"tr_customer_product_id":171417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:36:21.000Z","modified_at":"2026-01-30T06:36:32.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"86875593560582","imei1":"86875593560582","imei2":"86875593560582","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171411,"job_number":"JOB_171411","tr_customer_id":171428,"tr_customer_product_id":171418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:36:36.000Z","modified_at":"2026-01-30T06:36:46.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"74688819890946","imei1":"74688819890946","imei2":"74688819890946","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:36:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171412,"job_number":"JOB_171412","tr_customer_id":171429,"tr_customer_product_id":171419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:36:50.000Z","modified_at":"2026-01-30T06:37:01.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"33805923846679","imei1":"33805923846679","imei2":"33805923846679","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:37:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171443,"job_number":"JOB_171443","tr_customer_id":171460,"tr_customer_product_id":171450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:21.000Z","modified_at":"2026-01-30T06:42:32.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"75130182262291","imei1":"75130182262291","imei2":"75130182262291","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:42:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171445,"job_number":"JOB_171445","tr_customer_id":171462,"tr_customer_product_id":171452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:36.000Z","modified_at":"2026-01-30T06:42:48.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"71313155988867","imei1":"71313155988867","imei2":"71313155988867","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171446,"job_number":"JOB_171446","tr_customer_id":171463,"tr_customer_product_id":171453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:52.000Z","modified_at":"2026-01-30T06:43:03.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"49556311244532","imei1":"49556311244532","imei2":"49556311244532","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171559,"job_number":"JOB_171559","tr_customer_id":171576,"tr_customer_product_id":171566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:04.000Z","modified_at":"2026-01-30T07:40:17.000Z","name":"Laurine Rodriguez","mobile_number":"486-650-1624","email_id":"Beulah66@gmail.com","dop":"2025-11-04","serial_number":"43020844351253","imei1":"43020844351253","imei2":"43020844351253","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:40:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171560,"job_number":"JOB_171560","tr_customer_id":171577,"tr_customer_product_id":171567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:21.000Z","modified_at":"2026-01-30T07:40:33.000Z","name":"Devin Bartoletti","mobile_number":"278-430-3473","email_id":"Maynard35@hotmail.com","dop":"2025-11-04","serial_number":"87938765345437","imei1":"87938765345437","imei2":"87938765345437","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171561,"job_number":"JOB_171561","tr_customer_id":171578,"tr_customer_product_id":171568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:38.000Z","modified_at":"2026-01-30T07:40:38.000Z","name":"Richmond Beer","mobile_number":"322-628-1384","email_id":"Anibal.Von@gmail.com","dop":"2025-11-04","serial_number":"96832861930207","imei1":"96832861930207","imei2":"96832861930207","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:40:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 295ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MzR9.JCno9aWges30W3SOWghUfw8d7qvOvZFtj11BUPcHN-U
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f3c012d8-d331-4483-8f01-ccf7b0ce68a6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/171561
Response Information
Response Code: 200 - OK
Mean time per request: 291ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MzR9.JCno9aWges30W3SOWghUfw8d7qvOvZFtj11BUPcHN-U
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 51c5c792-51c8-40eb-9e00-08ab62e17256
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7ec57933-ebd9-4239-8188-2a426b6af544
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-/yoUtcrQuP/zVL5KdlneJh/e2nk"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4NDF9.8A9r6HrbXjhOgRV8O2MtMJW6UaktF8cK1dQcR7Bj1Z4"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4NDF9.8A9r6HrbXjhOgRV8O2MtMJW6UaktF8cK1dQcR7Bj1Z4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token db8a847e-cecf-4933-b786-e9b243d19b48
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 313ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4NDF9.8A9r6HrbXjhOgRV8O2MtMJW6UaktF8cK1dQcR7Bj1Z4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1d32d403-d810-409e-8f5a-7d63828099a4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-cbJ6n4LP2+1BFUcnkulou4pG2Lw"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":473},{"label":"Pending for repair","key":"pending_for_repair","count":4},{"label":"Pending for delivery","key":"pending_for_delivery","count":1}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 334ms
Mean size per request: 459.88KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d4195ca6-5d0d-4a15-87f6-214f0f64f9ae
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"72f84-r0jo7dVA7PpxVHLtxJdMk+UJMeQ"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 30 Jan 2026 07:40:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":171084,"job_number":"JOB_171084","tr_customer_id":171101,"tr_customer_product_id":171091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:19.000Z","modified_at":"2026-01-30T04:20:19.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10334439849599","imei1":"10334439849599","imei2":"10334439849599","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171087,"job_number":"JOB_171087","tr_customer_id":171104,"tr_customer_product_id":171094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:21.000Z","modified_at":"2026-01-30T04:20:21.000Z","name":"Thea Kilback","mobile_number":"352-427-6834","email_id":"Micaela_Greenfelder55@gmail.com","dop":"2000-01-31","serial_number":"1057508121111206","imei1":"1057508121111206","imei2":"1057508121111206","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171130,"job_number":"JOB_171130","tr_customer_id":171147,"tr_customer_product_id":171137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:04.000Z","modified_at":"2026-01-30T04:21:04.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10661726422848","imei1":"10661726422848","imei2":"10661726422848","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171134,"job_number":"JOB_171134","tr_customer_id":171151,"tr_customer_product_id":171141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:06.000Z","modified_at":"2026-01-30T04:21:06.000Z","name":"Daron Weimann","mobile_number":"669-861-4502","email_id":"Maya.Olson@hotmail.com","dop":"2000-01-31","serial_number":"1089050112890730","imei1":"1089050112890730","imei2":"1089050112890730","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171180,"job_number":"JOB_171180","tr_customer_id":171197,"tr_customer_product_id":171187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:49.000Z","modified_at":"2026-01-30T04:21:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10684632463129","imei1":"10684632463129","imei2":"10684632463129","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171184,"job_number":"JOB_171184","tr_customer_id":171201,"tr_customer_product_id":171191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:50.000Z","modified_at":"2026-01-30T04:21:50.000Z","name":"Lillie Tromp","mobile_number":"781-701-0318","email_id":"Devonte98@gmail.com","dop":"2000-01-31","serial_number":"1032149972052196","imei1":"1032149972052196","imei2":"1032149972052196","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171207,"job_number":"JOB_171207","tr_customer_id":171224,"tr_customer_product_id":171214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:33.000Z","modified_at":"2026-01-30T04:22:33.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10486566917712","imei1":"10486566917712","imei2":"10486566917712","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171209,"job_number":"JOB_171209","tr_customer_id":171226,"tr_customer_product_id":171216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:34.000Z","modified_at":"2026-01-30T04:22:34.000Z","name":"Marianne Mayert","mobile_number":"699-633-4366","email_id":"Reyna18@hotmail.com","dop":"2000-01-31","serial_number":"1081188012489991","imei1":"1081188012489991","imei2":"1081188012489991","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171467,"job_number":"JOB_171467","tr_customer_id":171484,"tr_customer_product_id":171474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:57.000Z","modified_at":"2026-01-30T06:49:57.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10885059418353","imei1":"10885059418353","imei2":"10885059418353","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171469,"job_number":"JOB_171469","tr_customer_id":171486,"tr_customer_product_id":171476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:59.000Z","modified_at":"2026-01-30T06:49:59.000Z","name":"Geo Kulas","mobile_number":"677-564-2868","email_id":"Rowena.Beier@gmail.com","dop":"2000-01-31","serial_number":"1038309113358548","imei1":"1038309113358548","imei2":"1038309113358548","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171474,"job_number":"JOB_171474","tr_customer_id":171491,"tr_customer_product_id":171481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:44.000Z","modified_at":"2026-01-30T06:50:44.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10138717050619","imei1":"10138717050619","imei2":"10138717050619","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171476,"job_number":"JOB_171476","tr_customer_id":171493,"tr_customer_product_id":171483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:46.000Z","modified_at":"2026-01-30T06:50:46.000Z","name":"Ariel Huels","mobile_number":"535-999-2215","email_id":"Meta.Schaden83@yahoo.com","dop":"2000-01-31","serial_number":"1007358706824285","imei1":"1007358706824285","imei2":"1007358706824285","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171480,"job_number":"JOB_171480","tr_customer_id":171497,"tr_customer_product_id":171487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:30.000Z","modified_at":"2026-01-30T06:51:30.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10078460753366","imei1":"10078460753366","imei2":"10078460753366","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171482,"job_number":"JOB_171482","tr_customer_id":171499,"tr_customer_product_id":171489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:32.000Z","modified_at":"2026-01-30T06:51:32.000Z","name":"Adele Hyatt","mobile_number":"318-668-1034","email_id":"Kameron62@yahoo.com","dop":"2000-01-31","serial_number":"1038689945006620","imei1":"1038689945006620","imei2":"1038689945006620","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:32.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171486,"job_number":"JOB_171486","tr_customer_id":171503,"tr_customer_product_id":171493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:16.000Z","modified_at":"2026-01-30T06:52:16.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10895912519873","imei1":"10895912519873","imei2":"10895912519873","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171488,"job_number":"JOB_171488","tr_customer_id":171505,"tr_customer_product_id":171495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:18.000Z","modified_at":"2026-01-30T06:52:18.000Z","name":"Augustine King","mobile_number":"516-270-9722","email_id":"Juston_Kling68@hotmail.com","dop":"2000-01-31","serial_number":"1004032210903606","imei1":"1004032210903606","imei2":"1004032210903606","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:18.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170934,"job_number":"JOB_170934","tr_customer_id":170951,"tr_customer_product_id":170941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T20:54:48.000Z","modified_at":"2026-01-29T20:54:48.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-24","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-24T20:54:47.066198069Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T20:54:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170935,"job_number":"JOB_170935","tr_customer_id":170952,"tr_customer_product_id":170942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:04:30.000Z","modified_at":"2026-01-29T22:04:30.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"152670001311313","imei1":"152670001311313","imei2":"152670001311313","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:04:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170936,"job_number":"JOB_170936","tr_customer_id":170953,"tr_customer_product_id":170943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:08:22.000Z","modified_at":"2026-01-29T22:08:22.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"141478756266125","imei1":"141478756266125","imei2":"141478756266125","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:08:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170937,"job_number":"JOB_170937","tr_customer_id":170954,"tr_customer_product_id":170944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:10:58.000Z","modified_at":"2026-01-29T22:10:58.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"190707338116476","imei1":"190707338116476","imei2":"190707338116476","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:10:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170938,"job_number":"JOB_170938","tr_customer_id":170955,"tr_customer_product_id":170945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:11:26.000Z","modified_at":"2026-01-29T22:11:26.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"193958377500658","imei1":"193958377500658","imei2":"193958377500658","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:11:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170939,"job_number":"JOB_170939","tr_customer_id":170956,"tr_customer_product_id":170946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:11:48.000Z","modified_at":"2026-01-29T22:11:48.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"104238476337588","imei1":"104238476337588","imei2":"104238476337588","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170940,"job_number":"JOB_170940","tr_customer_id":170957,"tr_customer_product_id":170947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:14:04.000Z","modified_at":"2026-01-29T22:14:04.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"136508884623334","imei1":"136508884623334","imei2":"136508884623334","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:14:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170941,"job_number":"JOB_170941","tr_customer_id":170958,"tr_customer_product_id":170948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:18:24.000Z","modified_at":"2026-01-29T22:18:24.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"177228857096241","imei1":"177228857096241","imei2":"177228857096241","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:18:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170942,"job_number":"JOB_170942","tr_customer_id":170959,"tr_customer_product_id":170949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:18:48.000Z","modified_at":"2026-01-29T22:18:48.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"136053200246728","imei1":"136053200246728","imei2":"136053200246728","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:18:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170943,"job_number":"JOB_170943","tr_customer_id":170960,"tr_customer_product_id":170950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:20:39.000Z","modified_at":"2026-01-29T22:20:39.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"130852628447961","imei1":"130852628447961","imei2":"130852628447961","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170945,"job_number":"JOB_170945","tr_customer_id":170962,"tr_customer_product_id":170952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:54:06.000Z","modified_at":"2026-01-29T22:54:06.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"137645666224769","imei1":"137645666224769","imei2":"137645666224769","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:54:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170946,"job_number":"JOB_170946","tr_customer_id":170963,"tr_customer_product_id":170953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:55:31.000Z","modified_at":"2026-01-29T22:55:31.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"146570843073906","imei1":"146570843073906","imei2":"146570843073906","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170947,"job_number":"JOB_170947","tr_customer_id":170964,"tr_customer_product_id":170954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:56:41.000Z","modified_at":"2026-01-29T22:56:41.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"187445080187992","imei1":"187445080187992","imei2":"187445080187992","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170948,"job_number":"JOB_170948","tr_customer_id":170965,"tr_customer_product_id":170955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:57:40.000Z","modified_at":"2026-01-29T22:57:40.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"195065095287755","imei1":"195065095287755","imei2":"195065095287755","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170949,"job_number":"JOB_170949","tr_customer_id":170966,"tr_customer_product_id":170956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:58:18.000Z","modified_at":"2026-01-29T22:58:18.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"156179887592199","imei1":"156179887592199","imei2":"156179887592199","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170950,"job_number":"JOB_170950","tr_customer_id":170967,"tr_customer_product_id":170957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:58:50.000Z","modified_at":"2026-01-29T22:58:50.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"182274226347784","imei1":"182274226347784","imei2":"182274226347784","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170951,"job_number":"JOB_170951","tr_customer_id":170968,"tr_customer_product_id":170958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:11:44.000Z","modified_at":"2026-01-29T23:11:44.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"198041785027203","imei1":"198041785027203","imei2":"198041785027203","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:11:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170952,"job_number":"JOB_170952","tr_customer_id":170969,"tr_customer_product_id":170959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:30.000Z","modified_at":"2026-01-29T23:14:30.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"17021029563270","imei1":"17021029563270","imei2":"17021029563270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170954,"job_number":"JOB_170954","tr_customer_id":170971,"tr_customer_product_id":170961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:31.000Z","modified_at":"2026-01-29T23:14:31.000Z","name":"Terrell Lockman","mobile_number":"437-547-6256","email_id":"Abdul.Wehner37@hotmail.com","dop":"2025-04-06","serial_number":"10016164199382554","imei1":"10016164199382554","imei2":"10016164199382554","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170955,"job_number":"JOB_170955","tr_customer_id":170972,"tr_customer_product_id":170962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:39.000Z","modified_at":"2026-01-29T23:14:39.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"18720195446893","imei1":"18720195446893","imei2":"18720195446893","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170957,"job_number":"JOB_170957","tr_customer_id":170974,"tr_customer_product_id":170964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:40.000Z","modified_at":"2026-01-29T23:14:40.000Z","name":"Hermann Larkin","mobile_number":"500-819-0151","email_id":"Francisco81@hotmail.com","dop":"2025-04-06","serial_number":"15887698112500496","imei1":"15887698112500496","imei2":"15887698112500496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170958,"job_number":"JOB_170958","tr_customer_id":170975,"tr_customer_product_id":170965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:46.000Z","modified_at":"2026-01-29T23:14:46.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"16899085736197","imei1":"16899085736197","imei2":"16899085736197","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170960,"job_number":"JOB_170960","tr_customer_id":170977,"tr_customer_product_id":170967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:47.000Z","modified_at":"2026-01-29T23:14:47.000Z","name":"Dameon Rice","mobile_number":"900-821-4035","email_id":"Alan_Keebler3@yahoo.com","dop":"2025-04-06","serial_number":"16374809289727772","imei1":"16374809289727772","imei2":"16374809289727772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170962,"job_number":"JOB_170962","tr_customer_id":170979,"tr_customer_product_id":170969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:19:59.000Z","modified_at":"2026-01-29T23:19:59.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"17282982707179","imei1":"17282982707179","imei2":"17282982707179","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:19:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170964,"job_number":"JOB_170964","tr_customer_id":170981,"tr_customer_product_id":170971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:20:00.000Z","modified_at":"2026-01-29T23:20:00.000Z","name":"Jeffry Schumm","mobile_number":"653-298-5489","email_id":"Axel_Marquardt@hotmail.com","dop":"2025-04-06","serial_number":"11916684849804726","imei1":"11916684849804726","imei2":"11916684849804726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:20:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170965,"job_number":"JOB_170965","tr_customer_id":170982,"tr_customer_product_id":170972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:20:22.000Z","modified_at":"2026-01-29T23:20:22.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"12443029639239","imei1":"12443029639239","imei2":"12443029639239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170967,"job_number":"JOB_170967","tr_customer_id":170984,"tr_customer_product_id":170974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:20:23.000Z","modified_at":"2026-01-29T23:20:23.000Z","name":"Marta Hane","mobile_number":"416-970-1187","email_id":"Antonio17@gmail.com","dop":"2025-04-06","serial_number":"16095811900718672","imei1":"16095811900718672","imei2":"16095811900718672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170968,"job_number":"JOB_170968","tr_customer_id":170985,"tr_customer_product_id":170975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:20:46.000Z","modified_at":"2026-01-29T23:20:46.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"11683645754852","imei1":"11683645754852","imei2":"11683645754852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170970,"job_number":"JOB_170970","tr_customer_id":170987,"tr_customer_product_id":170977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:20:47.000Z","modified_at":"2026-01-29T23:20:47.000Z","name":"Elisha Boehm","mobile_number":"708-676-8657","email_id":"Gwen63@hotmail.com","dop":"2025-04-06","serial_number":"19923755190717840","imei1":"19923755190717840","imei2":"19923755190717840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170971,"job_number":"JOB_170971","tr_customer_id":170988,"tr_customer_product_id":170978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:24:42.000Z","modified_at":"2026-01-29T23:24:42.000Z","name":"Paige Hahn","mobile_number":"591-938-8987","email_id":"Marcelle.Ward7@yahoo.com","dop":"2025-05-01","serial_number":"17782932930851","imei1":"17782932930851","imei2":"17782932930851","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170972,"job_number":"JOB_170972","tr_customer_id":170989,"tr_customer_product_id":170979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:27:56.000Z","modified_at":"2026-01-29T23:27:56.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"17647806985385","imei1":"17647806985385","imei2":"17647806985385","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170974,"job_number":"JOB_170974","tr_customer_id":170991,"tr_customer_product_id":170981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:27:57.000Z","modified_at":"2026-01-29T23:27:57.000Z","name":"Pierre Hane","mobile_number":"344-531-3630","email_id":"Vincenzo_Mosciski@gmail.com","dop":"2025-04-06","serial_number":"15746635210960528","imei1":"15746635210960528","imei2":"15746635210960528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170975,"job_number":"JOB_170975","tr_customer_id":170992,"tr_customer_product_id":170982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:28:23.000Z","modified_at":"2026-01-29T23:28:23.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"17250031710771","imei1":"17250031710771","imei2":"17250031710771","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170977,"job_number":"JOB_170977","tr_customer_id":170994,"tr_customer_product_id":170984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:28:24.000Z","modified_at":"2026-01-29T23:28:24.000Z","name":"Nelle Baumbach","mobile_number":"563-656-8533","email_id":"Tyrel_Corkery38@yahoo.com","dop":"2025-04-06","serial_number":"16179214541476158","imei1":"16179214541476158","imei2":"16179214541476158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:28:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170978,"job_number":"JOB_170978","tr_customer_id":170995,"tr_customer_product_id":170985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:28:50.000Z","modified_at":"2026-01-29T23:28:50.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"13912742458465","imei1":"13912742458465","imei2":"13912742458465","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:28:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170980,"job_number":"JOB_170980","tr_customer_id":170997,"tr_customer_product_id":170987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:28:51.000Z","modified_at":"2026-01-29T23:28:51.000Z","name":"Priscilla Leannon","mobile_number":"541-496-0783","email_id":"Edgardo_Upton56@gmail.com","dop":"2025-04-06","serial_number":"12119167624213330","imei1":"12119167624213330","imei2":"12119167624213330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:28:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170981,"job_number":"JOB_170981","tr_customer_id":170998,"tr_customer_product_id":170988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:30:02.000Z","modified_at":"2026-01-29T23:30:02.000Z","name":"Kirsten Nitzsche","mobile_number":"502-484-2223","email_id":"Cecil.Bayer85@hotmail.com","dop":"2025-12-10","serial_number":"127380760649969","imei1":"127380760649969","imei2":"127380760649969","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:30:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170982,"job_number":"JOB_170982","tr_customer_id":170999,"tr_customer_product_id":170989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:30:28.000Z","modified_at":"2026-01-29T23:30:28.000Z","name":"Emilio Zboncak","mobile_number":"207-951-3435","email_id":"Sammy_Rempel45@yahoo.com","dop":"2025-12-10","serial_number":"153256482292524","imei1":"153256482292524","imei2":"153256482292524","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:30:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170983,"job_number":"JOB_170983","tr_customer_id":171000,"tr_customer_product_id":170990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:30:39.000Z","modified_at":"2026-01-29T23:30:39.000Z","name":"Reyes Rempel","mobile_number":"773-531-8837","email_id":"Laurie85@hotmail.com","dop":"2025-05-01","serial_number":"15594500302520","imei1":"15594500302520","imei2":"15594500302520","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:30:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170984,"job_number":"JOB_170984","tr_customer_id":171001,"tr_customer_product_id":170991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:35:31.000Z","modified_at":"2026-01-29T23:35:31.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"13810072416321","imei1":"13810072416321","imei2":"13810072416321","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:35:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170986,"job_number":"JOB_170986","tr_customer_id":171003,"tr_customer_product_id":170993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:35:32.000Z","modified_at":"2026-01-29T23:35:32.000Z","name":"Muriel Zulauf","mobile_number":"697-928-2444","email_id":"Bradly16@gmail.com","dop":"2025-04-06","serial_number":"10701044802978842","imei1":"10701044802978842","imei2":"10701044802978842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:35:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170987,"job_number":"JOB_170987","tr_customer_id":171004,"tr_customer_product_id":170994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:36:00.000Z","modified_at":"2026-01-29T23:36:00.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"13123973611028","imei1":"13123973611028","imei2":"13123973611028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170989,"job_number":"JOB_170989","tr_customer_id":171006,"tr_customer_product_id":170996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:36:01.000Z","modified_at":"2026-01-29T23:36:01.000Z","name":"Josianne Hermiston","mobile_number":"841-640-7613","email_id":"Billie94@gmail.com","dop":"2025-04-06","serial_number":"18913021336825596","imei1":"18913021336825596","imei2":"18913021336825596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:36:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170990,"job_number":"JOB_170990","tr_customer_id":171007,"tr_customer_product_id":170997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:36:28.000Z","modified_at":"2026-01-29T23:36:28.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"19506829257318","imei1":"19506829257318","imei2":"19506829257318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:36:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170992,"job_number":"JOB_170992","tr_customer_id":171009,"tr_customer_product_id":170999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:36:29.000Z","modified_at":"2026-01-29T23:36:29.000Z","name":"Magdalena Erdman","mobile_number":"693-912-8428","email_id":"Roxanne4@yahoo.com","dop":"2025-04-06","serial_number":"13801116385466660","imei1":"13801116385466660","imei2":"13801116385466660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:36:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170993,"job_number":"JOB_170993","tr_customer_id":171010,"tr_customer_product_id":171000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:40:09.000Z","modified_at":"2026-01-29T23:40:09.000Z","name":"Rory Heidenreich","mobile_number":"793-934-2132","email_id":"Royal36@yahoo.com","dop":"2025-12-10","serial_number":"10128834109223446","imei1":"10128834109223446","imei2":"10128834109223446","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:40:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170994,"job_number":"JOB_170994","tr_customer_id":171011,"tr_customer_product_id":171001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:40:59.000Z","modified_at":"2026-01-29T23:40:59.000Z","name":"Reyes Rempel","mobile_number":"773-531-8837","email_id":"Laurie85@hotmail.com","dop":"2025-05-01","serial_number":"35594500302520","imei1":"35594500302520","imei2":"35594500302520","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:40:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170995,"job_number":"JOB_170995","tr_customer_id":171012,"tr_customer_product_id":171002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:01.000Z","modified_at":"2026-01-29T23:42:01.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"12540570355351","imei1":"12540570355351","imei2":"12540570355351","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170997,"job_number":"JOB_170997","tr_customer_id":171014,"tr_customer_product_id":171004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:02.000Z","modified_at":"2026-01-29T23:42:02.000Z","name":"Emile Oberbrunner","mobile_number":"834-989-7543","email_id":"Hassan_Zboncak88@gmail.com","dop":"2025-04-06","serial_number":"16761765670322104","imei1":"16761765670322104","imei2":"16761765670322104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170998,"job_number":"JOB_170998","tr_customer_id":171015,"tr_customer_product_id":171005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:29.000Z","modified_at":"2026-01-29T23:42:29.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"18753768629623","imei1":"18753768629623","imei2":"18753768629623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171000,"job_number":"JOB_171000","tr_customer_id":171017,"tr_customer_product_id":171007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:30.000Z","modified_at":"2026-01-29T23:42:30.000Z","name":"Janelle Towne","mobile_number":"497-606-6315","email_id":"Nayeli_Kohler24@gmail.com","dop":"2025-04-06","serial_number":"11320646881969810","imei1":"11320646881969810","imei2":"11320646881969810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171001,"job_number":"JOB_171001","tr_customer_id":171018,"tr_customer_product_id":171008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:56.000Z","modified_at":"2026-01-29T23:42:56.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"19260284269655","imei1":"19260284269655","imei2":"19260284269655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171003,"job_number":"JOB_171003","tr_customer_id":171020,"tr_customer_product_id":171010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:57.000Z","modified_at":"2026-01-29T23:42:57.000Z","name":"Clifford Treutel","mobile_number":"311-905-8178","email_id":"Della7@gmail.com","dop":"2025-04-06","serial_number":"10708441773562332","imei1":"10708441773562332","imei2":"10708441773562332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171004,"job_number":"JOB_171004","tr_customer_id":171021,"tr_customer_product_id":171011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:46:20.000Z","modified_at":"2026-01-29T23:46:20.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-19","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-19T23:46:19.633696493Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171005,"job_number":"JOB_171005","tr_customer_id":171022,"tr_customer_product_id":171012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:46:20.000Z","modified_at":"2026-01-29T23:46:20.000Z","name":"Som Pillai","mobile_number":"7053079833","email_id":"sarala.mishra@hotmail.com","dop":"2026-01-19","serial_number":"709106391543744","imei1":"709106391543744","imei2":"709106391543744","popurl":"www.amaranaath-panicker.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171006,"job_number":"JOB_171006","tr_customer_id":171023,"tr_customer_product_id":171013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:48:46.000Z","modified_at":"2026-01-29T23:48:46.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-19","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-19T23:48:45.977175280Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:48:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171007,"job_number":"JOB_171007","tr_customer_id":171024,"tr_customer_product_id":171014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:49:48.000Z","modified_at":"2026-01-29T23:49:48.000Z","name":"Reymundo Flatley","mobile_number":"997-280-4322","email_id":"Kyler.Stanton@hotmail.com","dop":"2025-12-10","serial_number":"180671090876939","imei1":"180671090876939","imei2":"180671090876939","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171008,"job_number":"JOB_171008","tr_customer_id":171025,"tr_customer_product_id":171015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:50:11.000Z","modified_at":"2026-01-29T23:50:11.000Z","name":"Peter Will","mobile_number":"878-494-8269","email_id":"Izaiah.Rowe@gmail.com","dop":"2025-12-10","serial_number":"123620711580984","imei1":"123620711580984","imei2":"123620711580984","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171009,"job_number":"JOB_171009","tr_customer_id":171026,"tr_customer_product_id":171016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:08:27.000Z","modified_at":"2026-01-30T00:08:27.000Z","name":"Alexandra Emmerich","mobile_number":"541-804-6888","email_id":"Hayden_Ebert@gmail.com","dop":"2025-12-10","serial_number":"192618610756540","imei1":"192618610756540","imei2":"192618610756540","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:08:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171010,"job_number":"JOB_171010","tr_customer_id":171027,"tr_customer_product_id":171017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:10:08.000Z","modified_at":"2026-01-30T00:10:08.000Z","name":"Marcus Batz","mobile_number":"815-586-3143","email_id":"Anne.Mertz@hotmail.com","dop":"2025-12-10","serial_number":"196747128061158","imei1":"196747128061158","imei2":"196747128061158","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:10:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171012,"job_number":"JOB_171012","tr_customer_id":171029,"tr_customer_product_id":171019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:46:04.000Z","modified_at":"2026-01-30T00:46:04.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"69077551366337","imei1":"69077551366337","imei2":"69077551366337","popurl":"2026-01-20T00:46:05.360110400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171013,"job_number":"JOB_171013","tr_customer_id":171030,"tr_customer_product_id":171020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T01:06:28.000Z","modified_at":"2026-01-30T01:06:28.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"95342828280759","imei1":"95342828280759","imei2":"95342828280759","popurl":"2026-01-20T01:06:28.428047187Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T01:06:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171014,"job_number":"JOB_171014","tr_customer_id":171031,"tr_customer_product_id":171021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T01:07:10.000Z","modified_at":"2026-01-30T01:07:10.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"58957088779228","imei1":"58957088779228","imei2":"58957088779228","popurl":"2026-01-20T01:07:10.028400917Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T01:07:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171015,"job_number":"JOB_171015","tr_customer_id":171032,"tr_customer_product_id":171022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:02:32.000Z","modified_at":"2026-01-30T02:02:32.000Z","name":"Lucy Stanton","mobile_number":"751-787-9156","email_id":"Ona78@yahoo.com","dop":"2025-12-10","serial_number":"113029298018590","imei1":"113029298018590","imei2":"113029298018590","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:02:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171016,"job_number":"JOB_171016","tr_customer_id":171033,"tr_customer_product_id":171023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:10:03.000Z","modified_at":"2026-01-30T02:10:03.000Z","name":"Maya Kassulke","mobile_number":"701-580-8927","email_id":"Keeley14@gmail.com","dop":"2025-12-10","serial_number":"115935734016490","imei1":"115935734016490","imei2":"115935734016490","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:10:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171017,"job_number":"JOB_171017","tr_customer_id":171034,"tr_customer_product_id":171024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:17:01.000Z","modified_at":"2026-01-30T02:17:01.000Z","name":"Wanda Hills","mobile_number":"550-723-6743","email_id":"Ludwig.Glover@hotmail.com","dop":"2025-12-10","serial_number":"167787378226206","imei1":"167787378226206","imei2":"167787378226206","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:17:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171018,"job_number":"JOB_171018","tr_customer_id":171035,"tr_customer_product_id":171025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:21:38.000Z","modified_at":"2026-01-30T02:21:38.000Z","name":"Lela Kohler","mobile_number":"710-207-8438","email_id":"Abbey_Schaefer@hotmail.com","dop":"2025-12-10","serial_number":"179367396307145","imei1":"179367396307145","imei2":"179367396307145","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171019,"job_number":"JOB_171019","tr_customer_id":171036,"tr_customer_product_id":171026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:28:09.000Z","modified_at":"2026-01-30T02:28:09.000Z","name":"Janice Torphy","mobile_number":"571-228-2003","email_id":"Talon.Smith@gmail.com","dop":"2025-12-10","serial_number":"117726331096685","imei1":"117726331096685","imei2":"117726331096685","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171020,"job_number":"JOB_171020","tr_customer_id":171037,"tr_customer_product_id":171027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:25:45.000Z","modified_at":"2026-01-30T03:25:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14828724578553","imei1":"14828724578553","imei2":"14828724578553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171022,"job_number":"JOB_171022","tr_customer_id":171039,"tr_customer_product_id":171029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:25:46.000Z","modified_at":"2026-01-30T03:25:46.000Z","name":"Chase Emmerich","mobile_number":"642-375-6447","email_id":"Wiley.Blick45@gmail.com","dop":"2025-04-06","serial_number":"18124366766046890","imei1":"18124366766046890","imei2":"18124366766046890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171023,"job_number":"JOB_171023","tr_customer_id":171040,"tr_customer_product_id":171030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:26:27.000Z","modified_at":"2026-01-30T03:26:27.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11712103852461","imei1":"11712103852461","imei2":"11712103852461","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:26:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171025,"job_number":"JOB_171025","tr_customer_id":171042,"tr_customer_product_id":171032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:26:29.000Z","modified_at":"2026-01-30T03:26:29.000Z","name":"Jovanny Bailey","mobile_number":"687-996-8546","email_id":"Audrey49@hotmail.com","dop":"2025-04-06","serial_number":"13938562338247316","imei1":"13938562338247316","imei2":"13938562338247316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:26:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171026,"job_number":"JOB_171026","tr_customer_id":171043,"tr_customer_product_id":171033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:26:57.000Z","modified_at":"2026-01-30T03:26:57.000Z","name":"Ankit Ojha","mobile_number":"8634214986","email_id":"jhsdhf@gmail.con","dop":"2025-05-01","serial_number":"35594500302521","imei1":"35594500302521","imei2":"35594500302521","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171027,"job_number":"JOB_171027","tr_customer_id":171044,"tr_customer_product_id":171034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:27:10.000Z","modified_at":"2026-01-30T03:27:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19492302188959","imei1":"19492302188959","imei2":"19492302188959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171029,"job_number":"JOB_171029","tr_customer_id":171046,"tr_customer_product_id":171036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:27:12.000Z","modified_at":"2026-01-30T03:27:12.000Z","name":"Fatima Rippin","mobile_number":"264-758-2084","email_id":"Celestino.VonRueden43@hotmail.com","dop":"2025-04-06","serial_number":"16797938487163444","imei1":"16797938487163444","imei2":"16797938487163444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171031,"job_number":"JOB_171031","tr_customer_id":171048,"tr_customer_product_id":171038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:10:20.000Z","modified_at":"2026-01-30T04:10:20.000Z","name":"Arch Kovacek","mobile_number":"304-507-3700","email_id":"Zack_Turcotte@gmail.com","dop":"2025-02-13","serial_number":"10073825861569468","imei1":"10073825861569468","imei2":"10073825861569468","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171034,"job_number":"JOB_171034","tr_customer_id":171051,"tr_customer_product_id":171041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:14.000Z","modified_at":"2026-01-30T04:19:14.000Z","name":"Selmer Quigley","mobile_number":"254-476-2438","email_id":"Jeromy67@gmail.com","dop":"2025-04-06","serial_number":"19324883517627600","imei1":"19324883517627600","imei2":"19324883517627600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171036,"job_number":"JOB_171036","tr_customer_id":171053,"tr_customer_product_id":171043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:25.000Z","modified_at":"2026-01-30T04:19:25.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19789140132324","imei1":"19789140132324","imei2":"19789140132324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171038,"job_number":"JOB_171038","tr_customer_id":171055,"tr_customer_product_id":171045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:26.000Z","modified_at":"2026-01-30T04:19:26.000Z","name":"Consuelo Moore","mobile_number":"637-560-8329","email_id":"Hassie.Lowe@hotmail.com","dop":"2025-04-06","serial_number":"13610658128047988","imei1":"13610658128047988","imei2":"13610658128047988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171039,"job_number":"JOB_171039","tr_customer_id":171056,"tr_customer_product_id":171046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:33.000Z","modified_at":"2026-01-30T04:19:33.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10895109330855","imei1":"10895109330855","imei2":"10895109330855","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171041,"job_number":"JOB_171041","tr_customer_id":171058,"tr_customer_product_id":171048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:34.000Z","modified_at":"2026-01-30T04:19:34.000Z","name":"Austyn Russel","mobile_number":"919-445-3056","email_id":"Gabriel.Renner83@yahoo.com","dop":"2025-06-18","serial_number":"1028878109725905","imei1":"1028878109725905","imei2":"1028878109725905","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171045,"job_number":"JOB_171045","tr_customer_id":171062,"tr_customer_product_id":171052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:42.000Z","modified_at":"2026-01-30T04:19:42.000Z","name":"Blaze Windler","mobile_number":"741-455-9643","email_id":"Tessie.Fritsch@hotmail.com","dop":"2025-04-06","serial_number":"13721468474703484","imei1":"13721468474703484","imei2":"13721468474703484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171046,"job_number":"JOB_171046","tr_customer_id":171063,"tr_customer_product_id":171053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:42.000Z","modified_at":"2026-01-30T04:19:42.000Z","name":"Aileen Kerluke","mobile_number":"380-643-6119","email_id":"Myrtle21@hotmail.com","dop":"2025-04-06","serial_number":"18918815693009616","imei1":"18918815693009616","imei2":"18918815693009616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171047,"job_number":"JOB_171047","tr_customer_id":171064,"tr_customer_product_id":171054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:43.000Z","modified_at":"2026-01-30T04:19:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12361457027404","imei1":"12361457027404","imei2":"12361457027404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171049,"job_number":"JOB_171049","tr_customer_id":171066,"tr_customer_product_id":171056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:45.000Z","modified_at":"2026-01-30T04:19:45.000Z","name":"Caroline Corwin","mobile_number":"997-792-6900","email_id":"Tyrese58@yahoo.com","dop":"2025-04-06","serial_number":"16565555822994826","imei1":"16565555822994826","imei2":"16565555822994826","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171052,"job_number":"JOB_171052","tr_customer_id":171069,"tr_customer_product_id":171059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:50.000Z","modified_at":"2026-01-30T04:19:50.000Z","name":"Maye Rohan","mobile_number":"320-938-6204","email_id":"Fermin51@hotmail.com","dop":"2025-04-06","serial_number":"12352156315327056","imei1":"12352156315327056","imei2":"12352156315327056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171053,"job_number":"JOB_171053","tr_customer_id":171070,"tr_customer_product_id":171060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:51.000Z","modified_at":"2026-01-30T04:19:51.000Z","name":"Crystal Olson","mobile_number":"651-231-8343","email_id":"Dallin.OKon@yahoo.com","dop":"2025-04-06","serial_number":"19996123819039590","imei1":"19996123819039590","imei2":"19996123819039590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171054,"job_number":"JOB_171054","tr_customer_id":171071,"tr_customer_product_id":171061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:51.000Z","modified_at":"2026-01-30T04:19:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14941485891064","imei1":"14941485891064","imei2":"14941485891064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171057,"job_number":"JOB_171057","tr_customer_id":171074,"tr_customer_product_id":171064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:53.000Z","modified_at":"2026-01-30T04:19:53.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14715515236301","imei2":"14715515236301","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171059,"job_number":"JOB_171059","tr_customer_id":171076,"tr_customer_product_id":171066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:53.000Z","modified_at":"2026-01-30T04:19:53.000Z","name":"Damon Reilly","mobile_number":"323-725-6001","email_id":"Mozelle_Becker@gmail.com","dop":"2025-04-06","serial_number":"14380205583874442","imei1":"14380205583874442","imei2":"14380205583874442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171060,"job_number":"JOB_171060","tr_customer_id":171077,"tr_customer_product_id":171067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:54.000Z","modified_at":"2026-01-30T04:19:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15025752619292","imei1":"15025752619292","imei2":"15025752619292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171062,"job_number":"JOB_171062","tr_customer_id":171079,"tr_customer_product_id":171069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:55.000Z","modified_at":"2026-01-30T04:19:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13950459776442","imei1":"13950459776442","imei2":"13950459776442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171064,"job_number":"JOB_171064","tr_customer_id":171081,"tr_customer_product_id":171071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:56.000Z","modified_at":"2026-01-30T04:19:56.000Z","name":"Theo Adams","mobile_number":"251-783-3186","email_id":"Octavia93@yahoo.com","dop":"2025-04-06","serial_number":"19255699621840360","imei1":"19255699621840360","imei2":"19255699621840360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171065,"job_number":"JOB_171065","tr_customer_id":171082,"tr_customer_product_id":171072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:56.000Z","modified_at":"2026-01-30T04:19:56.000Z","name":"Antonio Batz","mobile_number":"412-591-7678","email_id":"Elmo58@gmail.com","dop":"2025-04-06","serial_number":"13191342567792734","imei1":"13191342567792734","imei2":"13191342567792734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171067,"job_number":"JOB_171067","tr_customer_id":171084,"tr_customer_product_id":171074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:00.000Z","modified_at":"2026-01-30T04:20:00.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12808128533471","imei1":"12808128533471","imei2":"12808128533471","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171069,"job_number":"JOB_171069","tr_customer_id":171086,"tr_customer_product_id":171076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:02.000Z","modified_at":"2026-01-30T04:20:02.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13392800680756","imei1":"13392800680756","imei2":"13392800680756","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171072,"job_number":"JOB_171072","tr_customer_id":171089,"tr_customer_product_id":171079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:04.000Z","modified_at":"2026-01-30T04:20:04.000Z","name":"Vince Wyman","mobile_number":"318-735-4395","email_id":"Fannie.Harris48@yahoo.com","dop":"2025-04-06","serial_number":"17750201884445860","imei1":"17750201884445860","imei2":"17750201884445860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171073,"job_number":"JOB_171073","tr_customer_id":171090,"tr_customer_product_id":171080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:05.000Z","modified_at":"2026-01-30T04:20:05.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16190084846242","imei1":"16190084846242","imei2":"16190084846242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171074,"job_number":"JOB_171074","tr_customer_id":171091,"tr_customer_product_id":171081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:05.000Z","modified_at":"2026-01-30T04:20:05.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12747800943565","imei2":"12747800943565","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171077,"job_number":"JOB_171077","tr_customer_id":171094,"tr_customer_product_id":171084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:07.000Z","modified_at":"2026-01-30T04:20:07.000Z","name":"Delbert Kulas","mobile_number":"251-629-9477","email_id":"Kari_Bergstrom@hotmail.com","dop":"2025-04-06","serial_number":"17054645167231580","imei1":"17054645167231580","imei2":"17054645167231580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171080,"job_number":"JOB_171080","tr_customer_id":171097,"tr_customer_product_id":171087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:18.000Z","modified_at":"2026-01-30T04:20:18.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15365346248782","imei2":"15365346248782","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171082,"job_number":"JOB_171082","tr_customer_id":171099,"tr_customer_product_id":171089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:19.000Z","modified_at":"2026-01-30T04:20:19.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10330165628596","imei1":"10330165628596","imei2":"10330165628596","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171086,"job_number":"JOB_171086","tr_customer_id":171103,"tr_customer_product_id":171093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:20.000Z","modified_at":"2026-01-30T04:20:20.000Z","name":"Albin Abshire","mobile_number":"668-514-4248","email_id":"Brianne80@hotmail.com","dop":"2025-06-18","serial_number":"1013847395482759","imei1":"1013847395482759","imei2":"1013847395482759","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171088,"job_number":"JOB_171088","tr_customer_id":171105,"tr_customer_product_id":171095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:28.000Z","modified_at":"2026-01-30T04:20:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10581874528646","imei1":"10581874528646","imei2":"10581874528646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171090,"job_number":"JOB_171090","tr_customer_id":171107,"tr_customer_product_id":171097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:30.000Z","modified_at":"2026-01-30T04:20:30.000Z","name":"Eliseo Barton","mobile_number":"915-373-8311","email_id":"Jordan_Hilll44@yahoo.com","dop":"2025-04-06","serial_number":"15977513941612628","imei1":"15977513941612628","imei2":"15977513941612628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171091,"job_number":"JOB_171091","tr_customer_id":171108,"tr_customer_product_id":171098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:34.000Z","modified_at":"2026-01-30T04:20:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11415388515443","imei1":"11415388515443","imei2":"11415388515443","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171093,"job_number":"JOB_171093","tr_customer_id":171110,"tr_customer_product_id":171100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:36.000Z","modified_at":"2026-01-30T04:20:36.000Z","name":"Benton Grimes","mobile_number":"721-746-1293","email_id":"Ivy28@yahoo.com","dop":"2025-04-06","serial_number":"16799141910559824","imei1":"16799141910559824","imei2":"16799141910559824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171094,"job_number":"JOB_171094","tr_customer_id":171111,"tr_customer_product_id":171101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:38.000Z","modified_at":"2026-01-30T04:20:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12632828275217","imei1":"12632828275217","imei2":"12632828275217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171096,"job_number":"JOB_171096","tr_customer_id":171113,"tr_customer_product_id":171103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:40.000Z","modified_at":"2026-01-30T04:20:40.000Z","name":"Rafaela Robel","mobile_number":"606-473-1412","email_id":"Niko_Cremin41@yahoo.com","dop":"2025-04-06","serial_number":"14855586315233018","imei1":"14855586315233018","imei2":"14855586315233018","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171097,"job_number":"JOB_171097","tr_customer_id":171114,"tr_customer_product_id":171104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:40.000Z","modified_at":"2026-01-30T04:20:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10494375396360","imei1":"10494375396360","imei2":"10494375396360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171098,"job_number":"JOB_171098","tr_customer_id":171115,"tr_customer_product_id":171105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:40.000Z","modified_at":"2026-01-30T04:20:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18571171140244","imei1":"18571171140244","imei2":"18571171140244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171101,"job_number":"JOB_171101","tr_customer_id":171118,"tr_customer_product_id":171108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:42.000Z","modified_at":"2026-01-30T04:20:42.000Z","name":"Sydnee Becker","mobile_number":"569-792-1918","email_id":"Valentina_Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11952295467953676","imei1":"11952295467953676","imei2":"11952295467953676","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171102,"job_number":"JOB_171102","tr_customer_id":171119,"tr_customer_product_id":171109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:42.000Z","modified_at":"2026-01-30T04:20:42.000Z","name":"Myrtice Schuster","mobile_number":"923-364-7912","email_id":"Rashawn.Tromp@gmail.com","dop":"2025-04-06","serial_number":"12395316043665006","imei1":"12395316043665006","imei2":"12395316043665006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171103,"job_number":"JOB_171103","tr_customer_id":171120,"tr_customer_product_id":171110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:42.000Z","modified_at":"2026-01-30T04:20:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19002422177703","imei1":"19002422177703","imei2":"19002422177703","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171105,"job_number":"JOB_171105","tr_customer_id":171122,"tr_customer_product_id":171112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:44.000Z","modified_at":"2026-01-30T04:20:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"80711761283779","imei1":"80711761283779","imei2":"80711761283779","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171106,"job_number":"JOB_171106","tr_customer_id":171123,"tr_customer_product_id":171113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:46.000Z","modified_at":"2026-01-30T04:20:46.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"18197846890188","imei1":"18197846890188","imei2":"18197846890188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171108,"job_number":"JOB_171108","tr_customer_id":171125,"tr_customer_product_id":171115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:47.000Z","modified_at":"2026-01-30T04:20:47.000Z","name":"Oran Nienow","mobile_number":"397-941-2205","email_id":"Abdul94@yahoo.com","dop":"2025-04-06","serial_number":"14063647880324328","imei1":"14063647880324328","imei2":"14063647880324328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171110,"job_number":"JOB_171110","tr_customer_id":171127,"tr_customer_product_id":171117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:48.000Z","modified_at":"2026-01-30T04:20:48.000Z","name":"Aurore Conroy","mobile_number":"288-596-5512","email_id":"Gabriella_Ratke@hotmail.com","dop":"2025-05-30","serial_number":"10089821720810","imei1":"10089821720810","imei2":"10089821720810","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171111,"job_number":"JOB_171111","tr_customer_id":171128,"tr_customer_product_id":171118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"Anibal Nikolaus","mobile_number":"478-758-5801","email_id":"Meaghan.Abernathy@hotmail.com","dop":"2025-05-30","serial_number":"1813197567218586","imei1":"1813197567218586","imei2":"1813197567218586","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171112,"job_number":"JOB_171112","tr_customer_id":171129,"tr_customer_product_id":171119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13047304828854","imei1":"13047304828854","imei2":"13047304828854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171118,"job_number":"JOB_171118","tr_customer_id":171135,"tr_customer_product_id":171125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:52.000Z","modified_at":"2026-01-30T04:20:52.000Z","name":"Hailee Stracke","mobile_number":"825-612-5890","email_id":"Mac67@hotmail.com","dop":"2025-04-06","serial_number":"18361725382543070","imei1":"18361725382543070","imei2":"18361725382543070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171119,"job_number":"JOB_171119","tr_customer_id":171136,"tr_customer_product_id":171126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:00.000Z","modified_at":"2026-01-30T04:21:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10184379292826","imei1":"10184379292826","imei2":"10184379292826","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171122,"job_number":"JOB_171122","tr_customer_id":171139,"tr_customer_product_id":171129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:01.000Z","modified_at":"2026-01-30T04:21:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13335602592566","imei1":"13335602592566","imei2":"13335602592566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171123,"job_number":"JOB_171123","tr_customer_id":171140,"tr_customer_product_id":171130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:02.000Z","modified_at":"2026-01-30T04:21:02.000Z","name":"Violette Barrows","mobile_number":"452-733-4096","email_id":"Augustus_Lehner6@yahoo.com","dop":"2025-04-06","serial_number":"11656714429718438","imei1":"11656714429718438","imei2":"11656714429718438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171127,"job_number":"JOB_171127","tr_customer_id":171144,"tr_customer_product_id":171134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Kyle Spinka","mobile_number":"565-657-5062","email_id":"Janiya_Rath4@yahoo.com","dop":"2025-04-06","serial_number":"17482730694206884","imei1":"17482730694206884","imei2":"17482730694206884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171132,"job_number":"JOB_171132","tr_customer_id":171149,"tr_customer_product_id":171139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:05.000Z","modified_at":"2026-01-30T04:21:05.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10336441282836","imei1":"10336441282836","imei2":"10336441282836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171135,"job_number":"JOB_171135","tr_customer_id":171152,"tr_customer_product_id":171142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:07.000Z","modified_at":"2026-01-30T04:21:07.000Z","name":"Lexus Boehm","mobile_number":"361-387-7956","email_id":"Kailee.Hills16@gmail.com","dop":"2025-04-06","serial_number":"12756185417395368","imei1":"12756185417395368","imei2":"12756185417395368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171136,"job_number":"JOB_171136","tr_customer_id":171153,"tr_customer_product_id":171143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:10.000Z","modified_at":"2026-01-30T04:21:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12725752505415","imei1":"12725752505415","imei2":"12725752505415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171137,"job_number":"JOB_171137","tr_customer_id":171154,"tr_customer_product_id":171144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:10.000Z","modified_at":"2026-01-30T04:21:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13714293502617","imei1":"13714293502617","imei2":"13714293502617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171140,"job_number":"JOB_171140","tr_customer_id":171157,"tr_customer_product_id":171147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:12.000Z","modified_at":"2026-01-30T04:21:12.000Z","name":"Aurore Flatley","mobile_number":"563-354-8191","email_id":"Brook22@yahoo.com","dop":"2025-04-06","serial_number":"19090094799952550","imei1":"19090094799952550","imei2":"19090094799952550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171141,"job_number":"JOB_171141","tr_customer_id":171158,"tr_customer_product_id":171148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:12.000Z","modified_at":"2026-01-30T04:21:12.000Z","name":"Karen Klein","mobile_number":"258-217-4678","email_id":"Estell_Nolan26@yahoo.com","dop":"2025-04-06","serial_number":"14398215357247750","imei1":"14398215357247750","imei2":"14398215357247750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171142,"job_number":"JOB_171142","tr_customer_id":171159,"tr_customer_product_id":171149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:13.000Z","modified_at":"2026-01-30T04:21:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18176245766075","imei1":"18176245766075","imei2":"18176245766075","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171146,"job_number":"JOB_171146","tr_customer_id":171163,"tr_customer_product_id":171153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:15.000Z","modified_at":"2026-01-30T04:21:15.000Z","name":"Erin Wunsch","mobile_number":"500-861-9769","email_id":"Marjory.Schmidt@gmail.com","dop":"2025-04-06","serial_number":"15846851874623872","imei1":"15846851874623872","imei2":"15846851874623872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171147,"job_number":"JOB_171147","tr_customer_id":171164,"tr_customer_product_id":171154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:20.000Z","modified_at":"2026-01-30T04:21:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11643954952817","imei1":"11643954952817","imei2":"11643954952817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171149,"job_number":"JOB_171149","tr_customer_id":171166,"tr_customer_product_id":171156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:22.000Z","modified_at":"2026-01-30T04:21:22.000Z","name":"Grayce Steuber","mobile_number":"433-929-2924","email_id":"Aurelia42@yahoo.com","dop":"2025-04-06","serial_number":"10050657199825186","imei1":"10050657199825186","imei2":"10050657199825186","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171151,"job_number":"JOB_171151","tr_customer_id":171168,"tr_customer_product_id":171158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:23.000Z","modified_at":"2026-01-30T04:21:23.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13975514375578","imei1":"13975514375578","imei2":"13975514375578","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171153,"job_number":"JOB_171153","tr_customer_id":171170,"tr_customer_product_id":171160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:24.000Z","modified_at":"2026-01-30T04:21:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12572575665778","imei1":"12572575665778","imei2":"12572575665778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171155,"job_number":"JOB_171155","tr_customer_id":171172,"tr_customer_product_id":171162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:25.000Z","modified_at":"2026-01-30T04:21:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"79939252957262","imei1":"79939252957262","imei2":"79939252957262","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171156,"job_number":"JOB_171156","tr_customer_id":171173,"tr_customer_product_id":171163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:25.000Z","modified_at":"2026-01-30T04:21:25.000Z","name":"Aniya Murazik","mobile_number":"322-627-0002","email_id":"Winfield_Vandervort@gmail.com","dop":"2025-04-06","serial_number":"16659236109275940","imei1":"16659236109275940","imei2":"16659236109275940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171157,"job_number":"JOB_171157","tr_customer_id":171174,"tr_customer_product_id":171164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:26.000Z","modified_at":"2026-01-30T04:21:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15910569634426","imei1":"15910569634426","imei2":"15910569634426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171158,"job_number":"JOB_171158","tr_customer_id":171175,"tr_customer_product_id":171165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:26.000Z","modified_at":"2026-01-30T04:21:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16872699326375","imei1":"16872699326375","imei2":"16872699326375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171161,"job_number":"JOB_171161","tr_customer_id":171178,"tr_customer_product_id":171168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:27.000Z","modified_at":"2026-01-30T04:21:27.000Z","name":"Mustafa Kuhn","mobile_number":"912-493-1338","email_id":"Malinda_Corkery@yahoo.com","dop":"2025-04-06","serial_number":"14035183049595468","imei1":"14035183049595468","imei2":"14035183049595468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171162,"job_number":"JOB_171162","tr_customer_id":171179,"tr_customer_product_id":171169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:28.000Z","modified_at":"2026-01-30T04:21:28.000Z","name":"Janet Wisozk","mobile_number":"451-478-0380","email_id":"Zachery.Trantow@hotmail.com","dop":"2025-04-06","serial_number":"17314327491275152","imei1":"17314327491275152","imei2":"17314327491275152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171167,"job_number":"JOB_171167","tr_customer_id":171184,"tr_customer_product_id":171174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:36.000Z","modified_at":"2026-01-30T04:21:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19349527487445","imei1":"19349527487445","imei2":"19349527487445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171169,"job_number":"JOB_171169","tr_customer_id":171186,"tr_customer_product_id":171176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:37.000Z","modified_at":"2026-01-30T04:21:37.000Z","name":"Tristin Rice","mobile_number":"964-441-2429","email_id":"Casimer1@yahoo.com","dop":"2025-04-06","serial_number":"11065823219439082","imei1":"11065823219439082","imei2":"11065823219439082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171170,"job_number":"JOB_171170","tr_customer_id":171187,"tr_customer_product_id":171177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:41.000Z","modified_at":"2026-01-30T04:21:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11013865804194","imei1":"11013865804194","imei2":"11013865804194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171172,"job_number":"JOB_171172","tr_customer_id":171189,"tr_customer_product_id":171179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:43.000Z","modified_at":"2026-01-30T04:21:43.000Z","name":"Mose Cole","mobile_number":"294-329-7352","email_id":"Antone36@gmail.com","dop":"2025-04-06","serial_number":"10074333549551858","imei1":"10074333549551858","imei2":"10074333549551858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171173,"job_number":"JOB_171173","tr_customer_id":171190,"tr_customer_product_id":171180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:46.000Z","modified_at":"2026-01-30T04:21:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11456612834737","imei1":"11456612834737","imei2":"11456612834737","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171178,"job_number":"JOB_171178","tr_customer_id":171195,"tr_customer_product_id":171185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:48.000Z","modified_at":"2026-01-30T04:21:48.000Z","name":"Ashlee Feest","mobile_number":"238-405-9120","email_id":"Anjali_Steuber63@gmail.com","dop":"2025-04-06","serial_number":"15591575254436972","imei1":"15591575254436972","imei2":"15591575254436972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171182,"job_number":"JOB_171182","tr_customer_id":171199,"tr_customer_product_id":171189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:49.000Z","modified_at":"2026-01-30T04:21:49.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"19182914204528","imei1":"19182914204528","imei2":"19182914204528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171185,"job_number":"JOB_171185","tr_customer_id":171202,"tr_customer_product_id":171192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:51.000Z","modified_at":"2026-01-30T04:21:51.000Z","name":"Forest Bernhard","mobile_number":"588-635-6685","email_id":"Justine.Trantow@gmail.com","dop":"2025-04-06","serial_number":"19613373375737250","imei1":"19613373375737250","imei2":"19613373375737250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171186,"job_number":"JOB_171186","tr_customer_id":171203,"tr_customer_product_id":171193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:53.000Z","modified_at":"2026-01-30T04:21:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19045978191441","imei1":"19045978191441","imei2":"19045978191441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171188,"job_number":"JOB_171188","tr_customer_id":171205,"tr_customer_product_id":171195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:54.000Z","modified_at":"2026-01-30T04:21:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18107180046001","imei1":"18107180046001","imei2":"18107180046001","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171190,"job_number":"JOB_171190","tr_customer_id":171207,"tr_customer_product_id":171197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:55.000Z","modified_at":"2026-01-30T04:21:55.000Z","name":"Neva Ruecker","mobile_number":"865-843-6317","email_id":"Manuel0@gmail.com","dop":"2025-04-06","serial_number":"14774233739138378","imei1":"14774233739138378","imei2":"14774233739138378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171191,"job_number":"JOB_171191","tr_customer_id":171208,"tr_customer_product_id":171198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:55.000Z","modified_at":"2026-01-30T04:21:56.000Z","name":"Abigale Schowalter","mobile_number":"426-725-5354","email_id":"Cullen69@gmail.com","dop":"2025-04-06","serial_number":"19622860221436948","imei1":"19622860221436948","imei2":"19622860221436948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171195,"job_number":"JOB_171195","tr_customer_id":171212,"tr_customer_product_id":171202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:05.000Z","modified_at":"2026-01-30T04:22:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10791529943008","imei1":"10791529943008","imei2":"10791529943008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171197,"job_number":"JOB_171197","tr_customer_id":171214,"tr_customer_product_id":171204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:07.000Z","modified_at":"2026-01-30T04:22:07.000Z","name":"Benny Sporer","mobile_number":"497-543-1503","email_id":"Vinnie_Frami@hotmail.com","dop":"2025-04-06","serial_number":"14909847439509902","imei1":"14909847439509902","imei2":"14909847439509902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171198,"job_number":"JOB_171198","tr_customer_id":171215,"tr_customer_product_id":171205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:21.000Z","modified_at":"2026-01-30T04:22:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19486982035805","imei1":"19486982035805","imei2":"19486982035805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171200,"job_number":"JOB_171200","tr_customer_id":171217,"tr_customer_product_id":171207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:23.000Z","modified_at":"2026-01-30T04:22:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18092013293194","imei1":"18092013293194","imei2":"18092013293194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171201,"job_number":"JOB_171201","tr_customer_id":171218,"tr_customer_product_id":171208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:23.000Z","modified_at":"2026-01-30T04:22:23.000Z","name":"Yasmin Stiedemann","mobile_number":"637-956-7788","email_id":"Jovany_Dare71@gmail.com","dop":"2025-04-06","serial_number":"18322374918490020","imei1":"18322374918490020","imei2":"18322374918490020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171203,"job_number":"JOB_171203","tr_customer_id":171220,"tr_customer_product_id":171210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:24.000Z","modified_at":"2026-01-30T04:22:24.000Z","name":"Shanny Langosh","mobile_number":"479-821-8901","email_id":"Lelah.Frami51@hotmail.com","dop":"2025-04-06","serial_number":"15749746972984424","imei1":"15749746972984424","imei2":"15749746972984424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171204,"job_number":"JOB_171204","tr_customer_id":171221,"tr_customer_product_id":171211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:31.000Z","modified_at":"2026-01-30T04:22:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10399943841144","imei1":"10399943841144","imei2":"10399943841144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171206,"job_number":"JOB_171206","tr_customer_id":171223,"tr_customer_product_id":171213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:32.000Z","modified_at":"2026-01-30T04:22:32.000Z","name":"Amalia Mills","mobile_number":"324-681-8598","email_id":"Ron28@yahoo.com","dop":"2025-04-06","serial_number":"15970487449770618","imei1":"15970487449770618","imei2":"15970487449770618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171210,"job_number":"JOB_171210","tr_customer_id":171227,"tr_customer_product_id":171217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:36.000Z","modified_at":"2026-01-30T04:22:36.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15597096697630","imei1":"15597096697630","imei2":"15597096697630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171212,"job_number":"JOB_171212","tr_customer_id":171229,"tr_customer_product_id":171219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:37.000Z","modified_at":"2026-01-30T04:22:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10438647031695","imei1":"10438647031695","imei2":"10438647031695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171213,"job_number":"JOB_171213","tr_customer_id":171230,"tr_customer_product_id":171220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:37.000Z","modified_at":"2026-01-30T04:22:37.000Z","name":"Madelyn Crona","mobile_number":"617-893-3283","email_id":"Connie_Metz87@gmail.com","dop":"2025-04-06","serial_number":"15166292613630514","imei1":"15166292613630514","imei2":"15166292613630514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171215,"job_number":"JOB_171215","tr_customer_id":171232,"tr_customer_product_id":171222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:39.000Z","modified_at":"2026-01-30T04:22:39.000Z","name":"Stanford Hermiston","mobile_number":"309-949-8683","email_id":"Monte55@hotmail.com","dop":"2025-04-06","serial_number":"16523640268083688","imei1":"16523640268083688","imei2":"16523640268083688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171216,"job_number":"JOB_171216","tr_customer_id":171233,"tr_customer_product_id":171223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:24.000Z","modified_at":"2026-01-30T04:26:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68165893365844","imei1":"68165893365844","imei2":"68165893365844","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171217,"job_number":"JOB_171217","tr_customer_id":171234,"tr_customer_product_id":171224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:25.000Z","modified_at":"2026-01-30T04:26:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50230575454873","imei1":"50230575454873","imei2":"50230575454873","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171218,"job_number":"JOB_171218","tr_customer_id":171235,"tr_customer_product_id":171225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:25.000Z","modified_at":"2026-01-30T04:26:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45516248057217","imei1":"45516248057217","imei2":"45516248057217","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171219,"job_number":"JOB_171219","tr_customer_id":171236,"tr_customer_product_id":171226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:25.000Z","modified_at":"2026-01-30T04:26:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97918493716764","imei1":"97918493716764","imei2":"97918493716764","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171220,"job_number":"JOB_171220","tr_customer_id":171237,"tr_customer_product_id":171227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:26.000Z","modified_at":"2026-01-30T04:26:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42590853375783","imei1":"42590853375783","imei2":"42590853375783","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171221,"job_number":"JOB_171221","tr_customer_id":171238,"tr_customer_product_id":171228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:26.000Z","modified_at":"2026-01-30T04:26:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50111375755706","imei1":"50111375755706","imei2":"50111375755706","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171223,"job_number":"JOB_171223","tr_customer_id":171240,"tr_customer_product_id":171230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:58.000Z","modified_at":"2026-01-30T04:26:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32360882111424","imei1":"32360882111424","imei2":"32360882111424","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171224,"job_number":"JOB_171224","tr_customer_id":171241,"tr_customer_product_id":171231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:58.000Z","modified_at":"2026-01-30T04:26:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36696771861835","imei1":"36696771861835","imei2":"36696771861835","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171225,"job_number":"JOB_171225","tr_customer_id":171242,"tr_customer_product_id":171232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:58.000Z","modified_at":"2026-01-30T04:26:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"77356460039342","imei1":"77356460039342","imei2":"77356460039342","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171226,"job_number":"JOB_171226","tr_customer_id":171243,"tr_customer_product_id":171233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:59.000Z","modified_at":"2026-01-30T04:26:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"44813251435698","imei1":"44813251435698","imei2":"44813251435698","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171227,"job_number":"JOB_171227","tr_customer_id":171244,"tr_customer_product_id":171234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:59.000Z","modified_at":"2026-01-30T04:26:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40196297666119","imei1":"40196297666119","imei2":"40196297666119","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171228,"job_number":"JOB_171228","tr_customer_id":171245,"tr_customer_product_id":171235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:59.000Z","modified_at":"2026-01-30T04:26:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34266284520785","imei1":"34266284520785","imei2":"34266284520785","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171230,"job_number":"JOB_171230","tr_customer_id":171247,"tr_customer_product_id":171237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:30.000Z","modified_at":"2026-01-30T04:27:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69066471103613","imei1":"69066471103613","imei2":"69066471103613","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171231,"job_number":"JOB_171231","tr_customer_id":171248,"tr_customer_product_id":171238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:31.000Z","modified_at":"2026-01-30T04:27:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41548994759976","imei1":"41548994759976","imei2":"41548994759976","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171232,"job_number":"JOB_171232","tr_customer_id":171249,"tr_customer_product_id":171239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:31.000Z","modified_at":"2026-01-30T04:27:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50398662904799","imei1":"50398662904799","imei2":"50398662904799","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171233,"job_number":"JOB_171233","tr_customer_id":171250,"tr_customer_product_id":171240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:31.000Z","modified_at":"2026-01-30T04:27:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92289060463279","imei1":"92289060463279","imei2":"92289060463279","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171234,"job_number":"JOB_171234","tr_customer_id":171251,"tr_customer_product_id":171241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:32.000Z","modified_at":"2026-01-30T04:27:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95043084725679","imei1":"95043084725679","imei2":"95043084725679","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171235,"job_number":"JOB_171235","tr_customer_id":171252,"tr_customer_product_id":171242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:32.000Z","modified_at":"2026-01-30T04:27:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40314052249079","imei1":"40314052249079","imei2":"40314052249079","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171239,"job_number":"JOB_171239","tr_customer_id":171256,"tr_customer_product_id":171246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:06:28.000Z","modified_at":"2026-01-30T05:06:28.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"44492326259131","imei1":"44492326259131","imei2":"44492326259131","popurl":"2026-01-20T05:06:28.238559035Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:06:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171240,"job_number":"JOB_171240","tr_customer_id":171257,"tr_customer_product_id":171247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:06:31.000Z","modified_at":"2026-01-30T05:06:31.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"94988867562782","imei1":"94988867562782","imei2":"94988867562782","popurl":"2026-01-20T05:06:30.816405359Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:06:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171241,"job_number":"JOB_171241","tr_customer_id":171258,"tr_customer_product_id":171248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:11:43.000Z","modified_at":"2026-01-30T05:11:43.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103654342872658","imei1":"103654342872658","imei2":"103654342872658","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:11:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171243,"job_number":"JOB_171243","tr_customer_id":171260,"tr_customer_product_id":171250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:11:56.000Z","modified_at":"2026-01-30T05:11:56.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109721411806758","imei1":"109721411806758","imei2":"109721411806758","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:11:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171246,"job_number":"JOB_171246","tr_customer_id":171263,"tr_customer_product_id":171253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:30:05.000Z","modified_at":"2026-01-30T05:30:06.000Z","name":"Hillary Huels","mobile_number":"440-720-2758","email_id":"Parker.Franecki52@hotmail.com","dop":"2025-04-06","serial_number":"13442540163156602","imei1":"13442540163156602","imei2":"13442540163156602","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:30:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171248,"job_number":"JOB_171248","tr_customer_id":171265,"tr_customer_product_id":171255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:30:34.000Z","modified_at":"2026-01-30T05:30:34.000Z","name":"Sadie Hills","mobile_number":"486-376-6669","email_id":"Adriana92@gmail.com","dop":"2025-04-06","serial_number":"10176398618220392","imei1":"10176398618220392","imei2":"10176398618220392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:30:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171250,"job_number":"JOB_171250","tr_customer_id":171267,"tr_customer_product_id":171257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:36:00.000Z","modified_at":"2026-01-30T05:36:00.000Z","name":"Cindy Weber","mobile_number":"793-436-1824","email_id":"Brisa.McLaughlin@gmail.com","dop":"2025-04-06","serial_number":"16464233850864918","imei1":"16464233850864918","imei2":"16464233850864918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171252,"job_number":"JOB_171252","tr_customer_id":171269,"tr_customer_product_id":171259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:36:45.000Z","modified_at":"2026-01-30T05:36:45.000Z","name":"Ruthie West","mobile_number":"936-777-9716","email_id":"Jaylan.Champlin@yahoo.com","dop":"2025-04-06","serial_number":"18938842716442600","imei1":"18938842716442600","imei2":"18938842716442600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171254,"job_number":"JOB_171254","tr_customer_id":171271,"tr_customer_product_id":171261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:37:30.000Z","modified_at":"2026-01-30T05:37:30.000Z","name":"Tyreek Miller","mobile_number":"262-217-5818","email_id":"Leanne.Kutch@gmail.com","dop":"2025-04-06","serial_number":"12247188256887778","imei1":"12247188256887778","imei2":"12247188256887778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:37:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171255,"job_number":"JOB_171255","tr_customer_id":171272,"tr_customer_product_id":171262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Mechelle Stracke","mobile_number":"7099314516","email_id":"windy.gleason@yahoo.com","dop":"2026-01-20","serial_number":"572666053020437","imei1":"498384250923512","imei2":"890435172846539","popurl":"www.leoma-swaniawski.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171256,"job_number":"JOB_171256","tr_customer_id":171273,"tr_customer_product_id":171263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Cedrick Franecki","mobile_number":"7078678597","email_id":"shelba.hessel@gmail.com","dop":"2026-01-20","serial_number":"238276324961790","imei1":"010576607716187","imei2":"163987280620345","popurl":"www.providencia-greenholt.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171257,"job_number":"JOB_171257","tr_customer_id":171274,"tr_customer_product_id":171264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Ceola Nitzsche","mobile_number":"7054427024","email_id":"claud.medhurst@gmail.com","dop":"2026-01-20","serial_number":"768356234766334","imei1":"452469915347785","imei2":"325373290351874","popurl":"www.kristian-ritchie.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171258,"job_number":"JOB_171258","tr_customer_id":171275,"tr_customer_product_id":171265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Clark Yost","mobile_number":"7036900967","email_id":"lyle.goodwin@hotmail.com","dop":"2026-01-20","serial_number":"491884467495444","imei1":"016174267256365","imei2":"912381369241386","popurl":"www.marco-swift.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171259,"job_number":"JOB_171259","tr_customer_id":171276,"tr_customer_product_id":171266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Margarette Lueilwitz","mobile_number":"7085478763","email_id":"julio.koch@yahoo.com","dop":"2026-01-20","serial_number":"412860258341152","imei1":"813171604214463","imei2":"485612585521118","popurl":"www.jonathon-wilkinson.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171260,"job_number":"JOB_171260","tr_customer_id":171277,"tr_customer_product_id":171267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Laronda Torphy","mobile_number":"7025021474","email_id":"william.stehr@gmail.com","dop":"2026-01-20","serial_number":"972441054471604","imei1":"686754197654528","imei2":"926554475411645","popurl":"www.abram-hansen.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171261,"job_number":"JOB_171261","tr_customer_id":171278,"tr_customer_product_id":171268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Chester Hayes","mobile_number":"7045727611","email_id":"luetta.waters@gmail.com","dop":"2026-01-20","serial_number":"838903341815602","imei1":"976467245767710","imei2":"795221116181019","popurl":"www.maryalice-prosacco.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171262,"job_number":"JOB_171262","tr_customer_id":171279,"tr_customer_product_id":171269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Sharmaine Morar","mobile_number":"7049135324","email_id":"norah.johnson@hotmail.com","dop":"2026-01-20","serial_number":"929996546076416","imei1":"573566954401823","imei2":"761359974709772","popurl":"www.fred-wisoky.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171263,"job_number":"JOB_171263","tr_customer_id":171280,"tr_customer_product_id":171270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Vi Harber","mobile_number":"7064000175","email_id":"leigh.bergnaum@hotmail.com","dop":"2026-01-20","serial_number":"616610043460910","imei1":"155654986123458","imei2":"310585677560027","popurl":"www.emilio-schoen.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171264,"job_number":"JOB_171264","tr_customer_id":171281,"tr_customer_product_id":171271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Mina Lesch","mobile_number":"7082372665","email_id":"suzie.marks@yahoo.com","dop":"2026-01-20","serial_number":"701044727612722","imei1":"376613410787939","imei2":"942991546876059","popurl":"www.joe-buckridge.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171265,"job_number":"JOB_171265","tr_customer_id":171282,"tr_customer_product_id":171272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Wilburn Bergstrom","mobile_number":"7013353968","email_id":"asa.ryan@gmail.com","dop":"2026-01-20","serial_number":"623635974871693","imei1":"242619460205683","imei2":"965083142035508","popurl":"www.megan-kuhic.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171266,"job_number":"JOB_171266","tr_customer_id":171284,"tr_customer_product_id":171273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Jacinto Kozey","mobile_number":"7022960780","email_id":"adan.kihn@yahoo.com","dop":"2026-01-20","serial_number":"573428908551433","imei1":"054924308963273","imei2":"284649389869029","popurl":"www.emmitt-schulist.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171267,"job_number":"JOB_171267","tr_customer_id":171283,"tr_customer_product_id":171274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Conception Mills","mobile_number":"7045496618","email_id":"daphne.mayer@gmail.com","dop":"2026-01-20","serial_number":"263444539501114","imei1":"164269333423350","imei2":"644376740033112","popurl":"www.nery-kuphal.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171268,"job_number":"JOB_171268","tr_customer_id":171285,"tr_customer_product_id":171275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Floyd Jaskolski","mobile_number":"7052180863","email_id":"latashia.beahan@yahoo.com","dop":"2026-01-20","serial_number":"380992307916679","imei1":"944089403776228","imei2":"617770173665034","popurl":"www.miquel-flatley.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171269,"job_number":"JOB_171269","tr_customer_id":171286,"tr_customer_product_id":171276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Shela Bashirian","mobile_number":"7054494394","email_id":"kittie.hettinger@gmail.com","dop":"2026-01-20","serial_number":"060213496186556","imei1":"289633814379277","imei2":"422413910083233","popurl":"www.humberto-hammes.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171270,"job_number":"JOB_171270","tr_customer_id":171287,"tr_customer_product_id":171277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Darius Anderson","mobile_number":"7097564929","email_id":"odette.keeling@yahoo.com","dop":"2026-01-20","serial_number":"758725336219691","imei1":"578129971270282","imei2":"900822568283921","popurl":"www.donnie-hirthe.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171271,"job_number":"JOB_171271","tr_customer_id":171288,"tr_customer_product_id":171278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Felisha Senger","mobile_number":"7002630667","email_id":"babara.hauck@gmail.com","dop":"2026-01-20","serial_number":"713857290800578","imei1":"498239871993302","imei2":"069643077108131","popurl":"www.patricia-glover.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171272,"job_number":"JOB_171272","tr_customer_id":171289,"tr_customer_product_id":171279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Martin Herzog","mobile_number":"7048489618","email_id":"stewart.boyle@yahoo.com","dop":"2026-01-20","serial_number":"642548287437421","imei1":"001494208315496","imei2":"220970376417477","popurl":"www.frederica-durgan.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171273,"job_number":"JOB_171273","tr_customer_id":171291,"tr_customer_product_id":171280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Charity Hagenes","mobile_number":"7056781630","email_id":"edwardo.schulist@yahoo.com","dop":"2026-01-20","serial_number":"207775557780019","imei1":"141317159035208","imei2":"770188941722539","popurl":"www.nikki-cassin.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171274,"job_number":"JOB_171274","tr_customer_id":171290,"tr_customer_product_id":171281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Margarito Purdy","mobile_number":"7049896781","email_id":"nelda.sauer@hotmail.com","dop":"2026-01-20","serial_number":"555087379422001","imei1":"781499275048964","imei2":"068666357976210","popurl":"www.dia-stokes.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171275,"job_number":"JOB_171275","tr_customer_id":171292,"tr_customer_product_id":171282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Eura Swift","mobile_number":"7001842203","email_id":"stewart.kuvalis@yahoo.com","dop":"2026-01-20","serial_number":"826652378492166","imei1":"677566223021085","imei2":"460924875045151","popurl":"www.gwyn-wiza.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171276,"job_number":"JOB_171276","tr_customer_id":171293,"tr_customer_product_id":171283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Patrick Hudson","mobile_number":"7018081216","email_id":"paul.waters@hotmail.com","dop":"2026-01-20","serial_number":"380785726166291","imei1":"500837556582087","imei2":"956176460929887","popurl":"www.robt-wunsch.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171277,"job_number":"JOB_171277","tr_customer_id":171294,"tr_customer_product_id":171284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Hai Jakubowski","mobile_number":"7036325365","email_id":"harry.becker@yahoo.com","dop":"2026-01-20","serial_number":"400672857448585","imei1":"906922527643994","imei2":"116140246894846","popurl":"www.chuck-powlowski.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171278,"job_number":"JOB_171278","tr_customer_id":171295,"tr_customer_product_id":171285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Rosetta MacGyver","mobile_number":"7001482526","email_id":"kurtis.dare@hotmail.com","dop":"2026-01-20","serial_number":"948980902782389","imei1":"110367369457101","imei2":"538514891420431","popurl":"www.toi-gutmann.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171279,"job_number":"JOB_171279","tr_customer_id":171296,"tr_customer_product_id":171286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Merrie Davis","mobile_number":"7070612816","email_id":"rey.armstrong@hotmail.com","dop":"2026-01-20","serial_number":"981135890916648","imei1":"432334546733783","imei2":"633851218106331","popurl":"www.galen-johnson.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171280,"job_number":"JOB_171280","tr_customer_id":171297,"tr_customer_product_id":171287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Rogelio Howell","mobile_number":"7047198962","email_id":"tama.bosco@hotmail.com","dop":"2026-01-20","serial_number":"620230799896431","imei1":"382577882871484","imei2":"651505170758353","popurl":"www.rocio-yost.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171281,"job_number":"JOB_171281","tr_customer_id":171298,"tr_customer_product_id":171288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Jerrold Hettinger","mobile_number":"7014609769","email_id":"alfonso.nitzsche@gmail.com","dop":"2026-01-20","serial_number":"298271036192099","imei1":"493301056721234","imei2":"806543001633283","popurl":"www.leif-leannon.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171282,"job_number":"JOB_171282","tr_customer_id":171299,"tr_customer_product_id":171289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Leia Wilderman","mobile_number":"7081764293","email_id":"charlie.kshlerin@yahoo.com","dop":"2026-01-20","serial_number":"847215224174939","imei1":"616657187339376","imei2":"790766060331074","popurl":"www.elroy-buckridge.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171283,"job_number":"JOB_171283","tr_customer_id":171300,"tr_customer_product_id":171290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Corina Keebler","mobile_number":"7012242008","email_id":"donte.armstrong@gmail.com","dop":"2026-01-20","serial_number":"254436800512874","imei1":"542141292010198","imei2":"677410120059873","popurl":"www.monte-douglas.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171284,"job_number":"JOB_171284","tr_customer_id":171301,"tr_customer_product_id":171291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Ping Williamson","mobile_number":"7019746611","email_id":"tommie.predovic@yahoo.com","dop":"2026-01-20","serial_number":"091790878881049","imei1":"177114594404262","imei2":"853646222958487","popurl":"www.olen-kuhn.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171285,"job_number":"JOB_171285","tr_customer_id":171302,"tr_customer_product_id":171292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Gertie Feil","mobile_number":"7053090139","email_id":"jimmie.borer@gmail.com","dop":"2026-01-20","serial_number":"606341795059464","imei1":"631296331161559","imei2":"941897190477117","popurl":"www.fermin-baumbach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171286,"job_number":"JOB_171286","tr_customer_id":171303,"tr_customer_product_id":171293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Heriberto Dare","mobile_number":"7050317234","email_id":"jonas.schneider@gmail.com","dop":"2026-01-20","serial_number":"521380277078461","imei1":"449668329731456","imei2":"542018027928858","popurl":"www.dave-beahan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171287,"job_number":"JOB_171287","tr_customer_id":171304,"tr_customer_product_id":171294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Marlyn Schiller","mobile_number":"7099628598","email_id":"val.barrows@yahoo.com","dop":"2026-01-20","serial_number":"916071023365421","imei1":"720851075151568","imei2":"400866920625810","popurl":"www.charlette-willms.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171288,"job_number":"JOB_171288","tr_customer_id":171305,"tr_customer_product_id":171295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Kirsten Senger","mobile_number":"7097079404","email_id":"dexter.gleason@hotmail.com","dop":"2026-01-20","serial_number":"563714483928251","imei1":"123991720083125","imei2":"002947736462201","popurl":"www.georgene-ullrich.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171289,"job_number":"JOB_171289","tr_customer_id":171306,"tr_customer_product_id":171296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Kam Lowe","mobile_number":"7001121305","email_id":"alyse.pacocha@hotmail.com","dop":"2026-01-20","serial_number":"688350530513191","imei1":"232348310637105","imei2":"687112166095974","popurl":"www.chrystal-bruen.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171290,"job_number":"JOB_171290","tr_customer_id":171307,"tr_customer_product_id":171297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Raymundo Lehner","mobile_number":"7026882957","email_id":"jackie.heaney@hotmail.com","dop":"2026-01-20","serial_number":"329196997117307","imei1":"315729494463659","imei2":"856215408405094","popurl":"www.monty-ernser.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171291,"job_number":"JOB_171291","tr_customer_id":171309,"tr_customer_product_id":171298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Angle Bosco","mobile_number":"7006739450","email_id":"taunya.hettinger@gmail.com","dop":"2026-01-20","serial_number":"756406649999859","imei1":"297677764704882","imei2":"923920695219972","popurl":"www.milagro-roob.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171292,"job_number":"JOB_171292","tr_customer_id":171308,"tr_customer_product_id":171299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Melanie Bode","mobile_number":"7082822385","email_id":"matthew.nitzsche@yahoo.com","dop":"2026-01-20","serial_number":"445282738789803","imei1":"137857908041800","imei2":"753072165846076","popurl":"www.elodia-green.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171293,"job_number":"JOB_171293","tr_customer_id":171310,"tr_customer_product_id":171300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Quinn Kreiger","mobile_number":"7009979625","email_id":"alexia.kuvalis@hotmail.com","dop":"2026-01-20","serial_number":"854318010154538","imei1":"861088907597622","imei2":"185817212957150","popurl":"www.ellan-muller.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171294,"job_number":"JOB_171294","tr_customer_id":171311,"tr_customer_product_id":171301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Darrel Corwin","mobile_number":"7057047003","email_id":"lyman.wiegand@hotmail.com","dop":"2026-01-20","serial_number":"237175470271655","imei1":"032486600368255","imei2":"446173791097521","popurl":"www.erin-runolfsson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171295,"job_number":"JOB_171295","tr_customer_id":171312,"tr_customer_product_id":171302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Mittie Barton","mobile_number":"7028648701","email_id":"emmie.schuster@gmail.com","dop":"2026-01-20","serial_number":"924393276295249","imei1":"309472988490565","imei2":"658495554469434","popurl":"www.tyler-goodwin.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171296,"job_number":"JOB_171296","tr_customer_id":171313,"tr_customer_product_id":171303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Williams Wilderman","mobile_number":"7004300651","email_id":"allena.lang@gmail.com","dop":"2026-01-20","serial_number":"713854897368234","imei1":"409939976558701","imei2":"735582385868358","popurl":"www.simona-altenwerth.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171297,"job_number":"JOB_171297","tr_customer_id":171314,"tr_customer_product_id":171304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Manie Schaefer","mobile_number":"7083348073","email_id":"katheleen.toy@yahoo.com","dop":"2026-01-20","serial_number":"947390877324960","imei1":"944637172852648","imei2":"144334355109576","popurl":"www.guadalupe-donnelly.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171298,"job_number":"JOB_171298","tr_customer_id":171315,"tr_customer_product_id":171305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Suzi Gutkowski","mobile_number":"7000348900","email_id":"tammi.ward@yahoo.com","dop":"2026-01-20","serial_number":"521796092686116","imei1":"895769951233287","imei2":"451086771861443","popurl":"www.bobby-howell.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171299,"job_number":"JOB_171299","tr_customer_id":171316,"tr_customer_product_id":171306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Rocky Becker","mobile_number":"7033551283","email_id":"alberto.powlowski@yahoo.com","dop":"2026-01-20","serial_number":"399236703668613","imei1":"338145194685861","imei2":"214652828394383","popurl":"www.helaine-lynch.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171300,"job_number":"JOB_171300","tr_customer_id":171317,"tr_customer_product_id":171307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Quinton Little","mobile_number":"7038957880","email_id":"anabel.price@yahoo.com","dop":"2026-01-20","serial_number":"630296100037005","imei1":"097816377351172","imei2":"904960290408004","popurl":"www.merlin-marks.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171301,"job_number":"JOB_171301","tr_customer_id":171318,"tr_customer_product_id":171308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Ophelia Rice","mobile_number":"7046698561","email_id":"merlin.hayes@gmail.com","dop":"2026-01-20","serial_number":"354178160521808","imei1":"455855935314235","imei2":"273275603966270","popurl":"www.dirk-bauch.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171302,"job_number":"JOB_171302","tr_customer_id":171319,"tr_customer_product_id":171309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Tom Hammes","mobile_number":"7000942450","email_id":"margarett.wisoky@yahoo.com","dop":"2026-01-20","serial_number":"752467710248004","imei1":"288185988413854","imei2":"299792988910928","popurl":"www.harris-volkman.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171303,"job_number":"JOB_171303","tr_customer_id":171320,"tr_customer_product_id":171310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Whitney Monahan","mobile_number":"7082537552","email_id":"nicola.effertz@gmail.com","dop":"2026-01-20","serial_number":"320853054357944","imei1":"854691824554205","imei2":"333310707553695","popurl":"www.philomena-cummings.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171304,"job_number":"JOB_171304","tr_customer_id":171322,"tr_customer_product_id":171311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Micheal Kuphal","mobile_number":"7053593462","email_id":"eula.yundt@hotmail.com","dop":"2026-01-20","serial_number":"781374517942592","imei1":"671122538259545","imei2":"180776559201212","popurl":"www.song-ortiz.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171305,"job_number":"JOB_171305","tr_customer_id":171321,"tr_customer_product_id":171312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Cyrus Kuhlman","mobile_number":"7058941188","email_id":"zachary.walter@hotmail.com","dop":"2026-01-20","serial_number":"828750392070931","imei1":"711725431974453","imei2":"121108258349178","popurl":"www.kortney-stehr.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171306,"job_number":"JOB_171306","tr_customer_id":171323,"tr_customer_product_id":171313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Caren Kozey","mobile_number":"7024358111","email_id":"morgan.harris@yahoo.com","dop":"2026-01-20","serial_number":"130268590698903","imei1":"762771362112646","imei2":"079198503697501","popurl":"www.cathie-fadel.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171307,"job_number":"JOB_171307","tr_customer_id":171324,"tr_customer_product_id":171314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Erasmo Jerde","mobile_number":"7077248713","email_id":"noelle.bednar@yahoo.com","dop":"2026-01-20","serial_number":"851784061286438","imei1":"990530413518809","imei2":"418220343943831","popurl":"www.christi-deckow.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171308,"job_number":"JOB_171308","tr_customer_id":171325,"tr_customer_product_id":171315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Charlie Reichel","mobile_number":"7019051130","email_id":"bethany.bayer@yahoo.com","dop":"2026-01-20","serial_number":"962454777702104","imei1":"330761018557061","imei2":"580522695193604","popurl":"www.jewell-brekke.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171309,"job_number":"JOB_171309","tr_customer_id":171326,"tr_customer_product_id":171316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Ashly Muller","mobile_number":"7033151416","email_id":"deshawn.deckow@hotmail.com","dop":"2026-01-20","serial_number":"467004973717725","imei1":"123728033258318","imei2":"398747741128254","popurl":"www.tobi-schmitt.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171310,"job_number":"JOB_171310","tr_customer_id":171327,"tr_customer_product_id":171317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:42.000Z","modified_at":"2026-01-30T05:55:42.000Z","name":"Eleanora Ward","mobile_number":"7028648988","email_id":"arnette.wiegand@gmail.com","dop":"2026-01-20","serial_number":"570528850340114","imei1":"320870487801078","imei2":"710620712670116","popurl":"www.erick-sawayn.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171311,"job_number":"JOB_171311","tr_customer_id":171328,"tr_customer_product_id":171318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:42.000Z","modified_at":"2026-01-30T05:55:42.000Z","name":"Karen Armstrong","mobile_number":"7068288941","email_id":"jude.durgan@yahoo.com","dop":"2026-01-20","serial_number":"939118111250160","imei1":"898008289804416","imei2":"458935161560606","popurl":"www.annelle-ratke.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171312,"job_number":"JOB_171312","tr_customer_id":171329,"tr_customer_product_id":171319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:42.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Delmar Kuhlman","mobile_number":"7076639014","email_id":"morris.champlin@hotmail.com","dop":"2026-01-20","serial_number":"359966718293181","imei1":"269850488109661","imei2":"086271321760063","popurl":"www.elisa-hickle.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171313,"job_number":"JOB_171313","tr_customer_id":171330,"tr_customer_product_id":171320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Alise Strosin","mobile_number":"7029822744","email_id":"miquel.hauck@gmail.com","dop":"2026-01-20","serial_number":"113476940717789","imei1":"826707803695069","imei2":"114528807275329","popurl":"www.daphne-orn.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171314,"job_number":"JOB_171314","tr_customer_id":171331,"tr_customer_product_id":171321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Kathaleen Nolan","mobile_number":"7034353648","email_id":"kelley.smitham@yahoo.com","dop":"2026-01-20","serial_number":"215758379552571","imei1":"071950585874522","imei2":"912099833654560","popurl":"www.beverly-hand.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171315,"job_number":"JOB_171315","tr_customer_id":171332,"tr_customer_product_id":171322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Ariel Cummings","mobile_number":"7038642287","email_id":"irving.waelchi@yahoo.com","dop":"2026-01-20","serial_number":"463492551678414","imei1":"648186731601765","imei2":"480006720646052","popurl":"www.stuart-legros.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171316,"job_number":"JOB_171316","tr_customer_id":171333,"tr_customer_product_id":171323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Carol Klein","mobile_number":"7015590816","email_id":"brice.roob@yahoo.com","dop":"2026-01-20","serial_number":"710983340271287","imei1":"733109760191233","imei2":"361240509090824","popurl":"www.merle-hahn.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171317,"job_number":"JOB_171317","tr_customer_id":171334,"tr_customer_product_id":171324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Kyle Douglas","mobile_number":"7015148888","email_id":"tyson.sporer@yahoo.com","dop":"2026-01-20","serial_number":"766541170764355","imei1":"565784542446208","imei2":"538816603970844","popurl":"www.mack-crooks.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171318,"job_number":"JOB_171318","tr_customer_id":171335,"tr_customer_product_id":171325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Rico Gleichner","mobile_number":"7029157150","email_id":"noe.nitzsche@hotmail.com","dop":"2026-01-20","serial_number":"491736804658628","imei1":"493575193136037","imei2":"646049109562879","popurl":"www.estrella-mohr.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171319,"job_number":"JOB_171319","tr_customer_id":171336,"tr_customer_product_id":171326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Jefferey Kris","mobile_number":"7099992313","email_id":"eldon.rau@hotmail.com","dop":"2026-01-20","serial_number":"383666994327856","imei1":"075128337433975","imei2":"655744289525468","popurl":"www.graham-konopelski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171320,"job_number":"JOB_171320","tr_customer_id":171337,"tr_customer_product_id":171327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Royal Klein","mobile_number":"7049889361","email_id":"linsey.feil@hotmail.com","dop":"2026-01-20","serial_number":"030365157241101","imei1":"841865954352253","imei2":"751180241466148","popurl":"www.keenan-goldner.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171321,"job_number":"JOB_171321","tr_customer_id":171338,"tr_customer_product_id":171328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Easter Baumbach","mobile_number":"7093036604","email_id":"kristopher.batz@hotmail.com","dop":"2026-01-20","serial_number":"914912160874195","imei1":"971588513580079","imei2":"736842994493543","popurl":"www.marilou-ferry.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171322,"job_number":"JOB_171322","tr_customer_id":171339,"tr_customer_product_id":171329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Otha Heathcote","mobile_number":"7022274597","email_id":"kasie.hyatt@yahoo.com","dop":"2026-01-20","serial_number":"051530957056078","imei1":"700307274917464","imei2":"381092289380151","popurl":"www.maggie-koepp.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171323,"job_number":"JOB_171323","tr_customer_id":171340,"tr_customer_product_id":171330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Yuk Walker","mobile_number":"7079057641","email_id":"idell.mcclure@gmail.com","dop":"2026-01-20","serial_number":"018953174275601","imei1":"197554091067559","imei2":"146793685141557","popurl":"www.chelsea-strosin.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171324,"job_number":"JOB_171324","tr_customer_id":171341,"tr_customer_product_id":171331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Lillie Spencer","mobile_number":"7048536157","email_id":"kasey.brown@gmail.com","dop":"2026-01-20","serial_number":"169151214653888","imei1":"606013340190024","imei2":"432370165611082","popurl":"www.erik-turcotte.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171325,"job_number":"JOB_171325","tr_customer_id":171342,"tr_customer_product_id":171332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Suzan Feil","mobile_number":"7017899097","email_id":"aron.mante@yahoo.com","dop":"2026-01-20","serial_number":"934554124274999","imei1":"643500244089838","imei2":"768905799936658","popurl":"www.elvis-walter.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171326,"job_number":"JOB_171326","tr_customer_id":171343,"tr_customer_product_id":171333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Vaughn Abshire","mobile_number":"7076898654","email_id":"sophia.beahan@gmail.com","dop":"2026-01-20","serial_number":"374887385152324","imei1":"236118919572179","imei2":"730551795153501","popurl":"www.cameron-labadie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171327,"job_number":"JOB_171327","tr_customer_id":171344,"tr_customer_product_id":171334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Darrick Schiller","mobile_number":"7007616646","email_id":"youlanda.waelchi@yahoo.com","dop":"2026-01-20","serial_number":"913360750542939","imei1":"044302794883510","imei2":"582414749359131","popurl":"www.damon-ohara.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171328,"job_number":"JOB_171328","tr_customer_id":171345,"tr_customer_product_id":171335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Andreas Kuhlman","mobile_number":"7080274718","email_id":"shawana.gutmann@yahoo.com","dop":"2026-01-20","serial_number":"833874154524629","imei1":"165684040934487","imei2":"312100825481361","popurl":"www.palmer-boyer.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171329,"job_number":"JOB_171329","tr_customer_id":171346,"tr_customer_product_id":171336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Horace McLaughlin","mobile_number":"7069779472","email_id":"clarita.gottlieb@gmail.com","dop":"2026-01-20","serial_number":"582099164941029","imei1":"227114044654142","imei2":"156221871043903","popurl":"www.frankie-trantow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171330,"job_number":"JOB_171330","tr_customer_id":171347,"tr_customer_product_id":171337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Keenan Lang","mobile_number":"7088968871","email_id":"julius.becker@yahoo.com","dop":"2026-01-20","serial_number":"209260180327899","imei1":"298211817981988","imei2":"369635061744510","popurl":"www.janell-lowe.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171331,"job_number":"JOB_171331","tr_customer_id":171348,"tr_customer_product_id":171338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Patrick Lemke","mobile_number":"7007403986","email_id":"lindsay.feest@gmail.com","dop":"2026-01-20","serial_number":"022307895346513","imei1":"135070715406277","imei2":"424391515834522","popurl":"www.buck-parker.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171332,"job_number":"JOB_171332","tr_customer_id":171349,"tr_customer_product_id":171339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Daryl Walter","mobile_number":"7054905836","email_id":"rosalba.little@gmail.com","dop":"2026-01-20","serial_number":"973331501090102","imei1":"687295614282327","imei2":"705856612819515","popurl":"www.dominique-bernhard.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171333,"job_number":"JOB_171333","tr_customer_id":171350,"tr_customer_product_id":171340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Betty Wolff","mobile_number":"7017370882","email_id":"marisela.purdy@hotmail.com","dop":"2026-01-20","serial_number":"853721744842080","imei1":"789305070249993","imei2":"975196809715704","popurl":"www.brittaney-okon.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171334,"job_number":"JOB_171334","tr_customer_id":171351,"tr_customer_product_id":171341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Monty Streich","mobile_number":"7064317989","email_id":"sterling.schmidt@yahoo.com","dop":"2026-01-20","serial_number":"492146951984773","imei1":"681843052321560","imei2":"676830187061196","popurl":"www.nia-hamill.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171335,"job_number":"JOB_171335","tr_customer_id":171352,"tr_customer_product_id":171342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Stephan Beier","mobile_number":"7028352644","email_id":"dusty.swift@gmail.com","dop":"2026-01-20","serial_number":"848429255648885","imei1":"640703781449972","imei2":"665248918196321","popurl":"www.alaine-olson.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171336,"job_number":"JOB_171336","tr_customer_id":171353,"tr_customer_product_id":171343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Mark Harris","mobile_number":"7019203537","email_id":"kerry.abbott@gmail.com","dop":"2026-01-20","serial_number":"158636126981963","imei1":"462749841897112","imei2":"371272028423057","popurl":"www.drema-bernier.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171337,"job_number":"JOB_171337","tr_customer_id":171354,"tr_customer_product_id":171344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Caryn Mraz","mobile_number":"7012286778","email_id":"mardell.damore@gmail.com","dop":"2026-01-20","serial_number":"492422236760717","imei1":"953879803448535","imei2":"203247308133498","popurl":"www.nigel-huels.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171338,"job_number":"JOB_171338","tr_customer_id":171355,"tr_customer_product_id":171345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Roxann Krajcik","mobile_number":"7083524756","email_id":"eddie.fisher@yahoo.com","dop":"2026-01-20","serial_number":"894665896733248","imei1":"159345806106229","imei2":"831415349417924","popurl":"www.daren-stiedemann.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171339,"job_number":"JOB_171339","tr_customer_id":171356,"tr_customer_product_id":171346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Marquis McKenzie","mobile_number":"7036712750","email_id":"neil.stroman@yahoo.com","dop":"2026-01-20","serial_number":"712805775036816","imei1":"462218474417448","imei2":"578419115520565","popurl":"www.catherina-johns.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171340,"job_number":"JOB_171340","tr_customer_id":171357,"tr_customer_product_id":171347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Shawana Bartell","mobile_number":"7039979523","email_id":"dortha.harris@gmail.com","dop":"2026-01-20","serial_number":"877536665877150","imei1":"364166343636287","imei2":"778855328820417","popurl":"www.leda-abbott.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171341,"job_number":"JOB_171341","tr_customer_id":171358,"tr_customer_product_id":171348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Shandi Schinner","mobile_number":"7065687824","email_id":"jessie.kertzmann@gmail.com","dop":"2026-01-20","serial_number":"850274205060159","imei1":"964112510529323","imei2":"315046121597884","popurl":"www.boris-morissette.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171342,"job_number":"JOB_171342","tr_customer_id":171359,"tr_customer_product_id":171349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Matthew Hudson","mobile_number":"7008094170","email_id":"andre.monahan@yahoo.com","dop":"2026-01-20","serial_number":"408659195680000","imei1":"133284790354959","imei2":"014125850736231","popurl":"www.corinne-abbott.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171343,"job_number":"JOB_171343","tr_customer_id":171360,"tr_customer_product_id":171350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Mohammad Howell","mobile_number":"7034161108","email_id":"willodean.torp@hotmail.com","dop":"2026-01-20","serial_number":"557393980105678","imei1":"865949135880345","imei2":"286310765529782","popurl":"www.shirlene-funk.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171344,"job_number":"JOB_171344","tr_customer_id":171361,"tr_customer_product_id":171351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Inocencia McCullough","mobile_number":"7070412863","email_id":"ouida.emard@yahoo.com","dop":"2026-01-20","serial_number":"689899434329349","imei1":"704458332138095","imei2":"330556491938086","popurl":"www.irving-ziemann.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171345,"job_number":"JOB_171345","tr_customer_id":171362,"tr_customer_product_id":171352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Tiara Berge","mobile_number":"7024572240","email_id":"marty.price@hotmail.com","dop":"2026-01-20","serial_number":"701976783804628","imei1":"127828047744783","imei2":"793942879768999","popurl":"www.sharen-stokes.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171346,"job_number":"JOB_171346","tr_customer_id":171363,"tr_customer_product_id":171353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Granville Baumbach","mobile_number":"7022356100","email_id":"delta.cormier@gmail.com","dop":"2026-01-20","serial_number":"996804375718733","imei1":"602551415911801","imei2":"930078855823199","popurl":"www.cierra-crona.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171347,"job_number":"JOB_171347","tr_customer_id":171364,"tr_customer_product_id":171354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Luisa Bogan","mobile_number":"7067333858","email_id":"orval.upton@hotmail.com","dop":"2026-01-20","serial_number":"854300526798627","imei1":"677953650731126","imei2":"431990791433519","popurl":"www.eleonor-gutkowski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171348,"job_number":"JOB_171348","tr_customer_id":171365,"tr_customer_product_id":171355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Tammera Metz","mobile_number":"7047053055","email_id":"marvin.schoen@gmail.com","dop":"2026-01-20","serial_number":"052515037263998","imei1":"138097395785825","imei2":"612058888985915","popurl":"www.reiko-haag.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171349,"job_number":"JOB_171349","tr_customer_id":171366,"tr_customer_product_id":171356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Damien Hegmann","mobile_number":"7090363996","email_id":"jerome.stamm@gmail.com","dop":"2026-01-20","serial_number":"246944316579449","imei1":"523090462055794","imei2":"779341923092163","popurl":"www.del-waters.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171350,"job_number":"JOB_171350","tr_customer_id":171367,"tr_customer_product_id":171357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Tuyet Hamill","mobile_number":"7096352010","email_id":"gabriele.kutch@hotmail.com","dop":"2026-01-20","serial_number":"153056128550413","imei1":"269012477768882","imei2":"094785500498281","popurl":"www.norbert-gusikowski.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171351,"job_number":"JOB_171351","tr_customer_id":171368,"tr_customer_product_id":171358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Darrick Berge","mobile_number":"7087668523","email_id":"arturo.davis@gmail.com","dop":"2026-01-20","serial_number":"647399180273864","imei1":"458357599291083","imei2":"782248925382212","popurl":"www.thomas-weber.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171352,"job_number":"JOB_171352","tr_customer_id":171369,"tr_customer_product_id":171359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Sherwood Fadel","mobile_number":"7011843943","email_id":"david.zieme@yahoo.com","dop":"2026-01-20","serial_number":"789671532689752","imei1":"563711768576478","imei2":"057048674402843","popurl":"www.gerri-sporer.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171353,"job_number":"JOB_171353","tr_customer_id":171370,"tr_customer_product_id":171360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Lashell O'Kon","mobile_number":"7025980012","email_id":"devon.roberts@gmail.com","dop":"2026-01-20","serial_number":"392770444299956","imei1":"872677543420725","imei2":"132521620430556","popurl":"www.fletcher-bartoletti.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171354,"job_number":"JOB_171354","tr_customer_id":171371,"tr_customer_product_id":171361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Vincenza Collins","mobile_number":"7024641008","email_id":"winston.kovacek@hotmail.com","dop":"2026-01-20","serial_number":"077138737656240","imei1":"591057248901506","imei2":"922573541826261","popurl":"www.keenan-considine.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171355,"job_number":"JOB_171355","tr_customer_id":171372,"tr_customer_product_id":171362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Silas Pfannerstill","mobile_number":"7073493299","email_id":"mary.kohler@yahoo.com","dop":"2026-01-20","serial_number":"180473901777230","imei1":"274046018039304","imei2":"750445337738417","popurl":"www.alex-lehner.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171356,"job_number":"JOB_171356","tr_customer_id":171373,"tr_customer_product_id":171363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Jayson Runolfsdottir","mobile_number":"7026287843","email_id":"victorina.rosenbaum@gmail.com","dop":"2026-01-20","serial_number":"433500023658491","imei1":"919582366314314","imei2":"987688736682843","popurl":"www.tracey-bednar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171357,"job_number":"JOB_171357","tr_customer_id":171374,"tr_customer_product_id":171364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Nelson Effertz","mobile_number":"7004819337","email_id":"blair.langosh@gmail.com","dop":"2026-01-20","serial_number":"086863821019413","imei1":"569844389665124","imei2":"659287618430977","popurl":"www.mirna-thiel.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171358,"job_number":"JOB_171358","tr_customer_id":171375,"tr_customer_product_id":171365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Edra McCullough","mobile_number":"7029803776","email_id":"tyesha.rohan@gmail.com","dop":"2026-01-20","serial_number":"554895809028652","imei1":"271641415297884","imei2":"181141491690381","popurl":"www.larhonda-dickens.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171359,"job_number":"JOB_171359","tr_customer_id":171376,"tr_customer_product_id":171366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Earnest Mosciski","mobile_number":"7050733721","email_id":"jonah.kshlerin@hotmail.com","dop":"2026-01-20","serial_number":"628122239004654","imei1":"790666948661741","imei2":"523170189550893","popurl":"www.jed-borer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171360,"job_number":"JOB_171360","tr_customer_id":171377,"tr_customer_product_id":171367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Anjelica Quigley","mobile_number":"7039464175","email_id":"sandi.douglas@yahoo.com","dop":"2026-01-20","serial_number":"209924863514387","imei1":"965618456286679","imei2":"137637902683452","popurl":"www.rayford-monahan.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171361,"job_number":"JOB_171361","tr_customer_id":171378,"tr_customer_product_id":171368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Mellissa Renner","mobile_number":"7012812846","email_id":"della.christiansen@hotmail.com","dop":"2026-01-20","serial_number":"334965998177931","imei1":"896258247342935","imei2":"206990280152004","popurl":"www.marcene-kuphal.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171362,"job_number":"JOB_171362","tr_customer_id":171379,"tr_customer_product_id":171369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Gay Stehr","mobile_number":"7028930896","email_id":"emilio.kihn@gmail.com","dop":"2026-01-20","serial_number":"276652164328144","imei1":"704063252220386","imei2":"676358511758511","popurl":"www.daren-monahan.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171363,"job_number":"JOB_171363","tr_customer_id":171380,"tr_customer_product_id":171370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Winfred Rutherford","mobile_number":"7082626872","email_id":"elvis.legros@yahoo.com","dop":"2026-01-20","serial_number":"535198958872526","imei1":"009468123294363","imei2":"683107385746280","popurl":"www.margaret-padberg.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171364,"job_number":"JOB_171364","tr_customer_id":171381,"tr_customer_product_id":171371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Vito Bartoletti","mobile_number":"7023011805","email_id":"jarred.huel@yahoo.com","dop":"2026-01-20","serial_number":"865907073943125","imei1":"284409225111989","imei2":"847129785658661","popurl":"www.barry-frami.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171365,"job_number":"JOB_171365","tr_customer_id":171382,"tr_customer_product_id":171372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Delbert Beahan","mobile_number":"7013791827","email_id":"daron.schmitt@hotmail.com","dop":"2026-01-20","serial_number":"398787265421065","imei1":"844581204535224","imei2":"000783084283936","popurl":"www.don-dach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171366,"job_number":"JOB_171366","tr_customer_id":171383,"tr_customer_product_id":171373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Chris O'Hara","mobile_number":"7009429192","email_id":"lane.daniel@hotmail.com","dop":"2026-01-20","serial_number":"489724662470955","imei1":"070797935103595","imei2":"137399432181127","popurl":"www.aron-kutch.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171367,"job_number":"JOB_171367","tr_customer_id":171384,"tr_customer_product_id":171374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Kathaleen Rowe","mobile_number":"7025976114","email_id":"rheba.price@yahoo.com","dop":"2026-01-20","serial_number":"888100521597937","imei1":"803079624000929","imei2":"262542431072815","popurl":"www.rosamond-gottlieb.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171368,"job_number":"JOB_171368","tr_customer_id":171385,"tr_customer_product_id":171375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Alexia Braun","mobile_number":"7063002503","email_id":"krysta.purdy@yahoo.com","dop":"2026-01-20","serial_number":"124915775912509","imei1":"733652276551877","imei2":"954582227126637","popurl":"www.paul-thompson.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171369,"job_number":"JOB_171369","tr_customer_id":171386,"tr_customer_product_id":171376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Lashanda Wiegand","mobile_number":"7022119534","email_id":"fernando.watsica@hotmail.com","dop":"2026-01-20","serial_number":"140776293579403","imei1":"650107745879882","imei2":"279690712386888","popurl":"www.mohammed-king.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171370,"job_number":"JOB_171370","tr_customer_id":171387,"tr_customer_product_id":171377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Kristine Lesch","mobile_number":"7082693168","email_id":"francie.mclaughlin@gmail.com","dop":"2026-01-20","serial_number":"802269429478002","imei1":"756818944361205","imei2":"374317467850168","popurl":"www.enid-koelpin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171371,"job_number":"JOB_171371","tr_customer_id":171389,"tr_customer_product_id":171379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Lewis Kuhn","mobile_number":"7040651561","email_id":"darla.smith@yahoo.com","dop":"2026-01-20","serial_number":"624134671347920","imei1":"957133621755988","imei2":"084689494059115","popurl":"www.jarod-franecki.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171372,"job_number":"JOB_171372","tr_customer_id":171388,"tr_customer_product_id":171378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Casey Schmitt","mobile_number":"7045253532","email_id":"dayna.oreilly@yahoo.com","dop":"2026-01-20","serial_number":"690748837428996","imei1":"319742204480953","imei2":"256691522843832","popurl":"www.jaimee-mayert.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171373,"job_number":"JOB_171373","tr_customer_id":171391,"tr_customer_product_id":171381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Apolonia Hermiston","mobile_number":"7020917903","email_id":"theresia.lueilwitz@gmail.com","dop":"2026-01-20","serial_number":"911139474859603","imei1":"860150548195086","imei2":"573836213873864","popurl":"www.edie-kihn.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171374,"job_number":"JOB_171374","tr_customer_id":171390,"tr_customer_product_id":171380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Raphael Jerde","mobile_number":"7097292673","email_id":"jocelyn.gerlach@hotmail.com","dop":"2026-01-20","serial_number":"607425780673038","imei1":"986739787958542","imei2":"478382875065103","popurl":"www.harriette-haley.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171375,"job_number":"JOB_171375","tr_customer_id":171392,"tr_customer_product_id":171382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Jatin Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"48394561160803","imei1":"48394561160803","imei2":"48394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171376,"job_number":"JOB_171376","tr_customer_id":171393,"tr_customer_product_id":171383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Chetan Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"35394561160803","imei1":"35394561160803","imei2":"35394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171377,"job_number":"JOB_171377","tr_customer_id":171394,"tr_customer_product_id":171384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Ritu Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"18394561160803","imei1":"18394561160803","imei2":"18394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171378,"job_number":"JOB_171378","tr_customer_id":171395,"tr_customer_product_id":171385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Ajinkya Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"45394561160803","imei1":"45394561160803","imei2":"45394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171379,"job_number":"JOB_171379","tr_customer_id":171396,"tr_customer_product_id":171386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Adi Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"19394561160803","imei1":"19394561160803","imei2":"19394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171380,"job_number":"JOB_171380","tr_customer_id":171397,"tr_customer_product_id":171387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Madelyn Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"25394561160803","imei1":"25394561160803","imei2":"25394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171381,"job_number":"JOB_171381","tr_customer_id":171398,"tr_customer_product_id":171388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:47.000Z","modified_at":"2026-01-30T06:11:47.000Z","name":"Dipesh Prajapat","mobile_number":"7044028444","email_id":"akshita.varman@hotmail.com","dop":"2026-01-20","serial_number":"971053117222051","imei1":"971053117222051","imei2":"971053117222051","popurl":"www.bhagwanti-pothuvaal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171382,"job_number":"JOB_171382","tr_customer_id":171399,"tr_customer_product_id":171389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:47.000Z","modified_at":"2026-01-30T06:11:47.000Z","name":"Ananda Chattopadhyay","mobile_number":"7019200987","email_id":"marut.malik@hotmail.com","dop":"2026-01-20","serial_number":"649093830287910","imei1":"649093830287910","imei2":"649093830287910","popurl":"www.somu-patil.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171383,"job_number":"JOB_171383","tr_customer_id":171400,"tr_customer_product_id":171390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:48.000Z","modified_at":"2026-01-30T06:11:48.000Z","name":"Vidhya Somayaji","mobile_number":"7080428552","email_id":"bodhan.gill@hotmail.com","dop":"2026-01-20","serial_number":"374942440272450","imei1":"374942440272450","imei2":"374942440272450","popurl":"www.bhaumik-sethi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171384,"job_number":"JOB_171384","tr_customer_id":171401,"tr_customer_product_id":171391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:48.000Z","modified_at":"2026-01-30T06:11:48.000Z","name":"Anish Varrier","mobile_number":"7055102891","email_id":"trilokesh.pillai@yahoo.co.in","dop":"2026-01-20","serial_number":"771620165515461","imei1":"771620165515461","imei2":"771620165515461","popurl":"www.subhasini-sethi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171385,"job_number":"JOB_171385","tr_customer_id":171402,"tr_customer_product_id":171392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:48.000Z","modified_at":"2026-01-30T06:11:48.000Z","name":"Aasa Saini","mobile_number":"7089486104","email_id":"dron.bandopadhyay@gmail.com","dop":"2026-01-20","serial_number":"317303768561109","imei1":"317303768561109","imei2":"317303768561109","popurl":"www.deeptimayee-iyengar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171386,"job_number":"JOB_171386","tr_customer_id":171403,"tr_customer_product_id":171393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:50.000Z","modified_at":"2026-01-30T06:11:50.000Z","name":"Brandt Mann","mobile_number":"622-691-0923","email_id":"Abigayle31@gmail.com","dop":"2025-08-24","serial_number":"53671279529214","imei1":"53671279529214","imei2":"53671279529214","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171387,"job_number":"JOB_171387","tr_customer_id":171404,"tr_customer_product_id":171394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:50.000Z","modified_at":"2026-01-30T06:11:50.000Z","name":"Brandt Mann","mobile_number":"622-691-0923","email_id":"Abigayle31@gmail.com","dop":"2025-08-24","serial_number":"35671279529214","imei1":"35671279529214","imei2":"35671279529214","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171388,"job_number":"JOB_171388","tr_customer_id":171405,"tr_customer_product_id":171395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:50.000Z","modified_at":"2026-01-30T06:11:50.000Z","name":"Brandt Mann","mobile_number":"622-691-0923","email_id":"Abigayle31@gmail.com","dop":"2025-08-24","serial_number":"64671279529214","imei1":"64671279529214","imei2":"64671279529214","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171389,"job_number":"JOB_171389","tr_customer_id":171406,"tr_customer_product_id":171396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Ritu Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"38290923182914","imei1":"38290923182914","imei2":"38290923182914","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171390,"job_number":"JOB_171390","tr_customer_id":171407,"tr_customer_product_id":171397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Chetan Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"36784938340803","imei1":"36784938340803","imei2":"36784938340803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171391,"job_number":"JOB_171391","tr_customer_id":171408,"tr_customer_product_id":171398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Adi Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"98272363473274","imei1":"98272363473274","imei2":"98272363473274","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171392,"job_number":"JOB_171392","tr_customer_id":171409,"tr_customer_product_id":171399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Madelyn Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"47894547389246","imei1":"47894547389246","imei2":"47894547389246","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171393,"job_number":"JOB_171393","tr_customer_id":171410,"tr_customer_product_id":171400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Jatin Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"48349583224463","imei1":"48349583224463","imei2":"48349583224463","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171394,"job_number":"JOB_171394","tr_customer_id":171411,"tr_customer_product_id":171401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Ajinkya Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"79394893208403","imei1":"79394893208403","imei2":"79394893208403","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171397,"job_number":"JOB_171397","tr_customer_id":171414,"tr_customer_product_id":171404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:33:03.000Z","modified_at":"2026-01-30T06:33:03.000Z","name":"Annetta Jerde","mobile_number":"957-447-5053","email_id":"Isidro30@gmail.com","dop":"2025-02-13","serial_number":"107317391673406","imei1":"107317391673406","imei2":"107317391673406","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:33:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171402,"job_number":"JOB_171402","tr_customer_id":171419,"tr_customer_product_id":171409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:29.000Z","modified_at":"2026-01-30T06:34:29.000Z","name":"John Doe","mobile_number":"9876543210","email_id":"test.user@example.com","dop":"2025-09-09","serial_number":"14549660389789","imei1":"14549660389789","imei2":"14549660389789","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171414,"job_number":"JOB_171414","tr_customer_id":171431,"tr_customer_product_id":171421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:18.000Z","modified_at":"2026-01-30T06:37:18.000Z","name":"Audie Wilkinson","mobile_number":"940-200-3652","email_id":"Mekhi_Pollich@gmail.com","dop":"2025-04-06","serial_number":"16599884165856758","imei1":"16599884165856758","imei2":"16599884165856758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:37:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171415,"job_number":"JOB_171415","tr_customer_id":171432,"tr_customer_product_id":171422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:23.000Z","modified_at":"2026-01-30T06:37:23.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10449886594967","imei1":"10449886594967","imei2":"10449886594967","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:37:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171417,"job_number":"JOB_171417","tr_customer_id":171434,"tr_customer_product_id":171424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:24.000Z","modified_at":"2026-01-30T06:37:24.000Z","name":"Pedro Feil","mobile_number":"581-343-8393","email_id":"Hank41@yahoo.com","dop":"2025-06-18","serial_number":"1055509162447858","imei1":"1055509162447858","imei2":"1055509162447858","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:37:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171418,"job_number":"JOB_171418","tr_customer_id":171435,"tr_customer_product_id":171425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:02.000Z","modified_at":"2026-01-30T06:38:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17035574083526","imei1":"17035574083526","imei2":"17035574083526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171420,"job_number":"JOB_171420","tr_customer_id":171437,"tr_customer_product_id":171427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:04.000Z","modified_at":"2026-01-30T06:38:04.000Z","name":"Arnoldo Rowe","mobile_number":"715-648-0517","email_id":"Misael82@gmail.com","dop":"2025-04-06","serial_number":"19453067720342332","imei1":"19453067720342332","imei2":"19453067720342332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171421,"job_number":"JOB_171421","tr_customer_id":171438,"tr_customer_product_id":171428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:06.000Z","modified_at":"2026-01-30T06:38:06.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10194295574346","imei1":"10194295574346","imei2":"10194295574346","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171423,"job_number":"JOB_171423","tr_customer_id":171440,"tr_customer_product_id":171430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:07.000Z","modified_at":"2026-01-30T06:38:07.000Z","name":"Alaina Bradtke","mobile_number":"946-876-1675","email_id":"Wade_Stiedemann16@hotmail.com","dop":"2025-06-18","serial_number":"1039100315912026","imei1":"1039100315912026","imei2":"1039100315912026","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171424,"job_number":"JOB_171424","tr_customer_id":171441,"tr_customer_product_id":171431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:49.000Z","modified_at":"2026-01-30T06:38:49.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-20","serial_number":"84620302988448","imei1":"84620302988448","imei2":"84620302988448","popurl":"2026-01-20T06:38:49.434423967Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171425,"job_number":"JOB_171425","tr_customer_id":171442,"tr_customer_product_id":171432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:50.000Z","modified_at":"2026-01-30T06:38:50.000Z","name":"Vidhur Bhat","mobile_number":"7018408778","email_id":"chandi.namboothiri@hotmail.com","dop":"2026-01-20","serial_number":"294726616218339","imei1":"294726616218339","imei2":"294726616218339","popurl":"www.chakravartee-iyengar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171426,"job_number":"JOB_171426","tr_customer_id":171443,"tr_customer_product_id":171433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:51.000Z","modified_at":"2026-01-30T06:38:51.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-20","serial_number":"78920578944937","imei1":"78920578944937","imei2":"78920578944937","popurl":"2026-01-20T06:38:51.000619749Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171427,"job_number":"JOB_171427","tr_customer_id":171444,"tr_customer_product_id":171434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:52.000Z","modified_at":"2026-01-30T06:38:52.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-20","serial_number":"78925764375486","imei1":"78925764375486","imei2":"78925764375486","popurl":"2026-01-20T06:38:51.644369888Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171428,"job_number":"JOB_171428","tr_customer_id":171445,"tr_customer_product_id":171435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:53.000Z","modified_at":"2026-01-30T06:38:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12250772332679","imei1":"12250772332679","imei2":"12250772332679","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171430,"job_number":"JOB_171430","tr_customer_id":171447,"tr_customer_product_id":171437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:54.000Z","modified_at":"2026-01-30T06:38:55.000Z","name":"Coralie Runolfsson","mobile_number":"858-305-4471","email_id":"Alden.Mills57@yahoo.com","dop":"2025-04-06","serial_number":"14197267669293620","imei1":"14197267669293620","imei2":"14197267669293620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171431,"job_number":"JOB_171431","tr_customer_id":171448,"tr_customer_product_id":171438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:39:42.000Z","modified_at":"2026-01-30T06:39:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18873266354982","imei1":"18873266354982","imei2":"18873266354982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171433,"job_number":"JOB_171433","tr_customer_id":171450,"tr_customer_product_id":171440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:39:44.000Z","modified_at":"2026-01-30T06:39:44.000Z","name":"Consuelo Kozey","mobile_number":"680-937-6254","email_id":"Wilhelmine67@hotmail.com","dop":"2025-04-06","serial_number":"19112996924905070","imei1":"19112996924905070","imei2":"19112996924905070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171434,"job_number":"JOB_171434","tr_customer_id":171451,"tr_customer_product_id":171441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:40:39.000Z","modified_at":"2026-01-30T06:40:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19786376169286","imei1":"19786376169286","imei2":"19786376169286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:40:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171436,"job_number":"JOB_171436","tr_customer_id":171453,"tr_customer_product_id":171443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:40:41.000Z","modified_at":"2026-01-30T06:40:41.000Z","name":"Anika Renner","mobile_number":"989-580-0127","email_id":"Teagan.Harber@hotmail.com","dop":"2025-04-06","serial_number":"17970059952303652","imei1":"17970059952303652","imei2":"17970059952303652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:40:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171437,"job_number":"JOB_171437","tr_customer_id":171454,"tr_customer_product_id":171444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:41:29.000Z","modified_at":"2026-01-30T06:41:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14600857956217","imei1":"14600857956217","imei2":"14600857956217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171439,"job_number":"JOB_171439","tr_customer_id":171456,"tr_customer_product_id":171446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:41:31.000Z","modified_at":"2026-01-30T06:41:31.000Z","name":"Augustus Gleason","mobile_number":"629-969-1104","email_id":"Adrain.Wintheiser@hotmail.com","dop":"2025-04-06","serial_number":"16909717749416220","imei1":"16909717749416220","imei2":"16909717749416220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:41:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171440,"job_number":"JOB_171440","tr_customer_id":171457,"tr_customer_product_id":171447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:41:54.000Z","modified_at":"2026-01-30T06:41:54.000Z","name":"Apsara Gill","mobile_number":"7042054772","email_id":"chandi.bhattacharya@gmail.com","dop":"2026-01-20","serial_number":"641881113147209","imei1":"641881113147209","imei2":"641881113147209","popurl":"www.dayaananda-rana.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:41:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171441,"job_number":"JOB_171441","tr_customer_id":171458,"tr_customer_product_id":171448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:19.000Z","modified_at":"2026-01-30T06:42:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10540855471555","imei1":"10540855471555","imei2":"10540855471555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171444,"job_number":"JOB_171444","tr_customer_id":171461,"tr_customer_product_id":171451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:21.000Z","modified_at":"2026-01-30T06:42:21.000Z","name":"Mia Hackett","mobile_number":"978-746-9888","email_id":"Kris_Ryan56@yahoo.com","dop":"2025-04-06","serial_number":"17010070198916548","imei1":"17010070198916548","imei2":"17010070198916548","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171447,"job_number":"JOB_171447","tr_customer_id":171464,"tr_customer_product_id":171454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:01.000Z","modified_at":"2026-01-30T06:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11286462949392","imei1":"11286462949392","imei2":"11286462949392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171449,"job_number":"JOB_171449","tr_customer_id":171466,"tr_customer_product_id":171456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:03.000Z","modified_at":"2026-01-30T06:43:03.000Z","name":"Chesley Waters","mobile_number":"308-932-3109","email_id":"Carmela.Carroll70@yahoo.com","dop":"2025-04-06","serial_number":"18587871383551744","imei1":"18587871383551744","imei2":"18587871383551744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171450,"job_number":"JOB_171450","tr_customer_id":171467,"tr_customer_product_id":171457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:44.000Z","modified_at":"2026-01-30T06:43:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16837989652693","imei1":"16837989652693","imei2":"16837989652693","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171452,"job_number":"JOB_171452","tr_customer_id":171469,"tr_customer_product_id":171459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:46.000Z","modified_at":"2026-01-30T06:43:46.000Z","name":"Oceane Balistreri","mobile_number":"982-609-2917","email_id":"Mckenna.MacGyver@yahoo.com","dop":"2025-04-06","serial_number":"10254914545826570","imei1":"10254914545826570","imei2":"10254914545826570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171453,"job_number":"JOB_171453","tr_customer_id":171470,"tr_customer_product_id":171460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:11.000Z","modified_at":"2026-01-30T06:44:11.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11354979510211","imei2":"11354979510211","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171455,"job_number":"JOB_171455","tr_customer_id":171472,"tr_customer_product_id":171462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:25.000Z","modified_at":"2026-01-30T06:44:25.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17276246388785","imei2":"17276246388785","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171457,"job_number":"JOB_171457","tr_customer_id":171474,"tr_customer_product_id":171464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:27.000Z","modified_at":"2026-01-30T06:44:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19454770736993","imei1":"19454770736993","imei2":"19454770736993","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171459,"job_number":"JOB_171459","tr_customer_id":171476,"tr_customer_product_id":171466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:29.000Z","modified_at":"2026-01-30T06:44:29.000Z","name":"Emerald Baumbach","mobile_number":"227-786-2981","email_id":"Clotilde.Weissnat55@gmail.com","dop":"2025-04-06","serial_number":"13439877704105120","imei1":"13439877704105120","imei2":"13439877704105120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171460,"job_number":"JOB_171460","tr_customer_id":171477,"tr_customer_product_id":171467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:38.000Z","modified_at":"2026-01-30T06:44:38.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14250175868810","imei2":"14250175868810","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171463,"job_number":"JOB_171463","tr_customer_id":171480,"tr_customer_product_id":171470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:48:02.000Z","modified_at":"2026-01-30T06:48:02.000Z","name":"Carroll Will","mobile_number":"884-569-5450","email_id":"Elva_Grimes20@yahoo.com","dop":"2025-04-06","serial_number":"11465550862617018","imei1":"11465550862617018","imei2":"11465550862617018","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171464,"job_number":"JOB_171464","tr_customer_id":171481,"tr_customer_product_id":171471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:53.000Z","modified_at":"2026-01-30T06:49:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16249148406513","imei1":"16249148406513","imei2":"16249148406513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171466,"job_number":"JOB_171466","tr_customer_id":171483,"tr_customer_product_id":171473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:55.000Z","modified_at":"2026-01-30T06:49:55.000Z","name":"Sam O'Keefe","mobile_number":"387-563-6363","email_id":"Ludwig_Wyman@hotmail.com","dop":"2025-04-06","serial_number":"15761893637363088","imei1":"15761893637363088","imei2":"15761893637363088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171470,"job_number":"JOB_171470","tr_customer_id":171487,"tr_customer_product_id":171477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:04.000Z","modified_at":"2026-01-30T06:50:04.000Z","name":"Miracle Blanda","mobile_number":"986-248-6169","email_id":"Freeda37@gmail.com","dop":"2025-09-09","serial_number":"16668035330546","imei1":"16668035330546","imei2":"16668035330546","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171471,"job_number":"JOB_171471","tr_customer_id":171488,"tr_customer_product_id":171478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:39.000Z","modified_at":"2026-01-30T06:50:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10169520905938","imei1":"10169520905938","imei2":"10169520905938","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171473,"job_number":"JOB_171473","tr_customer_id":171490,"tr_customer_product_id":171480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:40.000Z","modified_at":"2026-01-30T06:50:40.000Z","name":"Dorcas Green","mobile_number":"761-439-5288","email_id":"Jerrod.OKeefe@gmail.com","dop":"2025-04-06","serial_number":"12651465035248960","imei1":"12651465035248960","imei2":"12651465035248960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171477,"job_number":"JOB_171477","tr_customer_id":171494,"tr_customer_product_id":171484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:23.000Z","modified_at":"2026-01-30T06:51:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17548729132859","imei1":"17548729132859","imei2":"17548729132859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171479,"job_number":"JOB_171479","tr_customer_id":171496,"tr_customer_product_id":171486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:25.000Z","modified_at":"2026-01-30T06:51:25.000Z","name":"Roxane Feeney","mobile_number":"987-279-3107","email_id":"Nickolas_OKon@hotmail.com","dop":"2025-04-06","serial_number":"12697961695189620","imei1":"12697961695189620","imei2":"12697961695189620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171483,"job_number":"JOB_171483","tr_customer_id":171500,"tr_customer_product_id":171490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:32.000Z","modified_at":"2026-01-30T06:51:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11775548082085","imei1":"11775548082085","imei2":"11775548082085","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171485,"job_number":"JOB_171485","tr_customer_id":171502,"tr_customer_product_id":171492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:34.000Z","modified_at":"2026-01-30T06:51:34.000Z","name":"Lenora Ortiz","mobile_number":"745-612-2428","email_id":"Judge_Auer@gmail.com","dop":"2025-04-06","serial_number":"13798439907046462","imei1":"13798439907046462","imei2":"13798439907046462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171489,"job_number":"JOB_171489","tr_customer_id":171506,"tr_customer_product_id":171496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:24.000Z","modified_at":"2026-01-30T06:52:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16101568876220","imei1":"16101568876220","imei2":"16101568876220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171491,"job_number":"JOB_171491","tr_customer_id":171508,"tr_customer_product_id":171498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:25.000Z","modified_at":"2026-01-30T06:52:25.000Z","name":"Adrian Watsica","mobile_number":"724-989-7763","email_id":"Wilmer85@yahoo.com","dop":"2025-04-06","serial_number":"13603664094148922","imei1":"13603664094148922","imei2":"13603664094148922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171492,"job_number":"JOB_171492","tr_customer_id":171509,"tr_customer_product_id":171499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:53:15.000Z","modified_at":"2026-01-30T06:53:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18081540129974","imei1":"18081540129974","imei2":"18081540129974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:53:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171494,"job_number":"JOB_171494","tr_customer_id":171511,"tr_customer_product_id":171501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:53:17.000Z","modified_at":"2026-01-30T06:53:17.000Z","name":"Keagan Ruecker","mobile_number":"920-991-2092","email_id":"Demarco.Hodkiewicz37@hotmail.com","dop":"2025-04-06","serial_number":"15772399958179780","imei1":"15772399958179780","imei2":"15772399958179780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:53:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171495,"job_number":"JOB_171495","tr_customer_id":171512,"tr_customer_product_id":171502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:53:22.000Z","modified_at":"2026-01-30T06:53:22.000Z","name":"Angelica Runolfsson","mobile_number":"350-881-1158","email_id":"Chaya_Schuster@hotmail.com","dop":"2025-09-09","serial_number":"14454116015698","imei1":"14454116015698","imei2":"14454116015698","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171496,"job_number":"JOB_171496","tr_customer_id":171513,"tr_customer_product_id":171503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:55:04.000Z","modified_at":"2026-01-30T06:55:04.000Z","name":"Lurline Goodwin","mobile_number":"525-443-8103","email_id":"Jonathon42@hotmail.com","dop":"2025-09-09","serial_number":"15051964001163","imei1":"15051964001163","imei2":"15051964001163","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171497,"job_number":"JOB_171497","tr_customer_id":171514,"tr_customer_product_id":171504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:55:17.000Z","modified_at":"2026-01-30T06:55:17.000Z","name":"Skye Runolfsson","mobile_number":"225-345-3823","email_id":"Marquise_Larson@gmail.com","dop":"2025-09-09","serial_number":"12645485683199","imei1":"12645485683199","imei2":"12645485683199","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171498,"job_number":"JOB_171498","tr_customer_id":171515,"tr_customer_product_id":171505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:56:12.000Z","modified_at":"2026-01-30T06:56:12.000Z","name":"Kyla VonRueden","mobile_number":"952-649-7856","email_id":"Maudie.Wisozk0@hotmail.com","dop":"2025-09-09","serial_number":"10327867929275","imei1":"10327867929275","imei2":"10327867929275","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171499,"job_number":"JOB_171499","tr_customer_id":171516,"tr_customer_product_id":171506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:56:22.000Z","modified_at":"2026-01-30T06:56:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12193262939292","imei1":"12193262939292","imei2":"12193262939292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171501,"job_number":"JOB_171501","tr_customer_id":171518,"tr_customer_product_id":171508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:56:24.000Z","modified_at":"2026-01-30T06:56:24.000Z","name":"Armani Ward","mobile_number":"882-580-5671","email_id":"Freddie15@yahoo.com","dop":"2025-04-06","serial_number":"17374772680977526","imei1":"17374772680977526","imei2":"17374772680977526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171502,"job_number":"JOB_171502","tr_customer_id":171519,"tr_customer_product_id":171509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:06.000Z","modified_at":"2026-01-30T06:57:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10288515650281","imei1":"10288515650281","imei2":"10288515650281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171504,"job_number":"JOB_171504","tr_customer_id":171521,"tr_customer_product_id":171511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:08.000Z","modified_at":"2026-01-30T06:57:08.000Z","name":"Derek Brakus","mobile_number":"676-470-8305","email_id":"Eusebio12@yahoo.com","dop":"2025-04-06","serial_number":"15248174536099944","imei1":"15248174536099944","imei2":"15248174536099944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171505,"job_number":"JOB_171505","tr_customer_id":171522,"tr_customer_product_id":171512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:26.000Z","modified_at":"2026-01-30T06:57:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15751855527269","imei1":"15751855527269","imei2":"15751855527269","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171507,"job_number":"JOB_171507","tr_customer_id":171524,"tr_customer_product_id":171514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:28.000Z","modified_at":"2026-01-30T06:57:28.000Z","name":"Markus Funk","mobile_number":"661-936-2750","email_id":"Arvid79@yahoo.com","dop":"2025-04-06","serial_number":"16176404680002216","imei1":"16176404680002216","imei2":"16176404680002216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171508,"job_number":"JOB_171508","tr_customer_id":171525,"tr_customer_product_id":171515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:34.000Z","modified_at":"2026-01-30T06:57:34.000Z","name":"Imogene Brown","mobile_number":"988-800-4110","email_id":"Nicholas_Heathcote@hotmail.com","dop":"2025-09-09","serial_number":"17833147080997","imei1":"17833147080997","imei2":"17833147080997","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171510,"job_number":"JOB_171510","tr_customer_id":171527,"tr_customer_product_id":171517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:37.000Z","modified_at":"2026-01-30T06:57:37.000Z","name":"Matilda Kulas","mobile_number":"867-266-6207","email_id":"Will_Jakubowski@gmail.com","dop":"2025-04-06","serial_number":"19812028850368330","imei1":"19812028850368330","imei2":"19812028850368330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171511,"job_number":"JOB_171511","tr_customer_id":171528,"tr_customer_product_id":171518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:49.000Z","modified_at":"2026-01-30T06:57:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15313901353331","imei1":"15313901353331","imei2":"15313901353331","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171513,"job_number":"JOB_171513","tr_customer_id":171530,"tr_customer_product_id":171520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:51.000Z","modified_at":"2026-01-30T06:57:51.000Z","name":"Natalie Herman","mobile_number":"229-944-5627","email_id":"Freeman.Marquardt61@hotmail.com","dop":"2025-04-06","serial_number":"12333635859026370","imei1":"12333635859026370","imei2":"12333635859026370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171515,"job_number":"JOB_171515","tr_customer_id":171532,"tr_customer_product_id":171522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:59.000Z","modified_at":"2026-01-30T06:57:59.000Z","name":"Era DuBuque","mobile_number":"665-590-3835","email_id":"Patsy.Fisher@yahoo.com","dop":"2025-04-06","serial_number":"13545061129115658","imei1":"13545061129115658","imei2":"13545061129115658","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171516,"job_number":"JOB_171516","tr_customer_id":171533,"tr_customer_product_id":171523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:03.000Z","modified_at":"2026-01-30T06:58:03.000Z","name":"Tristin Willms","mobile_number":"345-708-1168","email_id":"Christophe27@gmail.com","dop":"2025-09-09","serial_number":"11106271964166","imei1":"11106271964166","imei2":"11106271964166","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171517,"job_number":"JOB_171517","tr_customer_id":171534,"tr_customer_product_id":171524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:08.000Z","modified_at":"2026-01-30T06:58:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10361754681296","imei1":"10361754681296","imei2":"10361754681296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171519,"job_number":"JOB_171519","tr_customer_id":171536,"tr_customer_product_id":171526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:10.000Z","modified_at":"2026-01-30T06:58:10.000Z","name":"Lew White","mobile_number":"370-372-0980","email_id":"Giles95@yahoo.com","dop":"2025-04-06","serial_number":"11398134508216808","imei1":"11398134508216808","imei2":"11398134508216808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171520,"job_number":"JOB_171520","tr_customer_id":171537,"tr_customer_product_id":171527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:45.000Z","modified_at":"2026-01-30T06:58:45.000Z","name":"Sterling Rau","mobile_number":"803-303-8082","email_id":"Rodolfo89@gmail.com","dop":"2025-09-09","serial_number":"16468926085081","imei1":"16468926085081","imei2":"16468926085081","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171521,"job_number":"JOB_171521","tr_customer_id":171538,"tr_customer_product_id":171528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:49.000Z","modified_at":"2026-01-30T06:58:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16592766373495","imei1":"16592766373495","imei2":"16592766373495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171523,"job_number":"JOB_171523","tr_customer_id":171540,"tr_customer_product_id":171530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:51.000Z","modified_at":"2026-01-30T06:58:51.000Z","name":"Neil Farrell","mobile_number":"869-464-6032","email_id":"Pearl47@gmail.com","dop":"2025-04-06","serial_number":"14717219945456170","imei1":"14717219945456170","imei2":"14717219945456170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171524,"job_number":"JOB_171524","tr_customer_id":171541,"tr_customer_product_id":171531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:59:02.000Z","modified_at":"2026-01-30T06:59:02.000Z","name":"Pearlie Prohaska","mobile_number":"525-592-5075","email_id":"Dominic_Skiles58@gmail.com","dop":"2025-09-09","serial_number":"12067535518042","imei1":"12067535518042","imei2":"12067535518042","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171526,"job_number":"JOB_171526","tr_customer_id":171543,"tr_customer_product_id":171533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:40.000Z","modified_at":"2026-01-30T07:01:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18723547504525","imei1":"18723547504525","imei2":"18723547504525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171528,"job_number":"JOB_171528","tr_customer_id":171545,"tr_customer_product_id":171535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:41.000Z","modified_at":"2026-01-30T07:01:41.000Z","name":"Dominique Schulist","mobile_number":"641-506-5536","email_id":"Agnes.Langosh6@gmail.com","dop":"2025-04-06","serial_number":"18569891496144810","imei1":"18569891496144810","imei2":"18569891496144810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171529,"job_number":"JOB_171529","tr_customer_id":171546,"tr_customer_product_id":171536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:42.000Z","modified_at":"2026-01-30T07:01:42.000Z","name":"Winston Leuschke","mobile_number":"524-917-9050","email_id":"Nicholaus.Padberg@hotmail.com","dop":"2025-04-06","serial_number":"11695114576255368","imei1":"11695114576255368","imei2":"11695114576255368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171530,"job_number":"JOB_171530","tr_customer_id":171547,"tr_customer_product_id":171537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:32.000Z","modified_at":"2026-01-30T07:02:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13121651044421","imei1":"13121651044421","imei2":"13121651044421","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171532,"job_number":"JOB_171532","tr_customer_id":171549,"tr_customer_product_id":171539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:34.000Z","modified_at":"2026-01-30T07:02:34.000Z","name":"Brett McClure","mobile_number":"455-262-6178","email_id":"Maxime84@hotmail.com","dop":"2025-04-06","serial_number":"14347449997241674","imei1":"14347449997241674","imei2":"14347449997241674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171533,"job_number":"JOB_171533","tr_customer_id":171550,"tr_customer_product_id":171540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:41.000Z","modified_at":"2026-01-30T07:02:41.000Z","name":"Graham Hammes","mobile_number":"783-764-9154","email_id":"Jillian.Ullrich@gmail.com","dop":"2025-09-09","serial_number":"16505345934610","imei1":"16505345934610","imei2":"16505345934610","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171534,"job_number":"JOB_171534","tr_customer_id":171551,"tr_customer_product_id":171541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:58.000Z","modified_at":"2026-01-30T07:02:58.000Z","name":"Keanu Haley","mobile_number":"421-716-5661","email_id":"Ally1@hotmail.com","dop":"2025-09-09","serial_number":"11259288924508","imei1":"11259288924508","imei2":"11259288924508","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171535,"job_number":"JOB_171535","tr_customer_id":171552,"tr_customer_product_id":171542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:03:22.000Z","modified_at":"2026-01-30T07:03:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14352760864327","imei1":"14352760864327","imei2":"14352760864327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:03:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171537,"job_number":"JOB_171537","tr_customer_id":171554,"tr_customer_product_id":171544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:03:24.000Z","modified_at":"2026-01-30T07:03:24.000Z","name":"Reymundo Mohr","mobile_number":"876-298-3930","email_id":"Ruby_Zulauf17@yahoo.com","dop":"2025-04-06","serial_number":"19316281534123830","imei1":"19316281534123830","imei2":"19316281534123830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171538,"job_number":"JOB_171538","tr_customer_id":171555,"tr_customer_product_id":171545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:07:47.000Z","modified_at":"2026-01-30T07:07:47.000Z","name":"Guido Zulauf","mobile_number":"784-302-0818","email_id":"Caitlyn.Quigley10@gmail.com","dop":"2025-09-09","serial_number":"10559669566701","imei1":"10559669566701","imei2":"10559669566701","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:07:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171539,"job_number":"JOB_171539","tr_customer_id":171556,"tr_customer_product_id":171546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:07:59.000Z","modified_at":"2026-01-30T07:07:59.000Z","name":"Leonora Hoppe","mobile_number":"483-457-4891","email_id":"Corrine.Hayes@gmail.com","dop":"2025-09-09","serial_number":"14104489288330","imei1":"14104489288330","imei2":"14104489288330","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:07:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171540,"job_number":"JOB_171540","tr_customer_id":171557,"tr_customer_product_id":171547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:08:07.000Z","modified_at":"2026-01-30T07:08:07.000Z","name":"Elvis Turcotte","mobile_number":"281-884-5495","email_id":"Ben19@gmail.com","dop":"2025-09-09","serial_number":"17527481920029","imei1":"17527481920029","imei2":"17527481920029","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171541,"job_number":"JOB_171541","tr_customer_id":171558,"tr_customer_product_id":171548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:08:15.000Z","modified_at":"2026-01-30T07:08:15.000Z","name":"Marcelina Crooks","mobile_number":"253-908-7134","email_id":"Assunta.Hackett@hotmail.com","dop":"2025-09-09","serial_number":"10723705659562","imei1":"10723705659562","imei2":"10723705659562","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:08:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171542,"job_number":"JOB_171542","tr_customer_id":171559,"tr_customer_product_id":171549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:11:47.000Z","modified_at":"2026-01-30T07:11:47.000Z","name":"Ashlee Gutmann","mobile_number":"508-472-4514","email_id":"Adell22@gmail.com","dop":"2025-09-09","serial_number":"19983866346710","imei1":"19983866346710","imei2":"19983866346710","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171543,"job_number":"JOB_171543","tr_customer_id":171560,"tr_customer_product_id":171550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:11:59.000Z","modified_at":"2026-01-30T07:11:59.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"12231391639422","imei1":"12231391639422","imei2":"12231391639422","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:11:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171545,"job_number":"JOB_171545","tr_customer_id":171562,"tr_customer_product_id":171552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:05.000Z","modified_at":"2026-01-30T07:12:05.000Z","name":"Waino Leuschke","mobile_number":"561-326-6019","email_id":"Abraham_Treutel89@hotmail.com","dop":"2025-09-09","serial_number":"15282738565681","imei1":"15282738565681","imei2":"15282738565681","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171546,"job_number":"JOB_171546","tr_customer_id":171563,"tr_customer_product_id":171553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:15.000Z","modified_at":"2026-01-30T07:12:15.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15562734371816","imei1":"15562734371816","imei2":"15562734371816","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171548,"job_number":"JOB_171548","tr_customer_id":171565,"tr_customer_product_id":171555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:31.000Z","modified_at":"2026-01-30T07:12:31.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"18902193482151","imei1":"18902193482151","imei2":"18902193482151","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171550,"job_number":"JOB_171550","tr_customer_id":171567,"tr_customer_product_id":171557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:57.000Z","modified_at":"2026-01-30T07:12:57.000Z","name":"Santiago Mayer","mobile_number":"304-279-5556","email_id":"Claudine.Pfeffer55@hotmail.com","dop":"2025-09-09","serial_number":"11947525262724","imei1":"11947525262724","imei2":"11947525262724","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171551,"job_number":"JOB_171551","tr_customer_id":171568,"tr_customer_product_id":171558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:19:18.000Z","modified_at":"2026-01-30T07:19:18.000Z","name":"Darlene Walsh","mobile_number":"208-874-3598","email_id":"Aurelio18@yahoo.com","dop":"2025-09-09","serial_number":"18968543355341","imei1":"18968543355341","imei2":"18968543355341","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171552,"job_number":"JOB_171552","tr_customer_id":171569,"tr_customer_product_id":171559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:19:38.000Z","modified_at":"2026-01-30T07:19:38.000Z","name":"Dillon Schneider","mobile_number":"893-967-3049","email_id":"Earlene5@gmail.com","dop":"2025-09-09","serial_number":"12483515662882","imei1":"12483515662882","imei2":"12483515662882","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171553,"job_number":"JOB_171553","tr_customer_id":171570,"tr_customer_product_id":171560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:20:15.000Z","modified_at":"2026-01-30T07:20:15.000Z","name":"Magdalen Heidenreich","mobile_number":"455-450-1143","email_id":"Gino.Jacobson@yahoo.com","dop":"2025-09-09","serial_number":"15814588098024","imei1":"15814588098024","imei2":"15814588098024","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171556,"job_number":"JOB_171556","tr_customer_id":171573,"tr_customer_product_id":171563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:00.000Z","modified_at":"2026-01-30T07:40:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11846664241594","imei1":"11846664241594","imei2":"11846664241594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:40:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171558,"job_number":"JOB_171558","tr_customer_id":171575,"tr_customer_product_id":171565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:01.000Z","modified_at":"2026-01-30T07:40:01.000Z","name":"Kenna Gulgowski","mobile_number":"751-892-2802","email_id":"Vicky_Christiansen@yahoo.com","dop":"2025-04-06","serial_number":"18567807307813350","imei1":"18567807307813350","imei2":"18567807307813350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:40:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170944,"job_number":"JOB_170944","tr_customer_id":170961,"tr_customer_product_id":170951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:48:26.000Z","modified_at":"2026-01-29T22:48:26.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Carolina_Kris@gmail.com","dop":"2025-07-02","serial_number":"15033876125735","imei1":"15033876125735","imei2":"15033876125735","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170961,"job_number":"JOB_170961","tr_customer_id":170978,"tr_customer_product_id":170968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:19:30.000Z","modified_at":"2026-01-29T23:19:30.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Esteban48@yahoo.com","dop":"2025-07-02","serial_number":"15853160446029","imei1":"15853160446029","imei2":"15853160446029","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:19:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171011,"job_number":"JOB_171011","tr_customer_id":171028,"tr_customer_product_id":171018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:25:50.000Z","modified_at":"2026-01-30T00:25:50.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Evans34@yahoo.com","dop":"2025-07-02","serial_number":"19932109751294","imei1":"19932109751294","imei2":"19932109751294","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171042,"job_number":"JOB_171042","tr_customer_id":171059,"tr_customer_product_id":171049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:40.000Z","modified_at":"2026-01-30T04:19:40.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Alessandro7@hotmail.com","dop":"2025-07-02","serial_number":"13676074499380","imei1":"13676074499380","imei2":"13676074499380","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171066,"job_number":"JOB_171066","tr_customer_id":171083,"tr_customer_product_id":171073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:57.000Z","modified_at":"2026-01-30T04:19:57.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Darrell.Padberg59@yahoo.com","dop":"2025-07-02","serial_number":"17791908953968","imei1":"17791908953968","imei2":"17791908953968","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171079,"job_number":"JOB_171079","tr_customer_id":171096,"tr_customer_product_id":171086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:15.000Z","modified_at":"2026-01-30T04:20:15.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Tremayne.Dietrich10@yahoo.com","dop":"2025-07-02","serial_number":"18910356990296","imei1":"18910356990296","imei2":"18910356990296","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171113,"job_number":"JOB_171113","tr_customer_id":171130,"tr_customer_product_id":171120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"122455350657810","imei1":"122455350657810","imei2":"122455350657810","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171114,"job_number":"JOB_171114","tr_customer_id":171131,"tr_customer_product_id":171121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"Gerson Mohr","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"178710514467794","imei1":"178710514467794","imei2":"178710514467794","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171116,"job_number":"JOB_171116","tr_customer_id":171133,"tr_customer_product_id":171123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:51.000Z","modified_at":"2026-01-30T04:20:51.000Z","name":"Estel Schultz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139288142978844","imei1":"139288142978844","imei2":"139288142978844","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171117,"job_number":"JOB_171117","tr_customer_id":171134,"tr_customer_product_id":171124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:51.000Z","modified_at":"2026-01-30T04:20:51.000Z","name":"Kira Bergstrom","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"105363578635133","imei1":"105363578635133","imei2":"105363578635133","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171125,"job_number":"JOB_171125","tr_customer_id":171142,"tr_customer_product_id":171132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:02.000Z","modified_at":"2026-01-30T04:21:02.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"129629439596705","imei1":"129629439596705","imei2":"129629439596705","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171126,"job_number":"JOB_171126","tr_customer_id":171143,"tr_customer_product_id":171133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Arielle Wunsch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"152104315893585","imei1":"152104315893585","imei2":"152104315893585","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171128,"job_number":"JOB_171128","tr_customer_id":171145,"tr_customer_product_id":171135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Viva Stoltenberg","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"190137399588755","imei1":"190137399588755","imei2":"190137399588755","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171129,"job_number":"JOB_171129","tr_customer_id":171146,"tr_customer_product_id":171136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Letha Hudson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128053550904077","imei1":"128053550904077","imei2":"128053550904077","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171145,"job_number":"JOB_171145","tr_customer_id":171162,"tr_customer_product_id":171152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:14.000Z","modified_at":"2026-01-30T04:21:14.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15705041186083","imei1":"15705041186083","imei2":"15705041186083","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171163,"job_number":"JOB_171163","tr_customer_id":171180,"tr_customer_product_id":171170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:32.000Z","modified_at":"2026-01-30T04:21:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105151120147789","imei1":"105151120147789","imei2":"105151120147789","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171165,"job_number":"JOB_171165","tr_customer_id":171182,"tr_customer_product_id":171172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:32.000Z","modified_at":"2026-01-30T04:21:32.000Z","name":"Cathryn Bernhard","mobile_number":"679-770-2832","email_id":"Clay_Upton5@gmail.com","dop":"2025-06-09","serial_number":"107986472211083","imei1":"107986472211083","imei2":"107986472211083","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171175,"job_number":"JOB_171175","tr_customer_id":171192,"tr_customer_product_id":171182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:47.000Z","modified_at":"2026-01-30T04:21:47.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"109483218155169","imei1":"109483218155169","imei2":"109483218155169","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171177,"job_number":"JOB_171177","tr_customer_id":171194,"tr_customer_product_id":171184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:47.000Z","modified_at":"2026-01-30T04:21:47.000Z","name":"Verda Goldner","mobile_number":"960-443-2362","email_id":"Jennifer42@hotmail.com","dop":"2025-06-09","serial_number":"102955799153965","imei1":"102955799153965","imei2":"102955799153965","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171192,"job_number":"JOB_171192","tr_customer_id":171209,"tr_customer_product_id":171199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:02.000Z","modified_at":"2026-01-30T04:22:02.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100677291391295","imei1":"100677291391295","imei2":"100677291391295","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171194,"job_number":"JOB_171194","tr_customer_id":171211,"tr_customer_product_id":171201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:03.000Z","modified_at":"2026-01-30T04:22:03.000Z","name":"Kim Thompson","mobile_number":"614-340-0814","email_id":"Cyrus.Goyette29@yahoo.com","dop":"2025-06-09","serial_number":"109720569545754","imei1":"109720569545754","imei2":"109720569545754","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171238,"job_number":"JOB_171238","tr_customer_id":171255,"tr_customer_product_id":171245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:04:03.000Z","modified_at":"2026-01-30T05:04:03.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"12599775730300","imei1":"12599775730300","imei2":"12599775730300","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171399,"job_number":"JOB_171399","tr_customer_id":171416,"tr_customer_product_id":171406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:27.000Z","modified_at":"2026-01-30T06:34:27.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109299978776517","imei1":"109299978776517","imei2":"109299978776517","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171401,"job_number":"JOB_171401","tr_customer_id":171418,"tr_customer_product_id":171408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:27.000Z","modified_at":"2026-01-30T06:34:27.000Z","name":"Lulu Donnelly","mobile_number":"238-424-2510","email_id":"Estefania.Keebler24@gmail.com","dop":"2025-06-09","serial_number":"108814377152572","imei1":"108814377152572","imei2":"108814377152572","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171403,"job_number":"JOB_171403","tr_customer_id":171420,"tr_customer_product_id":171410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:44.000Z","modified_at":"2026-01-30T06:34:44.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108853740222209","imei1":"108853740222209","imei2":"108853740222209","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171405,"job_number":"JOB_171405","tr_customer_id":171422,"tr_customer_product_id":171412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:45.000Z","modified_at":"2026-01-30T06:34:45.000Z","name":"Erica Mante","mobile_number":"690-212-8778","email_id":"Hoyt83@gmail.com","dop":"2025-06-09","serial_number":"103857774331542","imei1":"103857774331542","imei2":"103857774331542","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171406,"job_number":"JOB_171406","tr_customer_id":171423,"tr_customer_product_id":171413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:46.000Z","modified_at":"2026-01-30T06:34:46.000Z","name":"Marina Wiza","mobile_number":"439-492-2032","email_id":"Robyn_Bechtelar@yahoo.com","dop":"2025-06-09","serial_number":"39589560771344800","imei1":"39589560771344800","imei2":"39589560771344800","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171407,"job_number":"JOB_171407","tr_customer_id":171424,"tr_customer_product_id":171414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:35:01.000Z","modified_at":"2026-01-30T06:35:01.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100332632151671","imei1":"100332632151671","imei2":"100332632151671","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171409,"job_number":"JOB_171409","tr_customer_id":171426,"tr_customer_product_id":171416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:35:02.000Z","modified_at":"2026-01-30T06:35:02.000Z","name":"Mariah Cronin","mobile_number":"577-623-5754","email_id":"Mina.Zboncak61@gmail.com","dop":"2025-06-09","serial_number":"104486877785998","imei1":"104486877785998","imei2":"104486877785998","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:35:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171561,"job_number":"JOB_171561","tr_customer_id":171578,"tr_customer_product_id":171568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:38.000Z","modified_at":"2026-01-30T07:40:38.000Z","name":"Richmond Beer","mobile_number":"322-628-1384","email_id":"Anibal.Von@gmail.com","dop":"2025-11-04","serial_number":"96832861930207","imei1":"96832861930207","imei2":"96832861930207","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:40:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 279ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4NDF9.8A9r6HrbXjhOgRV8O2MtMJW6UaktF8cK1dQcR7Bj1Z4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fd070ea7-556f-48ee-805a-e47c4e66eee2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 287ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4NDF9.8A9r6HrbXjhOgRV8O2MtMJW6UaktF8cK1dQcR7Bj1Z4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0dce022e-7deb-412a-9214-62d37fcef195
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 171561,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 325ms
Mean size per request: 458.91KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4NDF9.8A9r6HrbXjhOgRV8O2MtMJW6UaktF8cK1dQcR7Bj1Z4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4de39242-22b7-4a8f-a2b6-564530b96614
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"72ba6-3AWJsN2mABhcYOEQXiSsXKOpW7o"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 30 Jan 2026 07:40:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":171084,"job_number":"JOB_171084","tr_customer_id":171101,"tr_customer_product_id":171091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:19.000Z","modified_at":"2026-01-30T04:20:19.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10334439849599","imei1":"10334439849599","imei2":"10334439849599","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171087,"job_number":"JOB_171087","tr_customer_id":171104,"tr_customer_product_id":171094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:21.000Z","modified_at":"2026-01-30T04:20:21.000Z","name":"Thea Kilback","mobile_number":"352-427-6834","email_id":"Micaela_Greenfelder55@gmail.com","dop":"2000-01-31","serial_number":"1057508121111206","imei1":"1057508121111206","imei2":"1057508121111206","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171130,"job_number":"JOB_171130","tr_customer_id":171147,"tr_customer_product_id":171137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:04.000Z","modified_at":"2026-01-30T04:21:04.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10661726422848","imei1":"10661726422848","imei2":"10661726422848","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:04.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171134,"job_number":"JOB_171134","tr_customer_id":171151,"tr_customer_product_id":171141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:06.000Z","modified_at":"2026-01-30T04:21:06.000Z","name":"Daron Weimann","mobile_number":"669-861-4502","email_id":"Maya.Olson@hotmail.com","dop":"2000-01-31","serial_number":"1089050112890730","imei1":"1089050112890730","imei2":"1089050112890730","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171180,"job_number":"JOB_171180","tr_customer_id":171197,"tr_customer_product_id":171187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:49.000Z","modified_at":"2026-01-30T04:21:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10684632463129","imei1":"10684632463129","imei2":"10684632463129","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171184,"job_number":"JOB_171184","tr_customer_id":171201,"tr_customer_product_id":171191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:50.000Z","modified_at":"2026-01-30T04:21:50.000Z","name":"Lillie Tromp","mobile_number":"781-701-0318","email_id":"Devonte98@gmail.com","dop":"2000-01-31","serial_number":"1032149972052196","imei1":"1032149972052196","imei2":"1032149972052196","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171207,"job_number":"JOB_171207","tr_customer_id":171224,"tr_customer_product_id":171214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:33.000Z","modified_at":"2026-01-30T04:22:33.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10486566917712","imei1":"10486566917712","imei2":"10486566917712","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:33.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171209,"job_number":"JOB_171209","tr_customer_id":171226,"tr_customer_product_id":171216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:34.000Z","modified_at":"2026-01-30T04:22:34.000Z","name":"Marianne Mayert","mobile_number":"699-633-4366","email_id":"Reyna18@hotmail.com","dop":"2000-01-31","serial_number":"1081188012489991","imei1":"1081188012489991","imei2":"1081188012489991","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171467,"job_number":"JOB_171467","tr_customer_id":171484,"tr_customer_product_id":171474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:57.000Z","modified_at":"2026-01-30T06:49:57.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10885059418353","imei1":"10885059418353","imei2":"10885059418353","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:57.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171469,"job_number":"JOB_171469","tr_customer_id":171486,"tr_customer_product_id":171476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:59.000Z","modified_at":"2026-01-30T06:49:59.000Z","name":"Geo Kulas","mobile_number":"677-564-2868","email_id":"Rowena.Beier@gmail.com","dop":"2000-01-31","serial_number":"1038309113358548","imei1":"1038309113358548","imei2":"1038309113358548","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171474,"job_number":"JOB_171474","tr_customer_id":171491,"tr_customer_product_id":171481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:44.000Z","modified_at":"2026-01-30T06:50:44.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10138717050619","imei1":"10138717050619","imei2":"10138717050619","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171476,"job_number":"JOB_171476","tr_customer_id":171493,"tr_customer_product_id":171483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:46.000Z","modified_at":"2026-01-30T06:50:46.000Z","name":"Ariel Huels","mobile_number":"535-999-2215","email_id":"Meta.Schaden83@yahoo.com","dop":"2000-01-31","serial_number":"1007358706824285","imei1":"1007358706824285","imei2":"1007358706824285","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171480,"job_number":"JOB_171480","tr_customer_id":171497,"tr_customer_product_id":171487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:30.000Z","modified_at":"2026-01-30T06:51:30.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10078460753366","imei1":"10078460753366","imei2":"10078460753366","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171482,"job_number":"JOB_171482","tr_customer_id":171499,"tr_customer_product_id":171489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:32.000Z","modified_at":"2026-01-30T06:51:32.000Z","name":"Adele Hyatt","mobile_number":"318-668-1034","email_id":"Kameron62@yahoo.com","dop":"2000-01-31","serial_number":"1038689945006620","imei1":"1038689945006620","imei2":"1038689945006620","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:32.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171486,"job_number":"JOB_171486","tr_customer_id":171503,"tr_customer_product_id":171493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:16.000Z","modified_at":"2026-01-30T06:52:16.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10895912519873","imei1":"10895912519873","imei2":"10895912519873","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":171488,"job_number":"JOB_171488","tr_customer_id":171505,"tr_customer_product_id":171495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:18.000Z","modified_at":"2026-01-30T06:52:18.000Z","name":"Augustine King","mobile_number":"516-270-9722","email_id":"Juston_Kling68@hotmail.com","dop":"2000-01-31","serial_number":"1004032210903606","imei1":"1004032210903606","imei2":"1004032210903606","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:18.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170934,"job_number":"JOB_170934","tr_customer_id":170951,"tr_customer_product_id":170941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T20:54:48.000Z","modified_at":"2026-01-29T20:54:48.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-24","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-24T20:54:47.066198069Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T20:54:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170935,"job_number":"JOB_170935","tr_customer_id":170952,"tr_customer_product_id":170942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:04:30.000Z","modified_at":"2026-01-29T22:04:30.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"152670001311313","imei1":"152670001311313","imei2":"152670001311313","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:04:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170936,"job_number":"JOB_170936","tr_customer_id":170953,"tr_customer_product_id":170943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:08:22.000Z","modified_at":"2026-01-29T22:08:22.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"141478756266125","imei1":"141478756266125","imei2":"141478756266125","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:08:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170937,"job_number":"JOB_170937","tr_customer_id":170954,"tr_customer_product_id":170944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:10:58.000Z","modified_at":"2026-01-29T22:10:58.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"190707338116476","imei1":"190707338116476","imei2":"190707338116476","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:10:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170938,"job_number":"JOB_170938","tr_customer_id":170955,"tr_customer_product_id":170945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:11:26.000Z","modified_at":"2026-01-29T22:11:26.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"193958377500658","imei1":"193958377500658","imei2":"193958377500658","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:11:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170939,"job_number":"JOB_170939","tr_customer_id":170956,"tr_customer_product_id":170946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:11:48.000Z","modified_at":"2026-01-29T22:11:48.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"104238476337588","imei1":"104238476337588","imei2":"104238476337588","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170940,"job_number":"JOB_170940","tr_customer_id":170957,"tr_customer_product_id":170947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:14:04.000Z","modified_at":"2026-01-29T22:14:04.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"136508884623334","imei1":"136508884623334","imei2":"136508884623334","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:14:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170941,"job_number":"JOB_170941","tr_customer_id":170958,"tr_customer_product_id":170948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:18:24.000Z","modified_at":"2026-01-29T22:18:24.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"177228857096241","imei1":"177228857096241","imei2":"177228857096241","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:18:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170942,"job_number":"JOB_170942","tr_customer_id":170959,"tr_customer_product_id":170949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:18:48.000Z","modified_at":"2026-01-29T22:18:48.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"136053200246728","imei1":"136053200246728","imei2":"136053200246728","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:18:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170943,"job_number":"JOB_170943","tr_customer_id":170960,"tr_customer_product_id":170950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:20:39.000Z","modified_at":"2026-01-29T22:20:39.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"130852628447961","imei1":"130852628447961","imei2":"130852628447961","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170945,"job_number":"JOB_170945","tr_customer_id":170962,"tr_customer_product_id":170952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:54:06.000Z","modified_at":"2026-01-29T22:54:06.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"137645666224769","imei1":"137645666224769","imei2":"137645666224769","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:54:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170946,"job_number":"JOB_170946","tr_customer_id":170963,"tr_customer_product_id":170953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:55:31.000Z","modified_at":"2026-01-29T22:55:31.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"146570843073906","imei1":"146570843073906","imei2":"146570843073906","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:55:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170947,"job_number":"JOB_170947","tr_customer_id":170964,"tr_customer_product_id":170954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:56:41.000Z","modified_at":"2026-01-29T22:56:41.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"187445080187992","imei1":"187445080187992","imei2":"187445080187992","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170948,"job_number":"JOB_170948","tr_customer_id":170965,"tr_customer_product_id":170955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:57:40.000Z","modified_at":"2026-01-29T22:57:40.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"195065095287755","imei1":"195065095287755","imei2":"195065095287755","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170949,"job_number":"JOB_170949","tr_customer_id":170966,"tr_customer_product_id":170956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:58:18.000Z","modified_at":"2026-01-29T22:58:18.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"156179887592199","imei1":"156179887592199","imei2":"156179887592199","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170950,"job_number":"JOB_170950","tr_customer_id":170967,"tr_customer_product_id":170957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:58:50.000Z","modified_at":"2026-01-29T22:58:50.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"182274226347784","imei1":"182274226347784","imei2":"182274226347784","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170951,"job_number":"JOB_170951","tr_customer_id":170968,"tr_customer_product_id":170958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:11:44.000Z","modified_at":"2026-01-29T23:11:44.000Z","name":"Alpha Beta","mobile_number":"1234567890","email_id":"alpha@gmail.com","dop":"2025-12-10","serial_number":"198041785027203","imei1":"198041785027203","imei2":"198041785027203","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:11:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170952,"job_number":"JOB_170952","tr_customer_id":170969,"tr_customer_product_id":170959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:30.000Z","modified_at":"2026-01-29T23:14:30.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"17021029563270","imei1":"17021029563270","imei2":"17021029563270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170954,"job_number":"JOB_170954","tr_customer_id":170971,"tr_customer_product_id":170961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:31.000Z","modified_at":"2026-01-29T23:14:31.000Z","name":"Terrell Lockman","mobile_number":"437-547-6256","email_id":"Abdul.Wehner37@hotmail.com","dop":"2025-04-06","serial_number":"10016164199382554","imei1":"10016164199382554","imei2":"10016164199382554","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170955,"job_number":"JOB_170955","tr_customer_id":170972,"tr_customer_product_id":170962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:39.000Z","modified_at":"2026-01-29T23:14:39.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"18720195446893","imei1":"18720195446893","imei2":"18720195446893","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170957,"job_number":"JOB_170957","tr_customer_id":170974,"tr_customer_product_id":170964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:40.000Z","modified_at":"2026-01-29T23:14:40.000Z","name":"Hermann Larkin","mobile_number":"500-819-0151","email_id":"Francisco81@hotmail.com","dop":"2025-04-06","serial_number":"15887698112500496","imei1":"15887698112500496","imei2":"15887698112500496","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170958,"job_number":"JOB_170958","tr_customer_id":170975,"tr_customer_product_id":170965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:46.000Z","modified_at":"2026-01-29T23:14:46.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"16899085736197","imei1":"16899085736197","imei2":"16899085736197","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170960,"job_number":"JOB_170960","tr_customer_id":170977,"tr_customer_product_id":170967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:47.000Z","modified_at":"2026-01-29T23:14:47.000Z","name":"Dameon Rice","mobile_number":"900-821-4035","email_id":"Alan_Keebler3@yahoo.com","dop":"2025-04-06","serial_number":"16374809289727772","imei1":"16374809289727772","imei2":"16374809289727772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:14:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170962,"job_number":"JOB_170962","tr_customer_id":170979,"tr_customer_product_id":170969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:19:59.000Z","modified_at":"2026-01-29T23:19:59.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"17282982707179","imei1":"17282982707179","imei2":"17282982707179","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:19:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170964,"job_number":"JOB_170964","tr_customer_id":170981,"tr_customer_product_id":170971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:20:00.000Z","modified_at":"2026-01-29T23:20:00.000Z","name":"Jeffry Schumm","mobile_number":"653-298-5489","email_id":"Axel_Marquardt@hotmail.com","dop":"2025-04-06","serial_number":"11916684849804726","imei1":"11916684849804726","imei2":"11916684849804726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:20:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170965,"job_number":"JOB_170965","tr_customer_id":170982,"tr_customer_product_id":170972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:20:22.000Z","modified_at":"2026-01-29T23:20:22.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"12443029639239","imei1":"12443029639239","imei2":"12443029639239","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:20:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170967,"job_number":"JOB_170967","tr_customer_id":170984,"tr_customer_product_id":170974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:20:23.000Z","modified_at":"2026-01-29T23:20:23.000Z","name":"Marta Hane","mobile_number":"416-970-1187","email_id":"Antonio17@gmail.com","dop":"2025-04-06","serial_number":"16095811900718672","imei1":"16095811900718672","imei2":"16095811900718672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:20:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170968,"job_number":"JOB_170968","tr_customer_id":170985,"tr_customer_product_id":170975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:20:46.000Z","modified_at":"2026-01-29T23:20:46.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"11683645754852","imei1":"11683645754852","imei2":"11683645754852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170970,"job_number":"JOB_170970","tr_customer_id":170987,"tr_customer_product_id":170977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:20:47.000Z","modified_at":"2026-01-29T23:20:47.000Z","name":"Elisha Boehm","mobile_number":"708-676-8657","email_id":"Gwen63@hotmail.com","dop":"2025-04-06","serial_number":"19923755190717840","imei1":"19923755190717840","imei2":"19923755190717840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170971,"job_number":"JOB_170971","tr_customer_id":170988,"tr_customer_product_id":170978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:24:42.000Z","modified_at":"2026-01-29T23:24:42.000Z","name":"Paige Hahn","mobile_number":"591-938-8987","email_id":"Marcelle.Ward7@yahoo.com","dop":"2025-05-01","serial_number":"17782932930851","imei1":"17782932930851","imei2":"17782932930851","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:24:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170972,"job_number":"JOB_170972","tr_customer_id":170989,"tr_customer_product_id":170979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:27:56.000Z","modified_at":"2026-01-29T23:27:56.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"17647806985385","imei1":"17647806985385","imei2":"17647806985385","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170974,"job_number":"JOB_170974","tr_customer_id":170991,"tr_customer_product_id":170981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:27:57.000Z","modified_at":"2026-01-29T23:27:57.000Z","name":"Pierre Hane","mobile_number":"344-531-3630","email_id":"Vincenzo_Mosciski@gmail.com","dop":"2025-04-06","serial_number":"15746635210960528","imei1":"15746635210960528","imei2":"15746635210960528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170975,"job_number":"JOB_170975","tr_customer_id":170992,"tr_customer_product_id":170982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:28:23.000Z","modified_at":"2026-01-29T23:28:23.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"17250031710771","imei1":"17250031710771","imei2":"17250031710771","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:28:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170977,"job_number":"JOB_170977","tr_customer_id":170994,"tr_customer_product_id":170984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:28:24.000Z","modified_at":"2026-01-29T23:28:24.000Z","name":"Nelle Baumbach","mobile_number":"563-656-8533","email_id":"Tyrel_Corkery38@yahoo.com","dop":"2025-04-06","serial_number":"16179214541476158","imei1":"16179214541476158","imei2":"16179214541476158","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:28:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170978,"job_number":"JOB_170978","tr_customer_id":170995,"tr_customer_product_id":170985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:28:50.000Z","modified_at":"2026-01-29T23:28:50.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"13912742458465","imei1":"13912742458465","imei2":"13912742458465","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:28:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170980,"job_number":"JOB_170980","tr_customer_id":170997,"tr_customer_product_id":170987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:28:51.000Z","modified_at":"2026-01-29T23:28:51.000Z","name":"Priscilla Leannon","mobile_number":"541-496-0783","email_id":"Edgardo_Upton56@gmail.com","dop":"2025-04-06","serial_number":"12119167624213330","imei1":"12119167624213330","imei2":"12119167624213330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:28:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170981,"job_number":"JOB_170981","tr_customer_id":170998,"tr_customer_product_id":170988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:30:02.000Z","modified_at":"2026-01-29T23:30:02.000Z","name":"Kirsten Nitzsche","mobile_number":"502-484-2223","email_id":"Cecil.Bayer85@hotmail.com","dop":"2025-12-10","serial_number":"127380760649969","imei1":"127380760649969","imei2":"127380760649969","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:30:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170982,"job_number":"JOB_170982","tr_customer_id":170999,"tr_customer_product_id":170989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:30:28.000Z","modified_at":"2026-01-29T23:30:28.000Z","name":"Emilio Zboncak","mobile_number":"207-951-3435","email_id":"Sammy_Rempel45@yahoo.com","dop":"2025-12-10","serial_number":"153256482292524","imei1":"153256482292524","imei2":"153256482292524","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:30:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170983,"job_number":"JOB_170983","tr_customer_id":171000,"tr_customer_product_id":170990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:30:39.000Z","modified_at":"2026-01-29T23:30:39.000Z","name":"Reyes Rempel","mobile_number":"773-531-8837","email_id":"Laurie85@hotmail.com","dop":"2025-05-01","serial_number":"15594500302520","imei1":"15594500302520","imei2":"15594500302520","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:30:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170984,"job_number":"JOB_170984","tr_customer_id":171001,"tr_customer_product_id":170991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:35:31.000Z","modified_at":"2026-01-29T23:35:31.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"13810072416321","imei1":"13810072416321","imei2":"13810072416321","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:35:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170986,"job_number":"JOB_170986","tr_customer_id":171003,"tr_customer_product_id":170993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:35:32.000Z","modified_at":"2026-01-29T23:35:32.000Z","name":"Muriel Zulauf","mobile_number":"697-928-2444","email_id":"Bradly16@gmail.com","dop":"2025-04-06","serial_number":"10701044802978842","imei1":"10701044802978842","imei2":"10701044802978842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:35:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170987,"job_number":"JOB_170987","tr_customer_id":171004,"tr_customer_product_id":170994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:36:00.000Z","modified_at":"2026-01-29T23:36:00.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"13123973611028","imei1":"13123973611028","imei2":"13123973611028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170989,"job_number":"JOB_170989","tr_customer_id":171006,"tr_customer_product_id":170996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:36:01.000Z","modified_at":"2026-01-29T23:36:01.000Z","name":"Josianne Hermiston","mobile_number":"841-640-7613","email_id":"Billie94@gmail.com","dop":"2025-04-06","serial_number":"18913021336825596","imei1":"18913021336825596","imei2":"18913021336825596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:36:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170990,"job_number":"JOB_170990","tr_customer_id":171007,"tr_customer_product_id":170997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:36:28.000Z","modified_at":"2026-01-29T23:36:28.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"19506829257318","imei1":"19506829257318","imei2":"19506829257318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:36:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170992,"job_number":"JOB_170992","tr_customer_id":171009,"tr_customer_product_id":170999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:36:29.000Z","modified_at":"2026-01-29T23:36:29.000Z","name":"Magdalena Erdman","mobile_number":"693-912-8428","email_id":"Roxanne4@yahoo.com","dop":"2025-04-06","serial_number":"13801116385466660","imei1":"13801116385466660","imei2":"13801116385466660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:36:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170993,"job_number":"JOB_170993","tr_customer_id":171010,"tr_customer_product_id":171000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:40:09.000Z","modified_at":"2026-01-29T23:40:09.000Z","name":"Rory Heidenreich","mobile_number":"793-934-2132","email_id":"Royal36@yahoo.com","dop":"2025-12-10","serial_number":"10128834109223446","imei1":"10128834109223446","imei2":"10128834109223446","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:40:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170994,"job_number":"JOB_170994","tr_customer_id":171011,"tr_customer_product_id":171001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:40:59.000Z","modified_at":"2026-01-29T23:40:59.000Z","name":"Reyes Rempel","mobile_number":"773-531-8837","email_id":"Laurie85@hotmail.com","dop":"2025-05-01","serial_number":"35594500302520","imei1":"35594500302520","imei2":"35594500302520","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:40:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170995,"job_number":"JOB_170995","tr_customer_id":171012,"tr_customer_product_id":171002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:01.000Z","modified_at":"2026-01-29T23:42:01.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"12540570355351","imei1":"12540570355351","imei2":"12540570355351","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170997,"job_number":"JOB_170997","tr_customer_id":171014,"tr_customer_product_id":171004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:02.000Z","modified_at":"2026-01-29T23:42:02.000Z","name":"Emile Oberbrunner","mobile_number":"834-989-7543","email_id":"Hassan_Zboncak88@gmail.com","dop":"2025-04-06","serial_number":"16761765670322104","imei1":"16761765670322104","imei2":"16761765670322104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170998,"job_number":"JOB_170998","tr_customer_id":171015,"tr_customer_product_id":171005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:29.000Z","modified_at":"2026-01-29T23:42:29.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"18753768629623","imei1":"18753768629623","imei2":"18753768629623","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171000,"job_number":"JOB_171000","tr_customer_id":171017,"tr_customer_product_id":171007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:30.000Z","modified_at":"2026-01-29T23:42:30.000Z","name":"Janelle Towne","mobile_number":"497-606-6315","email_id":"Nayeli_Kohler24@gmail.com","dop":"2025-04-06","serial_number":"11320646881969810","imei1":"11320646881969810","imei2":"11320646881969810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171001,"job_number":"JOB_171001","tr_customer_id":171018,"tr_customer_product_id":171008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:56.000Z","modified_at":"2026-01-29T23:42:56.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"19260284269655","imei1":"19260284269655","imei2":"19260284269655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171003,"job_number":"JOB_171003","tr_customer_id":171020,"tr_customer_product_id":171010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:42:57.000Z","modified_at":"2026-01-29T23:42:57.000Z","name":"Clifford Treutel","mobile_number":"311-905-8178","email_id":"Della7@gmail.com","dop":"2025-04-06","serial_number":"10708441773562332","imei1":"10708441773562332","imei2":"10708441773562332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171004,"job_number":"JOB_171004","tr_customer_id":171021,"tr_customer_product_id":171011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:46:20.000Z","modified_at":"2026-01-29T23:46:20.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-19","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-19T23:46:19.633696493Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171005,"job_number":"JOB_171005","tr_customer_id":171022,"tr_customer_product_id":171012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:46:20.000Z","modified_at":"2026-01-29T23:46:20.000Z","name":"Som Pillai","mobile_number":"7053079833","email_id":"sarala.mishra@hotmail.com","dop":"2026-01-19","serial_number":"709106391543744","imei1":"709106391543744","imei2":"709106391543744","popurl":"www.amaranaath-panicker.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171006,"job_number":"JOB_171006","tr_customer_id":171023,"tr_customer_product_id":171013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:48:46.000Z","modified_at":"2026-01-29T23:48:46.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-19","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-19T23:48:45.977175280Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:48:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171007,"job_number":"JOB_171007","tr_customer_id":171024,"tr_customer_product_id":171014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:49:48.000Z","modified_at":"2026-01-29T23:49:48.000Z","name":"Reymundo Flatley","mobile_number":"997-280-4322","email_id":"Kyler.Stanton@hotmail.com","dop":"2025-12-10","serial_number":"180671090876939","imei1":"180671090876939","imei2":"180671090876939","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:49:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171008,"job_number":"JOB_171008","tr_customer_id":171025,"tr_customer_product_id":171015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:50:11.000Z","modified_at":"2026-01-29T23:50:11.000Z","name":"Peter Will","mobile_number":"878-494-8269","email_id":"Izaiah.Rowe@gmail.com","dop":"2025-12-10","serial_number":"123620711580984","imei1":"123620711580984","imei2":"123620711580984","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:50:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171009,"job_number":"JOB_171009","tr_customer_id":171026,"tr_customer_product_id":171016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:08:27.000Z","modified_at":"2026-01-30T00:08:27.000Z","name":"Alexandra Emmerich","mobile_number":"541-804-6888","email_id":"Hayden_Ebert@gmail.com","dop":"2025-12-10","serial_number":"192618610756540","imei1":"192618610756540","imei2":"192618610756540","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:08:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171010,"job_number":"JOB_171010","tr_customer_id":171027,"tr_customer_product_id":171017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:10:08.000Z","modified_at":"2026-01-30T00:10:08.000Z","name":"Marcus Batz","mobile_number":"815-586-3143","email_id":"Anne.Mertz@hotmail.com","dop":"2025-12-10","serial_number":"196747128061158","imei1":"196747128061158","imei2":"196747128061158","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:10:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171012,"job_number":"JOB_171012","tr_customer_id":171029,"tr_customer_product_id":171019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:46:04.000Z","modified_at":"2026-01-30T00:46:04.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"69077551366337","imei1":"69077551366337","imei2":"69077551366337","popurl":"2026-01-20T00:46:05.360110400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171013,"job_number":"JOB_171013","tr_customer_id":171030,"tr_customer_product_id":171020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T01:06:28.000Z","modified_at":"2026-01-30T01:06:28.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"95342828280759","imei1":"95342828280759","imei2":"95342828280759","popurl":"2026-01-20T01:06:28.428047187Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T01:06:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171014,"job_number":"JOB_171014","tr_customer_id":171031,"tr_customer_product_id":171021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T01:07:10.000Z","modified_at":"2026-01-30T01:07:10.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"58957088779228","imei1":"58957088779228","imei2":"58957088779228","popurl":"2026-01-20T01:07:10.028400917Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T01:07:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171015,"job_number":"JOB_171015","tr_customer_id":171032,"tr_customer_product_id":171022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:02:32.000Z","modified_at":"2026-01-30T02:02:32.000Z","name":"Lucy Stanton","mobile_number":"751-787-9156","email_id":"Ona78@yahoo.com","dop":"2025-12-10","serial_number":"113029298018590","imei1":"113029298018590","imei2":"113029298018590","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:02:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171016,"job_number":"JOB_171016","tr_customer_id":171033,"tr_customer_product_id":171023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:10:03.000Z","modified_at":"2026-01-30T02:10:03.000Z","name":"Maya Kassulke","mobile_number":"701-580-8927","email_id":"Keeley14@gmail.com","dop":"2025-12-10","serial_number":"115935734016490","imei1":"115935734016490","imei2":"115935734016490","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:10:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171017,"job_number":"JOB_171017","tr_customer_id":171034,"tr_customer_product_id":171024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:17:01.000Z","modified_at":"2026-01-30T02:17:01.000Z","name":"Wanda Hills","mobile_number":"550-723-6743","email_id":"Ludwig.Glover@hotmail.com","dop":"2025-12-10","serial_number":"167787378226206","imei1":"167787378226206","imei2":"167787378226206","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:17:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171018,"job_number":"JOB_171018","tr_customer_id":171035,"tr_customer_product_id":171025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:21:38.000Z","modified_at":"2026-01-30T02:21:38.000Z","name":"Lela Kohler","mobile_number":"710-207-8438","email_id":"Abbey_Schaefer@hotmail.com","dop":"2025-12-10","serial_number":"179367396307145","imei1":"179367396307145","imei2":"179367396307145","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:21:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171019,"job_number":"JOB_171019","tr_customer_id":171036,"tr_customer_product_id":171026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T02:28:09.000Z","modified_at":"2026-01-30T02:28:09.000Z","name":"Janice Torphy","mobile_number":"571-228-2003","email_id":"Talon.Smith@gmail.com","dop":"2025-12-10","serial_number":"117726331096685","imei1":"117726331096685","imei2":"117726331096685","popurl":"2025-12-10T00:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T02:28:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171020,"job_number":"JOB_171020","tr_customer_id":171037,"tr_customer_product_id":171027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:25:45.000Z","modified_at":"2026-01-30T03:25:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14828724578553","imei1":"14828724578553","imei2":"14828724578553","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:25:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171022,"job_number":"JOB_171022","tr_customer_id":171039,"tr_customer_product_id":171029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:25:46.000Z","modified_at":"2026-01-30T03:25:46.000Z","name":"Chase Emmerich","mobile_number":"642-375-6447","email_id":"Wiley.Blick45@gmail.com","dop":"2025-04-06","serial_number":"18124366766046890","imei1":"18124366766046890","imei2":"18124366766046890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:25:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171023,"job_number":"JOB_171023","tr_customer_id":171040,"tr_customer_product_id":171030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:26:27.000Z","modified_at":"2026-01-30T03:26:27.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11712103852461","imei1":"11712103852461","imei2":"11712103852461","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:26:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171025,"job_number":"JOB_171025","tr_customer_id":171042,"tr_customer_product_id":171032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:26:29.000Z","modified_at":"2026-01-30T03:26:29.000Z","name":"Jovanny Bailey","mobile_number":"687-996-8546","email_id":"Audrey49@hotmail.com","dop":"2025-04-06","serial_number":"13938562338247316","imei1":"13938562338247316","imei2":"13938562338247316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:26:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171026,"job_number":"JOB_171026","tr_customer_id":171043,"tr_customer_product_id":171033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:26:57.000Z","modified_at":"2026-01-30T03:26:57.000Z","name":"Ankit Ojha","mobile_number":"8634214986","email_id":"jhsdhf@gmail.con","dop":"2025-05-01","serial_number":"35594500302521","imei1":"35594500302521","imei2":"35594500302521","popurl":"2025-05-01T04:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171027,"job_number":"JOB_171027","tr_customer_id":171044,"tr_customer_product_id":171034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:27:10.000Z","modified_at":"2026-01-30T03:27:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19492302188959","imei1":"19492302188959","imei2":"19492302188959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:27:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171029,"job_number":"JOB_171029","tr_customer_id":171046,"tr_customer_product_id":171036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:27:12.000Z","modified_at":"2026-01-30T03:27:12.000Z","name":"Fatima Rippin","mobile_number":"264-758-2084","email_id":"Celestino.VonRueden43@hotmail.com","dop":"2025-04-06","serial_number":"16797938487163444","imei1":"16797938487163444","imei2":"16797938487163444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T03:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171031,"job_number":"JOB_171031","tr_customer_id":171048,"tr_customer_product_id":171038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:10:20.000Z","modified_at":"2026-01-30T04:10:20.000Z","name":"Arch Kovacek","mobile_number":"304-507-3700","email_id":"Zack_Turcotte@gmail.com","dop":"2025-02-13","serial_number":"10073825861569468","imei1":"10073825861569468","imei2":"10073825861569468","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171034,"job_number":"JOB_171034","tr_customer_id":171051,"tr_customer_product_id":171041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:14.000Z","modified_at":"2026-01-30T04:19:14.000Z","name":"Selmer Quigley","mobile_number":"254-476-2438","email_id":"Jeromy67@gmail.com","dop":"2025-04-06","serial_number":"19324883517627600","imei1":"19324883517627600","imei2":"19324883517627600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171036,"job_number":"JOB_171036","tr_customer_id":171053,"tr_customer_product_id":171043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:25.000Z","modified_at":"2026-01-30T04:19:25.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"19789140132324","imei1":"19789140132324","imei2":"19789140132324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171038,"job_number":"JOB_171038","tr_customer_id":171055,"tr_customer_product_id":171045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:26.000Z","modified_at":"2026-01-30T04:19:26.000Z","name":"Consuelo Moore","mobile_number":"637-560-8329","email_id":"Hassie.Lowe@hotmail.com","dop":"2025-04-06","serial_number":"13610658128047988","imei1":"13610658128047988","imei2":"13610658128047988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171039,"job_number":"JOB_171039","tr_customer_id":171056,"tr_customer_product_id":171046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:33.000Z","modified_at":"2026-01-30T04:19:33.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10895109330855","imei1":"10895109330855","imei2":"10895109330855","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171041,"job_number":"JOB_171041","tr_customer_id":171058,"tr_customer_product_id":171048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:34.000Z","modified_at":"2026-01-30T04:19:34.000Z","name":"Austyn Russel","mobile_number":"919-445-3056","email_id":"Gabriel.Renner83@yahoo.com","dop":"2025-06-18","serial_number":"1028878109725905","imei1":"1028878109725905","imei2":"1028878109725905","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171045,"job_number":"JOB_171045","tr_customer_id":171062,"tr_customer_product_id":171052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:42.000Z","modified_at":"2026-01-30T04:19:42.000Z","name":"Blaze Windler","mobile_number":"741-455-9643","email_id":"Tessie.Fritsch@hotmail.com","dop":"2025-04-06","serial_number":"13721468474703484","imei1":"13721468474703484","imei2":"13721468474703484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171046,"job_number":"JOB_171046","tr_customer_id":171063,"tr_customer_product_id":171053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:42.000Z","modified_at":"2026-01-30T04:19:42.000Z","name":"Aileen Kerluke","mobile_number":"380-643-6119","email_id":"Myrtle21@hotmail.com","dop":"2025-04-06","serial_number":"18918815693009616","imei1":"18918815693009616","imei2":"18918815693009616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171047,"job_number":"JOB_171047","tr_customer_id":171064,"tr_customer_product_id":171054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:43.000Z","modified_at":"2026-01-30T04:19:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12361457027404","imei1":"12361457027404","imei2":"12361457027404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171049,"job_number":"JOB_171049","tr_customer_id":171066,"tr_customer_product_id":171056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:45.000Z","modified_at":"2026-01-30T04:19:45.000Z","name":"Caroline Corwin","mobile_number":"997-792-6900","email_id":"Tyrese58@yahoo.com","dop":"2025-04-06","serial_number":"16565555822994826","imei1":"16565555822994826","imei2":"16565555822994826","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171052,"job_number":"JOB_171052","tr_customer_id":171069,"tr_customer_product_id":171059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:50.000Z","modified_at":"2026-01-30T04:19:50.000Z","name":"Maye Rohan","mobile_number":"320-938-6204","email_id":"Fermin51@hotmail.com","dop":"2025-04-06","serial_number":"12352156315327056","imei1":"12352156315327056","imei2":"12352156315327056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171053,"job_number":"JOB_171053","tr_customer_id":171070,"tr_customer_product_id":171060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:51.000Z","modified_at":"2026-01-30T04:19:51.000Z","name":"Crystal Olson","mobile_number":"651-231-8343","email_id":"Dallin.OKon@yahoo.com","dop":"2025-04-06","serial_number":"19996123819039590","imei1":"19996123819039590","imei2":"19996123819039590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171054,"job_number":"JOB_171054","tr_customer_id":171071,"tr_customer_product_id":171061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:51.000Z","modified_at":"2026-01-30T04:19:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14941485891064","imei1":"14941485891064","imei2":"14941485891064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171057,"job_number":"JOB_171057","tr_customer_id":171074,"tr_customer_product_id":171064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:53.000Z","modified_at":"2026-01-30T04:19:53.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14715515236301","imei2":"14715515236301","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171059,"job_number":"JOB_171059","tr_customer_id":171076,"tr_customer_product_id":171066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:53.000Z","modified_at":"2026-01-30T04:19:53.000Z","name":"Damon Reilly","mobile_number":"323-725-6001","email_id":"Mozelle_Becker@gmail.com","dop":"2025-04-06","serial_number":"14380205583874442","imei1":"14380205583874442","imei2":"14380205583874442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171060,"job_number":"JOB_171060","tr_customer_id":171077,"tr_customer_product_id":171067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:54.000Z","modified_at":"2026-01-30T04:19:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15025752619292","imei1":"15025752619292","imei2":"15025752619292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171062,"job_number":"JOB_171062","tr_customer_id":171079,"tr_customer_product_id":171069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:55.000Z","modified_at":"2026-01-30T04:19:55.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13950459776442","imei1":"13950459776442","imei2":"13950459776442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171064,"job_number":"JOB_171064","tr_customer_id":171081,"tr_customer_product_id":171071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:56.000Z","modified_at":"2026-01-30T04:19:56.000Z","name":"Theo Adams","mobile_number":"251-783-3186","email_id":"Octavia93@yahoo.com","dop":"2025-04-06","serial_number":"19255699621840360","imei1":"19255699621840360","imei2":"19255699621840360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171065,"job_number":"JOB_171065","tr_customer_id":171082,"tr_customer_product_id":171072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:56.000Z","modified_at":"2026-01-30T04:19:56.000Z","name":"Antonio Batz","mobile_number":"412-591-7678","email_id":"Elmo58@gmail.com","dop":"2025-04-06","serial_number":"13191342567792734","imei1":"13191342567792734","imei2":"13191342567792734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171067,"job_number":"JOB_171067","tr_customer_id":171084,"tr_customer_product_id":171074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:00.000Z","modified_at":"2026-01-30T04:20:00.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12808128533471","imei1":"12808128533471","imei2":"12808128533471","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171069,"job_number":"JOB_171069","tr_customer_id":171086,"tr_customer_product_id":171076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:02.000Z","modified_at":"2026-01-30T04:20:02.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13392800680756","imei1":"13392800680756","imei2":"13392800680756","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171072,"job_number":"JOB_171072","tr_customer_id":171089,"tr_customer_product_id":171079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:04.000Z","modified_at":"2026-01-30T04:20:04.000Z","name":"Vince Wyman","mobile_number":"318-735-4395","email_id":"Fannie.Harris48@yahoo.com","dop":"2025-04-06","serial_number":"17750201884445860","imei1":"17750201884445860","imei2":"17750201884445860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171073,"job_number":"JOB_171073","tr_customer_id":171090,"tr_customer_product_id":171080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:05.000Z","modified_at":"2026-01-30T04:20:05.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"16190084846242","imei1":"16190084846242","imei2":"16190084846242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171074,"job_number":"JOB_171074","tr_customer_id":171091,"tr_customer_product_id":171081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:05.000Z","modified_at":"2026-01-30T04:20:05.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12747800943565","imei2":"12747800943565","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171077,"job_number":"JOB_171077","tr_customer_id":171094,"tr_customer_product_id":171084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:07.000Z","modified_at":"2026-01-30T04:20:07.000Z","name":"Delbert Kulas","mobile_number":"251-629-9477","email_id":"Kari_Bergstrom@hotmail.com","dop":"2025-04-06","serial_number":"17054645167231580","imei1":"17054645167231580","imei2":"17054645167231580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171080,"job_number":"JOB_171080","tr_customer_id":171097,"tr_customer_product_id":171087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:18.000Z","modified_at":"2026-01-30T04:20:18.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15365346248782","imei2":"15365346248782","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171082,"job_number":"JOB_171082","tr_customer_id":171099,"tr_customer_product_id":171089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:19.000Z","modified_at":"2026-01-30T04:20:19.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10330165628596","imei1":"10330165628596","imei2":"10330165628596","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171086,"job_number":"JOB_171086","tr_customer_id":171103,"tr_customer_product_id":171093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:20.000Z","modified_at":"2026-01-30T04:20:20.000Z","name":"Albin Abshire","mobile_number":"668-514-4248","email_id":"Brianne80@hotmail.com","dop":"2025-06-18","serial_number":"1013847395482759","imei1":"1013847395482759","imei2":"1013847395482759","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171088,"job_number":"JOB_171088","tr_customer_id":171105,"tr_customer_product_id":171095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:28.000Z","modified_at":"2026-01-30T04:20:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10581874528646","imei1":"10581874528646","imei2":"10581874528646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171090,"job_number":"JOB_171090","tr_customer_id":171107,"tr_customer_product_id":171097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:30.000Z","modified_at":"2026-01-30T04:20:30.000Z","name":"Eliseo Barton","mobile_number":"915-373-8311","email_id":"Jordan_Hilll44@yahoo.com","dop":"2025-04-06","serial_number":"15977513941612628","imei1":"15977513941612628","imei2":"15977513941612628","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171091,"job_number":"JOB_171091","tr_customer_id":171108,"tr_customer_product_id":171098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:34.000Z","modified_at":"2026-01-30T04:20:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11415388515443","imei1":"11415388515443","imei2":"11415388515443","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171093,"job_number":"JOB_171093","tr_customer_id":171110,"tr_customer_product_id":171100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:36.000Z","modified_at":"2026-01-30T04:20:36.000Z","name":"Benton Grimes","mobile_number":"721-746-1293","email_id":"Ivy28@yahoo.com","dop":"2025-04-06","serial_number":"16799141910559824","imei1":"16799141910559824","imei2":"16799141910559824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171094,"job_number":"JOB_171094","tr_customer_id":171111,"tr_customer_product_id":171101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:38.000Z","modified_at":"2026-01-30T04:20:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12632828275217","imei1":"12632828275217","imei2":"12632828275217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171096,"job_number":"JOB_171096","tr_customer_id":171113,"tr_customer_product_id":171103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:40.000Z","modified_at":"2026-01-30T04:20:40.000Z","name":"Rafaela Robel","mobile_number":"606-473-1412","email_id":"Niko_Cremin41@yahoo.com","dop":"2025-04-06","serial_number":"14855586315233018","imei1":"14855586315233018","imei2":"14855586315233018","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171097,"job_number":"JOB_171097","tr_customer_id":171114,"tr_customer_product_id":171104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:40.000Z","modified_at":"2026-01-30T04:20:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10494375396360","imei1":"10494375396360","imei2":"10494375396360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171098,"job_number":"JOB_171098","tr_customer_id":171115,"tr_customer_product_id":171105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:40.000Z","modified_at":"2026-01-30T04:20:40.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18571171140244","imei1":"18571171140244","imei2":"18571171140244","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171101,"job_number":"JOB_171101","tr_customer_id":171118,"tr_customer_product_id":171108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:42.000Z","modified_at":"2026-01-30T04:20:42.000Z","name":"Sydnee Becker","mobile_number":"569-792-1918","email_id":"Valentina_Wiza@hotmail.com","dop":"2025-04-06","serial_number":"11952295467953676","imei1":"11952295467953676","imei2":"11952295467953676","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171102,"job_number":"JOB_171102","tr_customer_id":171119,"tr_customer_product_id":171109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:42.000Z","modified_at":"2026-01-30T04:20:42.000Z","name":"Myrtice Schuster","mobile_number":"923-364-7912","email_id":"Rashawn.Tromp@gmail.com","dop":"2025-04-06","serial_number":"12395316043665006","imei1":"12395316043665006","imei2":"12395316043665006","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171103,"job_number":"JOB_171103","tr_customer_id":171120,"tr_customer_product_id":171110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:42.000Z","modified_at":"2026-01-30T04:20:42.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19002422177703","imei1":"19002422177703","imei2":"19002422177703","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171105,"job_number":"JOB_171105","tr_customer_id":171122,"tr_customer_product_id":171112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:44.000Z","modified_at":"2026-01-30T04:20:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"80711761283779","imei1":"80711761283779","imei2":"80711761283779","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171106,"job_number":"JOB_171106","tr_customer_id":171123,"tr_customer_product_id":171113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:46.000Z","modified_at":"2026-01-30T04:20:46.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"18197846890188","imei1":"18197846890188","imei2":"18197846890188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171108,"job_number":"JOB_171108","tr_customer_id":171125,"tr_customer_product_id":171115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:47.000Z","modified_at":"2026-01-30T04:20:47.000Z","name":"Oran Nienow","mobile_number":"397-941-2205","email_id":"Abdul94@yahoo.com","dop":"2025-04-06","serial_number":"14063647880324328","imei1":"14063647880324328","imei2":"14063647880324328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171110,"job_number":"JOB_171110","tr_customer_id":171127,"tr_customer_product_id":171117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:48.000Z","modified_at":"2026-01-30T04:20:48.000Z","name":"Aurore Conroy","mobile_number":"288-596-5512","email_id":"Gabriella_Ratke@hotmail.com","dop":"2025-05-30","serial_number":"10089821720810","imei1":"10089821720810","imei2":"10089821720810","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171111,"job_number":"JOB_171111","tr_customer_id":171128,"tr_customer_product_id":171118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"Anibal Nikolaus","mobile_number":"478-758-5801","email_id":"Meaghan.Abernathy@hotmail.com","dop":"2025-05-30","serial_number":"1813197567218586","imei1":"1813197567218586","imei2":"1813197567218586","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171112,"job_number":"JOB_171112","tr_customer_id":171129,"tr_customer_product_id":171119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13047304828854","imei1":"13047304828854","imei2":"13047304828854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171118,"job_number":"JOB_171118","tr_customer_id":171135,"tr_customer_product_id":171125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:52.000Z","modified_at":"2026-01-30T04:20:52.000Z","name":"Hailee Stracke","mobile_number":"825-612-5890","email_id":"Mac67@hotmail.com","dop":"2025-04-06","serial_number":"18361725382543070","imei1":"18361725382543070","imei2":"18361725382543070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171119,"job_number":"JOB_171119","tr_customer_id":171136,"tr_customer_product_id":171126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:00.000Z","modified_at":"2026-01-30T04:21:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10184379292826","imei1":"10184379292826","imei2":"10184379292826","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171122,"job_number":"JOB_171122","tr_customer_id":171139,"tr_customer_product_id":171129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:01.000Z","modified_at":"2026-01-30T04:21:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13335602592566","imei1":"13335602592566","imei2":"13335602592566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171123,"job_number":"JOB_171123","tr_customer_id":171140,"tr_customer_product_id":171130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:02.000Z","modified_at":"2026-01-30T04:21:02.000Z","name":"Violette Barrows","mobile_number":"452-733-4096","email_id":"Augustus_Lehner6@yahoo.com","dop":"2025-04-06","serial_number":"11656714429718438","imei1":"11656714429718438","imei2":"11656714429718438","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171127,"job_number":"JOB_171127","tr_customer_id":171144,"tr_customer_product_id":171134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Kyle Spinka","mobile_number":"565-657-5062","email_id":"Janiya_Rath4@yahoo.com","dop":"2025-04-06","serial_number":"17482730694206884","imei1":"17482730694206884","imei2":"17482730694206884","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171132,"job_number":"JOB_171132","tr_customer_id":171149,"tr_customer_product_id":171139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:05.000Z","modified_at":"2026-01-30T04:21:05.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"10336441282836","imei1":"10336441282836","imei2":"10336441282836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171135,"job_number":"JOB_171135","tr_customer_id":171152,"tr_customer_product_id":171142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:07.000Z","modified_at":"2026-01-30T04:21:07.000Z","name":"Lexus Boehm","mobile_number":"361-387-7956","email_id":"Kailee.Hills16@gmail.com","dop":"2025-04-06","serial_number":"12756185417395368","imei1":"12756185417395368","imei2":"12756185417395368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171136,"job_number":"JOB_171136","tr_customer_id":171153,"tr_customer_product_id":171143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:10.000Z","modified_at":"2026-01-30T04:21:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12725752505415","imei1":"12725752505415","imei2":"12725752505415","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171137,"job_number":"JOB_171137","tr_customer_id":171154,"tr_customer_product_id":171144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:10.000Z","modified_at":"2026-01-30T04:21:10.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13714293502617","imei1":"13714293502617","imei2":"13714293502617","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171140,"job_number":"JOB_171140","tr_customer_id":171157,"tr_customer_product_id":171147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:12.000Z","modified_at":"2026-01-30T04:21:12.000Z","name":"Aurore Flatley","mobile_number":"563-354-8191","email_id":"Brook22@yahoo.com","dop":"2025-04-06","serial_number":"19090094799952550","imei1":"19090094799952550","imei2":"19090094799952550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171141,"job_number":"JOB_171141","tr_customer_id":171158,"tr_customer_product_id":171148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:12.000Z","modified_at":"2026-01-30T04:21:12.000Z","name":"Karen Klein","mobile_number":"258-217-4678","email_id":"Estell_Nolan26@yahoo.com","dop":"2025-04-06","serial_number":"14398215357247750","imei1":"14398215357247750","imei2":"14398215357247750","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171142,"job_number":"JOB_171142","tr_customer_id":171159,"tr_customer_product_id":171149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:13.000Z","modified_at":"2026-01-30T04:21:13.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18176245766075","imei1":"18176245766075","imei2":"18176245766075","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171146,"job_number":"JOB_171146","tr_customer_id":171163,"tr_customer_product_id":171153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:15.000Z","modified_at":"2026-01-30T04:21:15.000Z","name":"Erin Wunsch","mobile_number":"500-861-9769","email_id":"Marjory.Schmidt@gmail.com","dop":"2025-04-06","serial_number":"15846851874623872","imei1":"15846851874623872","imei2":"15846851874623872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171147,"job_number":"JOB_171147","tr_customer_id":171164,"tr_customer_product_id":171154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:20.000Z","modified_at":"2026-01-30T04:21:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11643954952817","imei1":"11643954952817","imei2":"11643954952817","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171149,"job_number":"JOB_171149","tr_customer_id":171166,"tr_customer_product_id":171156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:22.000Z","modified_at":"2026-01-30T04:21:22.000Z","name":"Grayce Steuber","mobile_number":"433-929-2924","email_id":"Aurelia42@yahoo.com","dop":"2025-04-06","serial_number":"10050657199825186","imei1":"10050657199825186","imei2":"10050657199825186","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171151,"job_number":"JOB_171151","tr_customer_id":171168,"tr_customer_product_id":171158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:23.000Z","modified_at":"2026-01-30T04:21:23.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13975514375578","imei1":"13975514375578","imei2":"13975514375578","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171153,"job_number":"JOB_171153","tr_customer_id":171170,"tr_customer_product_id":171160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:24.000Z","modified_at":"2026-01-30T04:21:24.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12572575665778","imei1":"12572575665778","imei2":"12572575665778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171155,"job_number":"JOB_171155","tr_customer_id":171172,"tr_customer_product_id":171162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:25.000Z","modified_at":"2026-01-30T04:21:25.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"79939252957262","imei1":"79939252957262","imei2":"79939252957262","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171156,"job_number":"JOB_171156","tr_customer_id":171173,"tr_customer_product_id":171163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:25.000Z","modified_at":"2026-01-30T04:21:25.000Z","name":"Aniya Murazik","mobile_number":"322-627-0002","email_id":"Winfield_Vandervort@gmail.com","dop":"2025-04-06","serial_number":"16659236109275940","imei1":"16659236109275940","imei2":"16659236109275940","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171157,"job_number":"JOB_171157","tr_customer_id":171174,"tr_customer_product_id":171164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:26.000Z","modified_at":"2026-01-30T04:21:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15910569634426","imei1":"15910569634426","imei2":"15910569634426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171158,"job_number":"JOB_171158","tr_customer_id":171175,"tr_customer_product_id":171165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:26.000Z","modified_at":"2026-01-30T04:21:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16872699326375","imei1":"16872699326375","imei2":"16872699326375","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171161,"job_number":"JOB_171161","tr_customer_id":171178,"tr_customer_product_id":171168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:27.000Z","modified_at":"2026-01-30T04:21:27.000Z","name":"Mustafa Kuhn","mobile_number":"912-493-1338","email_id":"Malinda_Corkery@yahoo.com","dop":"2025-04-06","serial_number":"14035183049595468","imei1":"14035183049595468","imei2":"14035183049595468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171162,"job_number":"JOB_171162","tr_customer_id":171179,"tr_customer_product_id":171169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:28.000Z","modified_at":"2026-01-30T04:21:28.000Z","name":"Janet Wisozk","mobile_number":"451-478-0380","email_id":"Zachery.Trantow@hotmail.com","dop":"2025-04-06","serial_number":"17314327491275152","imei1":"17314327491275152","imei2":"17314327491275152","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171167,"job_number":"JOB_171167","tr_customer_id":171184,"tr_customer_product_id":171174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:36.000Z","modified_at":"2026-01-30T04:21:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19349527487445","imei1":"19349527487445","imei2":"19349527487445","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171169,"job_number":"JOB_171169","tr_customer_id":171186,"tr_customer_product_id":171176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:37.000Z","modified_at":"2026-01-30T04:21:37.000Z","name":"Tristin Rice","mobile_number":"964-441-2429","email_id":"Casimer1@yahoo.com","dop":"2025-04-06","serial_number":"11065823219439082","imei1":"11065823219439082","imei2":"11065823219439082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171170,"job_number":"JOB_171170","tr_customer_id":171187,"tr_customer_product_id":171177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:41.000Z","modified_at":"2026-01-30T04:21:41.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11013865804194","imei1":"11013865804194","imei2":"11013865804194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171172,"job_number":"JOB_171172","tr_customer_id":171189,"tr_customer_product_id":171179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:43.000Z","modified_at":"2026-01-30T04:21:43.000Z","name":"Mose Cole","mobile_number":"294-329-7352","email_id":"Antone36@gmail.com","dop":"2025-04-06","serial_number":"10074333549551858","imei1":"10074333549551858","imei2":"10074333549551858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171173,"job_number":"JOB_171173","tr_customer_id":171190,"tr_customer_product_id":171180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:46.000Z","modified_at":"2026-01-30T04:21:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11456612834737","imei1":"11456612834737","imei2":"11456612834737","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171178,"job_number":"JOB_171178","tr_customer_id":171195,"tr_customer_product_id":171185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:48.000Z","modified_at":"2026-01-30T04:21:48.000Z","name":"Ashlee Feest","mobile_number":"238-405-9120","email_id":"Anjali_Steuber63@gmail.com","dop":"2025-04-06","serial_number":"15591575254436972","imei1":"15591575254436972","imei2":"15591575254436972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171182,"job_number":"JOB_171182","tr_customer_id":171199,"tr_customer_product_id":171189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:49.000Z","modified_at":"2026-01-30T04:21:49.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"19182914204528","imei1":"19182914204528","imei2":"19182914204528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171185,"job_number":"JOB_171185","tr_customer_id":171202,"tr_customer_product_id":171192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:51.000Z","modified_at":"2026-01-30T04:21:51.000Z","name":"Forest Bernhard","mobile_number":"588-635-6685","email_id":"Justine.Trantow@gmail.com","dop":"2025-04-06","serial_number":"19613373375737250","imei1":"19613373375737250","imei2":"19613373375737250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171186,"job_number":"JOB_171186","tr_customer_id":171203,"tr_customer_product_id":171193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:53.000Z","modified_at":"2026-01-30T04:21:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19045978191441","imei1":"19045978191441","imei2":"19045978191441","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171188,"job_number":"JOB_171188","tr_customer_id":171205,"tr_customer_product_id":171195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:54.000Z","modified_at":"2026-01-30T04:21:54.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18107180046001","imei1":"18107180046001","imei2":"18107180046001","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171190,"job_number":"JOB_171190","tr_customer_id":171207,"tr_customer_product_id":171197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:55.000Z","modified_at":"2026-01-30T04:21:55.000Z","name":"Neva Ruecker","mobile_number":"865-843-6317","email_id":"Manuel0@gmail.com","dop":"2025-04-06","serial_number":"14774233739138378","imei1":"14774233739138378","imei2":"14774233739138378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171191,"job_number":"JOB_171191","tr_customer_id":171208,"tr_customer_product_id":171198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:55.000Z","modified_at":"2026-01-30T04:21:56.000Z","name":"Abigale Schowalter","mobile_number":"426-725-5354","email_id":"Cullen69@gmail.com","dop":"2025-04-06","serial_number":"19622860221436948","imei1":"19622860221436948","imei2":"19622860221436948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171195,"job_number":"JOB_171195","tr_customer_id":171212,"tr_customer_product_id":171202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:05.000Z","modified_at":"2026-01-30T04:22:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10791529943008","imei1":"10791529943008","imei2":"10791529943008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171197,"job_number":"JOB_171197","tr_customer_id":171214,"tr_customer_product_id":171204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:07.000Z","modified_at":"2026-01-30T04:22:07.000Z","name":"Benny Sporer","mobile_number":"497-543-1503","email_id":"Vinnie_Frami@hotmail.com","dop":"2025-04-06","serial_number":"14909847439509902","imei1":"14909847439509902","imei2":"14909847439509902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171198,"job_number":"JOB_171198","tr_customer_id":171215,"tr_customer_product_id":171205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:21.000Z","modified_at":"2026-01-30T04:22:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19486982035805","imei1":"19486982035805","imei2":"19486982035805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171200,"job_number":"JOB_171200","tr_customer_id":171217,"tr_customer_product_id":171207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:23.000Z","modified_at":"2026-01-30T04:22:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18092013293194","imei1":"18092013293194","imei2":"18092013293194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171201,"job_number":"JOB_171201","tr_customer_id":171218,"tr_customer_product_id":171208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:23.000Z","modified_at":"2026-01-30T04:22:23.000Z","name":"Yasmin Stiedemann","mobile_number":"637-956-7788","email_id":"Jovany_Dare71@gmail.com","dop":"2025-04-06","serial_number":"18322374918490020","imei1":"18322374918490020","imei2":"18322374918490020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171203,"job_number":"JOB_171203","tr_customer_id":171220,"tr_customer_product_id":171210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:24.000Z","modified_at":"2026-01-30T04:22:24.000Z","name":"Shanny Langosh","mobile_number":"479-821-8901","email_id":"Lelah.Frami51@hotmail.com","dop":"2025-04-06","serial_number":"15749746972984424","imei1":"15749746972984424","imei2":"15749746972984424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171204,"job_number":"JOB_171204","tr_customer_id":171221,"tr_customer_product_id":171211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:31.000Z","modified_at":"2026-01-30T04:22:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10399943841144","imei1":"10399943841144","imei2":"10399943841144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171206,"job_number":"JOB_171206","tr_customer_id":171223,"tr_customer_product_id":171213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:32.000Z","modified_at":"2026-01-30T04:22:32.000Z","name":"Amalia Mills","mobile_number":"324-681-8598","email_id":"Ron28@yahoo.com","dop":"2025-04-06","serial_number":"15970487449770618","imei1":"15970487449770618","imei2":"15970487449770618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171210,"job_number":"JOB_171210","tr_customer_id":171227,"tr_customer_product_id":171217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:36.000Z","modified_at":"2026-01-30T04:22:36.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15597096697630","imei1":"15597096697630","imei2":"15597096697630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171212,"job_number":"JOB_171212","tr_customer_id":171229,"tr_customer_product_id":171219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:37.000Z","modified_at":"2026-01-30T04:22:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10438647031695","imei1":"10438647031695","imei2":"10438647031695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171213,"job_number":"JOB_171213","tr_customer_id":171230,"tr_customer_product_id":171220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:37.000Z","modified_at":"2026-01-30T04:22:37.000Z","name":"Madelyn Crona","mobile_number":"617-893-3283","email_id":"Connie_Metz87@gmail.com","dop":"2025-04-06","serial_number":"15166292613630514","imei1":"15166292613630514","imei2":"15166292613630514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171215,"job_number":"JOB_171215","tr_customer_id":171232,"tr_customer_product_id":171222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:39.000Z","modified_at":"2026-01-30T04:22:39.000Z","name":"Stanford Hermiston","mobile_number":"309-949-8683","email_id":"Monte55@hotmail.com","dop":"2025-04-06","serial_number":"16523640268083688","imei1":"16523640268083688","imei2":"16523640268083688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171216,"job_number":"JOB_171216","tr_customer_id":171233,"tr_customer_product_id":171223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:24.000Z","modified_at":"2026-01-30T04:26:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68165893365844","imei1":"68165893365844","imei2":"68165893365844","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171217,"job_number":"JOB_171217","tr_customer_id":171234,"tr_customer_product_id":171224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:25.000Z","modified_at":"2026-01-30T04:26:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50230575454873","imei1":"50230575454873","imei2":"50230575454873","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171218,"job_number":"JOB_171218","tr_customer_id":171235,"tr_customer_product_id":171225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:25.000Z","modified_at":"2026-01-30T04:26:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45516248057217","imei1":"45516248057217","imei2":"45516248057217","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171219,"job_number":"JOB_171219","tr_customer_id":171236,"tr_customer_product_id":171226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:25.000Z","modified_at":"2026-01-30T04:26:25.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97918493716764","imei1":"97918493716764","imei2":"97918493716764","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171220,"job_number":"JOB_171220","tr_customer_id":171237,"tr_customer_product_id":171227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:26.000Z","modified_at":"2026-01-30T04:26:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42590853375783","imei1":"42590853375783","imei2":"42590853375783","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171221,"job_number":"JOB_171221","tr_customer_id":171238,"tr_customer_product_id":171228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:26.000Z","modified_at":"2026-01-30T04:26:26.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50111375755706","imei1":"50111375755706","imei2":"50111375755706","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171223,"job_number":"JOB_171223","tr_customer_id":171240,"tr_customer_product_id":171230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:58.000Z","modified_at":"2026-01-30T04:26:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32360882111424","imei1":"32360882111424","imei2":"32360882111424","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171224,"job_number":"JOB_171224","tr_customer_id":171241,"tr_customer_product_id":171231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:58.000Z","modified_at":"2026-01-30T04:26:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36696771861835","imei1":"36696771861835","imei2":"36696771861835","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171225,"job_number":"JOB_171225","tr_customer_id":171242,"tr_customer_product_id":171232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:58.000Z","modified_at":"2026-01-30T04:26:58.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"77356460039342","imei1":"77356460039342","imei2":"77356460039342","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171226,"job_number":"JOB_171226","tr_customer_id":171243,"tr_customer_product_id":171233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:59.000Z","modified_at":"2026-01-30T04:26:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"44813251435698","imei1":"44813251435698","imei2":"44813251435698","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171227,"job_number":"JOB_171227","tr_customer_id":171244,"tr_customer_product_id":171234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:59.000Z","modified_at":"2026-01-30T04:26:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40196297666119","imei1":"40196297666119","imei2":"40196297666119","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171228,"job_number":"JOB_171228","tr_customer_id":171245,"tr_customer_product_id":171235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:59.000Z","modified_at":"2026-01-30T04:26:59.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"34266284520785","imei1":"34266284520785","imei2":"34266284520785","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:26:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171230,"job_number":"JOB_171230","tr_customer_id":171247,"tr_customer_product_id":171237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:30.000Z","modified_at":"2026-01-30T04:27:30.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69066471103613","imei1":"69066471103613","imei2":"69066471103613","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171231,"job_number":"JOB_171231","tr_customer_id":171248,"tr_customer_product_id":171238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:31.000Z","modified_at":"2026-01-30T04:27:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41548994759976","imei1":"41548994759976","imei2":"41548994759976","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171232,"job_number":"JOB_171232","tr_customer_id":171249,"tr_customer_product_id":171239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:31.000Z","modified_at":"2026-01-30T04:27:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50398662904799","imei1":"50398662904799","imei2":"50398662904799","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171233,"job_number":"JOB_171233","tr_customer_id":171250,"tr_customer_product_id":171240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:31.000Z","modified_at":"2026-01-30T04:27:31.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92289060463279","imei1":"92289060463279","imei2":"92289060463279","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171234,"job_number":"JOB_171234","tr_customer_id":171251,"tr_customer_product_id":171241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:32.000Z","modified_at":"2026-01-30T04:27:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95043084725679","imei1":"95043084725679","imei2":"95043084725679","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171235,"job_number":"JOB_171235","tr_customer_id":171252,"tr_customer_product_id":171242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:32.000Z","modified_at":"2026-01-30T04:27:32.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40314052249079","imei1":"40314052249079","imei2":"40314052249079","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:27:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171239,"job_number":"JOB_171239","tr_customer_id":171256,"tr_customer_product_id":171246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:06:28.000Z","modified_at":"2026-01-30T05:06:28.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"44492326259131","imei1":"44492326259131","imei2":"44492326259131","popurl":"2026-01-20T05:06:28.238559035Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:06:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171240,"job_number":"JOB_171240","tr_customer_id":171257,"tr_customer_product_id":171247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:06:31.000Z","modified_at":"2026-01-30T05:06:31.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-20","serial_number":"94988867562782","imei1":"94988867562782","imei2":"94988867562782","popurl":"2026-01-20T05:06:30.816405359Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:06:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171241,"job_number":"JOB_171241","tr_customer_id":171258,"tr_customer_product_id":171248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:11:43.000Z","modified_at":"2026-01-30T05:11:43.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103654342872658","imei1":"103654342872658","imei2":"103654342872658","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:11:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171243,"job_number":"JOB_171243","tr_customer_id":171260,"tr_customer_product_id":171250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:11:56.000Z","modified_at":"2026-01-30T05:11:56.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"109721411806758","imei1":"109721411806758","imei2":"109721411806758","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:11:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171246,"job_number":"JOB_171246","tr_customer_id":171263,"tr_customer_product_id":171253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:30:05.000Z","modified_at":"2026-01-30T05:30:06.000Z","name":"Hillary Huels","mobile_number":"440-720-2758","email_id":"Parker.Franecki52@hotmail.com","dop":"2025-04-06","serial_number":"13442540163156602","imei1":"13442540163156602","imei2":"13442540163156602","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:30:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171248,"job_number":"JOB_171248","tr_customer_id":171265,"tr_customer_product_id":171255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:30:34.000Z","modified_at":"2026-01-30T05:30:34.000Z","name":"Sadie Hills","mobile_number":"486-376-6669","email_id":"Adriana92@gmail.com","dop":"2025-04-06","serial_number":"10176398618220392","imei1":"10176398618220392","imei2":"10176398618220392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:30:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171250,"job_number":"JOB_171250","tr_customer_id":171267,"tr_customer_product_id":171257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:36:00.000Z","modified_at":"2026-01-30T05:36:00.000Z","name":"Cindy Weber","mobile_number":"793-436-1824","email_id":"Brisa.McLaughlin@gmail.com","dop":"2025-04-06","serial_number":"16464233850864918","imei1":"16464233850864918","imei2":"16464233850864918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171252,"job_number":"JOB_171252","tr_customer_id":171269,"tr_customer_product_id":171259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:36:45.000Z","modified_at":"2026-01-30T05:36:45.000Z","name":"Ruthie West","mobile_number":"936-777-9716","email_id":"Jaylan.Champlin@yahoo.com","dop":"2025-04-06","serial_number":"18938842716442600","imei1":"18938842716442600","imei2":"18938842716442600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:36:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171254,"job_number":"JOB_171254","tr_customer_id":171271,"tr_customer_product_id":171261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:37:30.000Z","modified_at":"2026-01-30T05:37:30.000Z","name":"Tyreek Miller","mobile_number":"262-217-5818","email_id":"Leanne.Kutch@gmail.com","dop":"2025-04-06","serial_number":"12247188256887778","imei1":"12247188256887778","imei2":"12247188256887778","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:37:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171255,"job_number":"JOB_171255","tr_customer_id":171272,"tr_customer_product_id":171262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Mechelle Stracke","mobile_number":"7099314516","email_id":"windy.gleason@yahoo.com","dop":"2026-01-20","serial_number":"572666053020437","imei1":"498384250923512","imei2":"890435172846539","popurl":"www.leoma-swaniawski.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171256,"job_number":"JOB_171256","tr_customer_id":171273,"tr_customer_product_id":171263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Cedrick Franecki","mobile_number":"7078678597","email_id":"shelba.hessel@gmail.com","dop":"2026-01-20","serial_number":"238276324961790","imei1":"010576607716187","imei2":"163987280620345","popurl":"www.providencia-greenholt.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171257,"job_number":"JOB_171257","tr_customer_id":171274,"tr_customer_product_id":171264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Ceola Nitzsche","mobile_number":"7054427024","email_id":"claud.medhurst@gmail.com","dop":"2026-01-20","serial_number":"768356234766334","imei1":"452469915347785","imei2":"325373290351874","popurl":"www.kristian-ritchie.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171258,"job_number":"JOB_171258","tr_customer_id":171275,"tr_customer_product_id":171265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Clark Yost","mobile_number":"7036900967","email_id":"lyle.goodwin@hotmail.com","dop":"2026-01-20","serial_number":"491884467495444","imei1":"016174267256365","imei2":"912381369241386","popurl":"www.marco-swift.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171259,"job_number":"JOB_171259","tr_customer_id":171276,"tr_customer_product_id":171266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:47:14.000Z","modified_at":"2026-01-30T05:47:14.000Z","name":"Margarette Lueilwitz","mobile_number":"7085478763","email_id":"julio.koch@yahoo.com","dop":"2026-01-20","serial_number":"412860258341152","imei1":"813171604214463","imei2":"485612585521118","popurl":"www.jonathon-wilkinson.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171260,"job_number":"JOB_171260","tr_customer_id":171277,"tr_customer_product_id":171267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Laronda Torphy","mobile_number":"7025021474","email_id":"william.stehr@gmail.com","dop":"2026-01-20","serial_number":"972441054471604","imei1":"686754197654528","imei2":"926554475411645","popurl":"www.abram-hansen.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171261,"job_number":"JOB_171261","tr_customer_id":171278,"tr_customer_product_id":171268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Chester Hayes","mobile_number":"7045727611","email_id":"luetta.waters@gmail.com","dop":"2026-01-20","serial_number":"838903341815602","imei1":"976467245767710","imei2":"795221116181019","popurl":"www.maryalice-prosacco.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171262,"job_number":"JOB_171262","tr_customer_id":171279,"tr_customer_product_id":171269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Sharmaine Morar","mobile_number":"7049135324","email_id":"norah.johnson@hotmail.com","dop":"2026-01-20","serial_number":"929996546076416","imei1":"573566954401823","imei2":"761359974709772","popurl":"www.fred-wisoky.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171263,"job_number":"JOB_171263","tr_customer_id":171280,"tr_customer_product_id":171270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Vi Harber","mobile_number":"7064000175","email_id":"leigh.bergnaum@hotmail.com","dop":"2026-01-20","serial_number":"616610043460910","imei1":"155654986123458","imei2":"310585677560027","popurl":"www.emilio-schoen.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171264,"job_number":"JOB_171264","tr_customer_id":171281,"tr_customer_product_id":171271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:49:38.000Z","modified_at":"2026-01-30T05:49:38.000Z","name":"Mina Lesch","mobile_number":"7082372665","email_id":"suzie.marks@yahoo.com","dop":"2026-01-20","serial_number":"701044727612722","imei1":"376613410787939","imei2":"942991546876059","popurl":"www.joe-buckridge.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171265,"job_number":"JOB_171265","tr_customer_id":171282,"tr_customer_product_id":171272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Wilburn Bergstrom","mobile_number":"7013353968","email_id":"asa.ryan@gmail.com","dop":"2026-01-20","serial_number":"623635974871693","imei1":"242619460205683","imei2":"965083142035508","popurl":"www.megan-kuhic.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171266,"job_number":"JOB_171266","tr_customer_id":171284,"tr_customer_product_id":171273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Jacinto Kozey","mobile_number":"7022960780","email_id":"adan.kihn@yahoo.com","dop":"2026-01-20","serial_number":"573428908551433","imei1":"054924308963273","imei2":"284649389869029","popurl":"www.emmitt-schulist.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171267,"job_number":"JOB_171267","tr_customer_id":171283,"tr_customer_product_id":171274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Conception Mills","mobile_number":"7045496618","email_id":"daphne.mayer@gmail.com","dop":"2026-01-20","serial_number":"263444539501114","imei1":"164269333423350","imei2":"644376740033112","popurl":"www.nery-kuphal.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171268,"job_number":"JOB_171268","tr_customer_id":171285,"tr_customer_product_id":171275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Floyd Jaskolski","mobile_number":"7052180863","email_id":"latashia.beahan@yahoo.com","dop":"2026-01-20","serial_number":"380992307916679","imei1":"944089403776228","imei2":"617770173665034","popurl":"www.miquel-flatley.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171269,"job_number":"JOB_171269","tr_customer_id":171286,"tr_customer_product_id":171276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:52:41.000Z","modified_at":"2026-01-30T05:52:41.000Z","name":"Shela Bashirian","mobile_number":"7054494394","email_id":"kittie.hettinger@gmail.com","dop":"2026-01-20","serial_number":"060213496186556","imei1":"289633814379277","imei2":"422413910083233","popurl":"www.humberto-hammes.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:52:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171270,"job_number":"JOB_171270","tr_customer_id":171287,"tr_customer_product_id":171277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Darius Anderson","mobile_number":"7097564929","email_id":"odette.keeling@yahoo.com","dop":"2026-01-20","serial_number":"758725336219691","imei1":"578129971270282","imei2":"900822568283921","popurl":"www.donnie-hirthe.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171271,"job_number":"JOB_171271","tr_customer_id":171288,"tr_customer_product_id":171278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Felisha Senger","mobile_number":"7002630667","email_id":"babara.hauck@gmail.com","dop":"2026-01-20","serial_number":"713857290800578","imei1":"498239871993302","imei2":"069643077108131","popurl":"www.patricia-glover.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171272,"job_number":"JOB_171272","tr_customer_id":171289,"tr_customer_product_id":171279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Martin Herzog","mobile_number":"7048489618","email_id":"stewart.boyle@yahoo.com","dop":"2026-01-20","serial_number":"642548287437421","imei1":"001494208315496","imei2":"220970376417477","popurl":"www.frederica-durgan.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171273,"job_number":"JOB_171273","tr_customer_id":171291,"tr_customer_product_id":171280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Charity Hagenes","mobile_number":"7056781630","email_id":"edwardo.schulist@yahoo.com","dop":"2026-01-20","serial_number":"207775557780019","imei1":"141317159035208","imei2":"770188941722539","popurl":"www.nikki-cassin.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171274,"job_number":"JOB_171274","tr_customer_id":171290,"tr_customer_product_id":171281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Margarito Purdy","mobile_number":"7049896781","email_id":"nelda.sauer@hotmail.com","dop":"2026-01-20","serial_number":"555087379422001","imei1":"781499275048964","imei2":"068666357976210","popurl":"www.dia-stokes.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171275,"job_number":"JOB_171275","tr_customer_id":171292,"tr_customer_product_id":171282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Eura Swift","mobile_number":"7001842203","email_id":"stewart.kuvalis@yahoo.com","dop":"2026-01-20","serial_number":"826652378492166","imei1":"677566223021085","imei2":"460924875045151","popurl":"www.gwyn-wiza.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171276,"job_number":"JOB_171276","tr_customer_id":171293,"tr_customer_product_id":171283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Patrick Hudson","mobile_number":"7018081216","email_id":"paul.waters@hotmail.com","dop":"2026-01-20","serial_number":"380785726166291","imei1":"500837556582087","imei2":"956176460929887","popurl":"www.robt-wunsch.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171277,"job_number":"JOB_171277","tr_customer_id":171294,"tr_customer_product_id":171284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Hai Jakubowski","mobile_number":"7036325365","email_id":"harry.becker@yahoo.com","dop":"2026-01-20","serial_number":"400672857448585","imei1":"906922527643994","imei2":"116140246894846","popurl":"www.chuck-powlowski.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171278,"job_number":"JOB_171278","tr_customer_id":171295,"tr_customer_product_id":171285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Rosetta MacGyver","mobile_number":"7001482526","email_id":"kurtis.dare@hotmail.com","dop":"2026-01-20","serial_number":"948980902782389","imei1":"110367369457101","imei2":"538514891420431","popurl":"www.toi-gutmann.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171279,"job_number":"JOB_171279","tr_customer_id":171296,"tr_customer_product_id":171286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:37.000Z","modified_at":"2026-01-30T05:55:37.000Z","name":"Merrie Davis","mobile_number":"7070612816","email_id":"rey.armstrong@hotmail.com","dop":"2026-01-20","serial_number":"981135890916648","imei1":"432334546733783","imei2":"633851218106331","popurl":"www.galen-johnson.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171280,"job_number":"JOB_171280","tr_customer_id":171297,"tr_customer_product_id":171287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Rogelio Howell","mobile_number":"7047198962","email_id":"tama.bosco@hotmail.com","dop":"2026-01-20","serial_number":"620230799896431","imei1":"382577882871484","imei2":"651505170758353","popurl":"www.rocio-yost.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171281,"job_number":"JOB_171281","tr_customer_id":171298,"tr_customer_product_id":171288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Jerrold Hettinger","mobile_number":"7014609769","email_id":"alfonso.nitzsche@gmail.com","dop":"2026-01-20","serial_number":"298271036192099","imei1":"493301056721234","imei2":"806543001633283","popurl":"www.leif-leannon.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171282,"job_number":"JOB_171282","tr_customer_id":171299,"tr_customer_product_id":171289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Leia Wilderman","mobile_number":"7081764293","email_id":"charlie.kshlerin@yahoo.com","dop":"2026-01-20","serial_number":"847215224174939","imei1":"616657187339376","imei2":"790766060331074","popurl":"www.elroy-buckridge.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171283,"job_number":"JOB_171283","tr_customer_id":171300,"tr_customer_product_id":171290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Corina Keebler","mobile_number":"7012242008","email_id":"donte.armstrong@gmail.com","dop":"2026-01-20","serial_number":"254436800512874","imei1":"542141292010198","imei2":"677410120059873","popurl":"www.monte-douglas.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171284,"job_number":"JOB_171284","tr_customer_id":171301,"tr_customer_product_id":171291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Ping Williamson","mobile_number":"7019746611","email_id":"tommie.predovic@yahoo.com","dop":"2026-01-20","serial_number":"091790878881049","imei1":"177114594404262","imei2":"853646222958487","popurl":"www.olen-kuhn.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171285,"job_number":"JOB_171285","tr_customer_id":171302,"tr_customer_product_id":171292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Gertie Feil","mobile_number":"7053090139","email_id":"jimmie.borer@gmail.com","dop":"2026-01-20","serial_number":"606341795059464","imei1":"631296331161559","imei2":"941897190477117","popurl":"www.fermin-baumbach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171286,"job_number":"JOB_171286","tr_customer_id":171303,"tr_customer_product_id":171293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Heriberto Dare","mobile_number":"7050317234","email_id":"jonas.schneider@gmail.com","dop":"2026-01-20","serial_number":"521380277078461","imei1":"449668329731456","imei2":"542018027928858","popurl":"www.dave-beahan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171287,"job_number":"JOB_171287","tr_customer_id":171304,"tr_customer_product_id":171294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Marlyn Schiller","mobile_number":"7099628598","email_id":"val.barrows@yahoo.com","dop":"2026-01-20","serial_number":"916071023365421","imei1":"720851075151568","imei2":"400866920625810","popurl":"www.charlette-willms.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171288,"job_number":"JOB_171288","tr_customer_id":171305,"tr_customer_product_id":171295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Kirsten Senger","mobile_number":"7097079404","email_id":"dexter.gleason@hotmail.com","dop":"2026-01-20","serial_number":"563714483928251","imei1":"123991720083125","imei2":"002947736462201","popurl":"www.georgene-ullrich.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171289,"job_number":"JOB_171289","tr_customer_id":171306,"tr_customer_product_id":171296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:38.000Z","modified_at":"2026-01-30T05:55:38.000Z","name":"Kam Lowe","mobile_number":"7001121305","email_id":"alyse.pacocha@hotmail.com","dop":"2026-01-20","serial_number":"688350530513191","imei1":"232348310637105","imei2":"687112166095974","popurl":"www.chrystal-bruen.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171290,"job_number":"JOB_171290","tr_customer_id":171307,"tr_customer_product_id":171297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Raymundo Lehner","mobile_number":"7026882957","email_id":"jackie.heaney@hotmail.com","dop":"2026-01-20","serial_number":"329196997117307","imei1":"315729494463659","imei2":"856215408405094","popurl":"www.monty-ernser.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171291,"job_number":"JOB_171291","tr_customer_id":171309,"tr_customer_product_id":171298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Angle Bosco","mobile_number":"7006739450","email_id":"taunya.hettinger@gmail.com","dop":"2026-01-20","serial_number":"756406649999859","imei1":"297677764704882","imei2":"923920695219972","popurl":"www.milagro-roob.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171292,"job_number":"JOB_171292","tr_customer_id":171308,"tr_customer_product_id":171299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Melanie Bode","mobile_number":"7082822385","email_id":"matthew.nitzsche@yahoo.com","dop":"2026-01-20","serial_number":"445282738789803","imei1":"137857908041800","imei2":"753072165846076","popurl":"www.elodia-green.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171293,"job_number":"JOB_171293","tr_customer_id":171310,"tr_customer_product_id":171300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Quinn Kreiger","mobile_number":"7009979625","email_id":"alexia.kuvalis@hotmail.com","dop":"2026-01-20","serial_number":"854318010154538","imei1":"861088907597622","imei2":"185817212957150","popurl":"www.ellan-muller.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171294,"job_number":"JOB_171294","tr_customer_id":171311,"tr_customer_product_id":171301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Darrel Corwin","mobile_number":"7057047003","email_id":"lyman.wiegand@hotmail.com","dop":"2026-01-20","serial_number":"237175470271655","imei1":"032486600368255","imei2":"446173791097521","popurl":"www.erin-runolfsson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171295,"job_number":"JOB_171295","tr_customer_id":171312,"tr_customer_product_id":171302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Mittie Barton","mobile_number":"7028648701","email_id":"emmie.schuster@gmail.com","dop":"2026-01-20","serial_number":"924393276295249","imei1":"309472988490565","imei2":"658495554469434","popurl":"www.tyler-goodwin.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171296,"job_number":"JOB_171296","tr_customer_id":171313,"tr_customer_product_id":171303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Williams Wilderman","mobile_number":"7004300651","email_id":"allena.lang@gmail.com","dop":"2026-01-20","serial_number":"713854897368234","imei1":"409939976558701","imei2":"735582385868358","popurl":"www.simona-altenwerth.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171297,"job_number":"JOB_171297","tr_customer_id":171314,"tr_customer_product_id":171304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Manie Schaefer","mobile_number":"7083348073","email_id":"katheleen.toy@yahoo.com","dop":"2026-01-20","serial_number":"947390877324960","imei1":"944637172852648","imei2":"144334355109576","popurl":"www.guadalupe-donnelly.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171298,"job_number":"JOB_171298","tr_customer_id":171315,"tr_customer_product_id":171305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Suzi Gutkowski","mobile_number":"7000348900","email_id":"tammi.ward@yahoo.com","dop":"2026-01-20","serial_number":"521796092686116","imei1":"895769951233287","imei2":"451086771861443","popurl":"www.bobby-howell.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171299,"job_number":"JOB_171299","tr_customer_id":171316,"tr_customer_product_id":171306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:40.000Z","modified_at":"2026-01-30T05:55:40.000Z","name":"Rocky Becker","mobile_number":"7033551283","email_id":"alberto.powlowski@yahoo.com","dop":"2026-01-20","serial_number":"399236703668613","imei1":"338145194685861","imei2":"214652828394383","popurl":"www.helaine-lynch.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171300,"job_number":"JOB_171300","tr_customer_id":171317,"tr_customer_product_id":171307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Quinton Little","mobile_number":"7038957880","email_id":"anabel.price@yahoo.com","dop":"2026-01-20","serial_number":"630296100037005","imei1":"097816377351172","imei2":"904960290408004","popurl":"www.merlin-marks.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171301,"job_number":"JOB_171301","tr_customer_id":171318,"tr_customer_product_id":171308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Ophelia Rice","mobile_number":"7046698561","email_id":"merlin.hayes@gmail.com","dop":"2026-01-20","serial_number":"354178160521808","imei1":"455855935314235","imei2":"273275603966270","popurl":"www.dirk-bauch.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171302,"job_number":"JOB_171302","tr_customer_id":171319,"tr_customer_product_id":171309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Tom Hammes","mobile_number":"7000942450","email_id":"margarett.wisoky@yahoo.com","dop":"2026-01-20","serial_number":"752467710248004","imei1":"288185988413854","imei2":"299792988910928","popurl":"www.harris-volkman.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171303,"job_number":"JOB_171303","tr_customer_id":171320,"tr_customer_product_id":171310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Whitney Monahan","mobile_number":"7082537552","email_id":"nicola.effertz@gmail.com","dop":"2026-01-20","serial_number":"320853054357944","imei1":"854691824554205","imei2":"333310707553695","popurl":"www.philomena-cummings.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171304,"job_number":"JOB_171304","tr_customer_id":171322,"tr_customer_product_id":171311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Micheal Kuphal","mobile_number":"7053593462","email_id":"eula.yundt@hotmail.com","dop":"2026-01-20","serial_number":"781374517942592","imei1":"671122538259545","imei2":"180776559201212","popurl":"www.song-ortiz.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171305,"job_number":"JOB_171305","tr_customer_id":171321,"tr_customer_product_id":171312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Cyrus Kuhlman","mobile_number":"7058941188","email_id":"zachary.walter@hotmail.com","dop":"2026-01-20","serial_number":"828750392070931","imei1":"711725431974453","imei2":"121108258349178","popurl":"www.kortney-stehr.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171306,"job_number":"JOB_171306","tr_customer_id":171323,"tr_customer_product_id":171313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Caren Kozey","mobile_number":"7024358111","email_id":"morgan.harris@yahoo.com","dop":"2026-01-20","serial_number":"130268590698903","imei1":"762771362112646","imei2":"079198503697501","popurl":"www.cathie-fadel.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171307,"job_number":"JOB_171307","tr_customer_id":171324,"tr_customer_product_id":171314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Erasmo Jerde","mobile_number":"7077248713","email_id":"noelle.bednar@yahoo.com","dop":"2026-01-20","serial_number":"851784061286438","imei1":"990530413518809","imei2":"418220343943831","popurl":"www.christi-deckow.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171308,"job_number":"JOB_171308","tr_customer_id":171325,"tr_customer_product_id":171315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Charlie Reichel","mobile_number":"7019051130","email_id":"bethany.bayer@yahoo.com","dop":"2026-01-20","serial_number":"962454777702104","imei1":"330761018557061","imei2":"580522695193604","popurl":"www.jewell-brekke.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171309,"job_number":"JOB_171309","tr_customer_id":171326,"tr_customer_product_id":171316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:41.000Z","modified_at":"2026-01-30T05:55:41.000Z","name":"Ashly Muller","mobile_number":"7033151416","email_id":"deshawn.deckow@hotmail.com","dop":"2026-01-20","serial_number":"467004973717725","imei1":"123728033258318","imei2":"398747741128254","popurl":"www.tobi-schmitt.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171310,"job_number":"JOB_171310","tr_customer_id":171327,"tr_customer_product_id":171317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:42.000Z","modified_at":"2026-01-30T05:55:42.000Z","name":"Eleanora Ward","mobile_number":"7028648988","email_id":"arnette.wiegand@gmail.com","dop":"2026-01-20","serial_number":"570528850340114","imei1":"320870487801078","imei2":"710620712670116","popurl":"www.erick-sawayn.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171311,"job_number":"JOB_171311","tr_customer_id":171328,"tr_customer_product_id":171318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:42.000Z","modified_at":"2026-01-30T05:55:42.000Z","name":"Karen Armstrong","mobile_number":"7068288941","email_id":"jude.durgan@yahoo.com","dop":"2026-01-20","serial_number":"939118111250160","imei1":"898008289804416","imei2":"458935161560606","popurl":"www.annelle-ratke.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171312,"job_number":"JOB_171312","tr_customer_id":171329,"tr_customer_product_id":171319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:42.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Delmar Kuhlman","mobile_number":"7076639014","email_id":"morris.champlin@hotmail.com","dop":"2026-01-20","serial_number":"359966718293181","imei1":"269850488109661","imei2":"086271321760063","popurl":"www.elisa-hickle.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171313,"job_number":"JOB_171313","tr_customer_id":171330,"tr_customer_product_id":171320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Alise Strosin","mobile_number":"7029822744","email_id":"miquel.hauck@gmail.com","dop":"2026-01-20","serial_number":"113476940717789","imei1":"826707803695069","imei2":"114528807275329","popurl":"www.daphne-orn.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171314,"job_number":"JOB_171314","tr_customer_id":171331,"tr_customer_product_id":171321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Kathaleen Nolan","mobile_number":"7034353648","email_id":"kelley.smitham@yahoo.com","dop":"2026-01-20","serial_number":"215758379552571","imei1":"071950585874522","imei2":"912099833654560","popurl":"www.beverly-hand.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171315,"job_number":"JOB_171315","tr_customer_id":171332,"tr_customer_product_id":171322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Ariel Cummings","mobile_number":"7038642287","email_id":"irving.waelchi@yahoo.com","dop":"2026-01-20","serial_number":"463492551678414","imei1":"648186731601765","imei2":"480006720646052","popurl":"www.stuart-legros.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171316,"job_number":"JOB_171316","tr_customer_id":171333,"tr_customer_product_id":171323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Carol Klein","mobile_number":"7015590816","email_id":"brice.roob@yahoo.com","dop":"2026-01-20","serial_number":"710983340271287","imei1":"733109760191233","imei2":"361240509090824","popurl":"www.merle-hahn.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171317,"job_number":"JOB_171317","tr_customer_id":171334,"tr_customer_product_id":171324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Kyle Douglas","mobile_number":"7015148888","email_id":"tyson.sporer@yahoo.com","dop":"2026-01-20","serial_number":"766541170764355","imei1":"565784542446208","imei2":"538816603970844","popurl":"www.mack-crooks.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171318,"job_number":"JOB_171318","tr_customer_id":171335,"tr_customer_product_id":171325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Rico Gleichner","mobile_number":"7029157150","email_id":"noe.nitzsche@hotmail.com","dop":"2026-01-20","serial_number":"491736804658628","imei1":"493575193136037","imei2":"646049109562879","popurl":"www.estrella-mohr.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171319,"job_number":"JOB_171319","tr_customer_id":171336,"tr_customer_product_id":171326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:43.000Z","modified_at":"2026-01-30T05:55:43.000Z","name":"Jefferey Kris","mobile_number":"7099992313","email_id":"eldon.rau@hotmail.com","dop":"2026-01-20","serial_number":"383666994327856","imei1":"075128337433975","imei2":"655744289525468","popurl":"www.graham-konopelski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171320,"job_number":"JOB_171320","tr_customer_id":171337,"tr_customer_product_id":171327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Royal Klein","mobile_number":"7049889361","email_id":"linsey.feil@hotmail.com","dop":"2026-01-20","serial_number":"030365157241101","imei1":"841865954352253","imei2":"751180241466148","popurl":"www.keenan-goldner.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171321,"job_number":"JOB_171321","tr_customer_id":171338,"tr_customer_product_id":171328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Easter Baumbach","mobile_number":"7093036604","email_id":"kristopher.batz@hotmail.com","dop":"2026-01-20","serial_number":"914912160874195","imei1":"971588513580079","imei2":"736842994493543","popurl":"www.marilou-ferry.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171322,"job_number":"JOB_171322","tr_customer_id":171339,"tr_customer_product_id":171329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Otha Heathcote","mobile_number":"7022274597","email_id":"kasie.hyatt@yahoo.com","dop":"2026-01-20","serial_number":"051530957056078","imei1":"700307274917464","imei2":"381092289380151","popurl":"www.maggie-koepp.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171323,"job_number":"JOB_171323","tr_customer_id":171340,"tr_customer_product_id":171330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Yuk Walker","mobile_number":"7079057641","email_id":"idell.mcclure@gmail.com","dop":"2026-01-20","serial_number":"018953174275601","imei1":"197554091067559","imei2":"146793685141557","popurl":"www.chelsea-strosin.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171324,"job_number":"JOB_171324","tr_customer_id":171341,"tr_customer_product_id":171331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Lillie Spencer","mobile_number":"7048536157","email_id":"kasey.brown@gmail.com","dop":"2026-01-20","serial_number":"169151214653888","imei1":"606013340190024","imei2":"432370165611082","popurl":"www.erik-turcotte.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171325,"job_number":"JOB_171325","tr_customer_id":171342,"tr_customer_product_id":171332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Suzan Feil","mobile_number":"7017899097","email_id":"aron.mante@yahoo.com","dop":"2026-01-20","serial_number":"934554124274999","imei1":"643500244089838","imei2":"768905799936658","popurl":"www.elvis-walter.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171326,"job_number":"JOB_171326","tr_customer_id":171343,"tr_customer_product_id":171333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Vaughn Abshire","mobile_number":"7076898654","email_id":"sophia.beahan@gmail.com","dop":"2026-01-20","serial_number":"374887385152324","imei1":"236118919572179","imei2":"730551795153501","popurl":"www.cameron-labadie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171327,"job_number":"JOB_171327","tr_customer_id":171344,"tr_customer_product_id":171334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Darrick Schiller","mobile_number":"7007616646","email_id":"youlanda.waelchi@yahoo.com","dop":"2026-01-20","serial_number":"913360750542939","imei1":"044302794883510","imei2":"582414749359131","popurl":"www.damon-ohara.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171328,"job_number":"JOB_171328","tr_customer_id":171345,"tr_customer_product_id":171335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Andreas Kuhlman","mobile_number":"7080274718","email_id":"shawana.gutmann@yahoo.com","dop":"2026-01-20","serial_number":"833874154524629","imei1":"165684040934487","imei2":"312100825481361","popurl":"www.palmer-boyer.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171329,"job_number":"JOB_171329","tr_customer_id":171346,"tr_customer_product_id":171336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:44.000Z","modified_at":"2026-01-30T05:55:44.000Z","name":"Horace McLaughlin","mobile_number":"7069779472","email_id":"clarita.gottlieb@gmail.com","dop":"2026-01-20","serial_number":"582099164941029","imei1":"227114044654142","imei2":"156221871043903","popurl":"www.frankie-trantow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171330,"job_number":"JOB_171330","tr_customer_id":171347,"tr_customer_product_id":171337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Keenan Lang","mobile_number":"7088968871","email_id":"julius.becker@yahoo.com","dop":"2026-01-20","serial_number":"209260180327899","imei1":"298211817981988","imei2":"369635061744510","popurl":"www.janell-lowe.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171331,"job_number":"JOB_171331","tr_customer_id":171348,"tr_customer_product_id":171338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Patrick Lemke","mobile_number":"7007403986","email_id":"lindsay.feest@gmail.com","dop":"2026-01-20","serial_number":"022307895346513","imei1":"135070715406277","imei2":"424391515834522","popurl":"www.buck-parker.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171332,"job_number":"JOB_171332","tr_customer_id":171349,"tr_customer_product_id":171339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Daryl Walter","mobile_number":"7054905836","email_id":"rosalba.little@gmail.com","dop":"2026-01-20","serial_number":"973331501090102","imei1":"687295614282327","imei2":"705856612819515","popurl":"www.dominique-bernhard.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171333,"job_number":"JOB_171333","tr_customer_id":171350,"tr_customer_product_id":171340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Betty Wolff","mobile_number":"7017370882","email_id":"marisela.purdy@hotmail.com","dop":"2026-01-20","serial_number":"853721744842080","imei1":"789305070249993","imei2":"975196809715704","popurl":"www.brittaney-okon.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171334,"job_number":"JOB_171334","tr_customer_id":171351,"tr_customer_product_id":171341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Monty Streich","mobile_number":"7064317989","email_id":"sterling.schmidt@yahoo.com","dop":"2026-01-20","serial_number":"492146951984773","imei1":"681843052321560","imei2":"676830187061196","popurl":"www.nia-hamill.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171335,"job_number":"JOB_171335","tr_customer_id":171352,"tr_customer_product_id":171342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Stephan Beier","mobile_number":"7028352644","email_id":"dusty.swift@gmail.com","dop":"2026-01-20","serial_number":"848429255648885","imei1":"640703781449972","imei2":"665248918196321","popurl":"www.alaine-olson.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171336,"job_number":"JOB_171336","tr_customer_id":171353,"tr_customer_product_id":171343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Mark Harris","mobile_number":"7019203537","email_id":"kerry.abbott@gmail.com","dop":"2026-01-20","serial_number":"158636126981963","imei1":"462749841897112","imei2":"371272028423057","popurl":"www.drema-bernier.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171337,"job_number":"JOB_171337","tr_customer_id":171354,"tr_customer_product_id":171344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Caryn Mraz","mobile_number":"7012286778","email_id":"mardell.damore@gmail.com","dop":"2026-01-20","serial_number":"492422236760717","imei1":"953879803448535","imei2":"203247308133498","popurl":"www.nigel-huels.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171338,"job_number":"JOB_171338","tr_customer_id":171355,"tr_customer_product_id":171345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Roxann Krajcik","mobile_number":"7083524756","email_id":"eddie.fisher@yahoo.com","dop":"2026-01-20","serial_number":"894665896733248","imei1":"159345806106229","imei2":"831415349417924","popurl":"www.daren-stiedemann.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171339,"job_number":"JOB_171339","tr_customer_id":171356,"tr_customer_product_id":171346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:45.000Z","modified_at":"2026-01-30T05:55:45.000Z","name":"Marquis McKenzie","mobile_number":"7036712750","email_id":"neil.stroman@yahoo.com","dop":"2026-01-20","serial_number":"712805775036816","imei1":"462218474417448","imei2":"578419115520565","popurl":"www.catherina-johns.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171340,"job_number":"JOB_171340","tr_customer_id":171357,"tr_customer_product_id":171347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Shawana Bartell","mobile_number":"7039979523","email_id":"dortha.harris@gmail.com","dop":"2026-01-20","serial_number":"877536665877150","imei1":"364166343636287","imei2":"778855328820417","popurl":"www.leda-abbott.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171341,"job_number":"JOB_171341","tr_customer_id":171358,"tr_customer_product_id":171348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Shandi Schinner","mobile_number":"7065687824","email_id":"jessie.kertzmann@gmail.com","dop":"2026-01-20","serial_number":"850274205060159","imei1":"964112510529323","imei2":"315046121597884","popurl":"www.boris-morissette.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171342,"job_number":"JOB_171342","tr_customer_id":171359,"tr_customer_product_id":171349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Matthew Hudson","mobile_number":"7008094170","email_id":"andre.monahan@yahoo.com","dop":"2026-01-20","serial_number":"408659195680000","imei1":"133284790354959","imei2":"014125850736231","popurl":"www.corinne-abbott.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171343,"job_number":"JOB_171343","tr_customer_id":171360,"tr_customer_product_id":171350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:46.000Z","modified_at":"2026-01-30T05:55:46.000Z","name":"Mohammad Howell","mobile_number":"7034161108","email_id":"willodean.torp@hotmail.com","dop":"2026-01-20","serial_number":"557393980105678","imei1":"865949135880345","imei2":"286310765529782","popurl":"www.shirlene-funk.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171344,"job_number":"JOB_171344","tr_customer_id":171361,"tr_customer_product_id":171351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Inocencia McCullough","mobile_number":"7070412863","email_id":"ouida.emard@yahoo.com","dop":"2026-01-20","serial_number":"689899434329349","imei1":"704458332138095","imei2":"330556491938086","popurl":"www.irving-ziemann.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171345,"job_number":"JOB_171345","tr_customer_id":171362,"tr_customer_product_id":171352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Tiara Berge","mobile_number":"7024572240","email_id":"marty.price@hotmail.com","dop":"2026-01-20","serial_number":"701976783804628","imei1":"127828047744783","imei2":"793942879768999","popurl":"www.sharen-stokes.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171346,"job_number":"JOB_171346","tr_customer_id":171363,"tr_customer_product_id":171353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Granville Baumbach","mobile_number":"7022356100","email_id":"delta.cormier@gmail.com","dop":"2026-01-20","serial_number":"996804375718733","imei1":"602551415911801","imei2":"930078855823199","popurl":"www.cierra-crona.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171347,"job_number":"JOB_171347","tr_customer_id":171364,"tr_customer_product_id":171354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Luisa Bogan","mobile_number":"7067333858","email_id":"orval.upton@hotmail.com","dop":"2026-01-20","serial_number":"854300526798627","imei1":"677953650731126","imei2":"431990791433519","popurl":"www.eleonor-gutkowski.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171348,"job_number":"JOB_171348","tr_customer_id":171365,"tr_customer_product_id":171355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Tammera Metz","mobile_number":"7047053055","email_id":"marvin.schoen@gmail.com","dop":"2026-01-20","serial_number":"052515037263998","imei1":"138097395785825","imei2":"612058888985915","popurl":"www.reiko-haag.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171349,"job_number":"JOB_171349","tr_customer_id":171366,"tr_customer_product_id":171356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Damien Hegmann","mobile_number":"7090363996","email_id":"jerome.stamm@gmail.com","dop":"2026-01-20","serial_number":"246944316579449","imei1":"523090462055794","imei2":"779341923092163","popurl":"www.del-waters.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171350,"job_number":"JOB_171350","tr_customer_id":171367,"tr_customer_product_id":171357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:47.000Z","modified_at":"2026-01-30T05:55:47.000Z","name":"Tuyet Hamill","mobile_number":"7096352010","email_id":"gabriele.kutch@hotmail.com","dop":"2026-01-20","serial_number":"153056128550413","imei1":"269012477768882","imei2":"094785500498281","popurl":"www.norbert-gusikowski.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171351,"job_number":"JOB_171351","tr_customer_id":171368,"tr_customer_product_id":171358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Darrick Berge","mobile_number":"7087668523","email_id":"arturo.davis@gmail.com","dop":"2026-01-20","serial_number":"647399180273864","imei1":"458357599291083","imei2":"782248925382212","popurl":"www.thomas-weber.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171352,"job_number":"JOB_171352","tr_customer_id":171369,"tr_customer_product_id":171359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Sherwood Fadel","mobile_number":"7011843943","email_id":"david.zieme@yahoo.com","dop":"2026-01-20","serial_number":"789671532689752","imei1":"563711768576478","imei2":"057048674402843","popurl":"www.gerri-sporer.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171353,"job_number":"JOB_171353","tr_customer_id":171370,"tr_customer_product_id":171360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Lashell O'Kon","mobile_number":"7025980012","email_id":"devon.roberts@gmail.com","dop":"2026-01-20","serial_number":"392770444299956","imei1":"872677543420725","imei2":"132521620430556","popurl":"www.fletcher-bartoletti.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171354,"job_number":"JOB_171354","tr_customer_id":171371,"tr_customer_product_id":171361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Vincenza Collins","mobile_number":"7024641008","email_id":"winston.kovacek@hotmail.com","dop":"2026-01-20","serial_number":"077138737656240","imei1":"591057248901506","imei2":"922573541826261","popurl":"www.keenan-considine.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171355,"job_number":"JOB_171355","tr_customer_id":171372,"tr_customer_product_id":171362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Silas Pfannerstill","mobile_number":"7073493299","email_id":"mary.kohler@yahoo.com","dop":"2026-01-20","serial_number":"180473901777230","imei1":"274046018039304","imei2":"750445337738417","popurl":"www.alex-lehner.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171356,"job_number":"JOB_171356","tr_customer_id":171373,"tr_customer_product_id":171363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Jayson Runolfsdottir","mobile_number":"7026287843","email_id":"victorina.rosenbaum@gmail.com","dop":"2026-01-20","serial_number":"433500023658491","imei1":"919582366314314","imei2":"987688736682843","popurl":"www.tracey-bednar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171357,"job_number":"JOB_171357","tr_customer_id":171374,"tr_customer_product_id":171364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Nelson Effertz","mobile_number":"7004819337","email_id":"blair.langosh@gmail.com","dop":"2026-01-20","serial_number":"086863821019413","imei1":"569844389665124","imei2":"659287618430977","popurl":"www.mirna-thiel.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171358,"job_number":"JOB_171358","tr_customer_id":171375,"tr_customer_product_id":171365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Edra McCullough","mobile_number":"7029803776","email_id":"tyesha.rohan@gmail.com","dop":"2026-01-20","serial_number":"554895809028652","imei1":"271641415297884","imei2":"181141491690381","popurl":"www.larhonda-dickens.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171359,"job_number":"JOB_171359","tr_customer_id":171376,"tr_customer_product_id":171366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:48.000Z","modified_at":"2026-01-30T05:55:48.000Z","name":"Earnest Mosciski","mobile_number":"7050733721","email_id":"jonah.kshlerin@hotmail.com","dop":"2026-01-20","serial_number":"628122239004654","imei1":"790666948661741","imei2":"523170189550893","popurl":"www.jed-borer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171360,"job_number":"JOB_171360","tr_customer_id":171377,"tr_customer_product_id":171367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Anjelica Quigley","mobile_number":"7039464175","email_id":"sandi.douglas@yahoo.com","dop":"2026-01-20","serial_number":"209924863514387","imei1":"965618456286679","imei2":"137637902683452","popurl":"www.rayford-monahan.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171361,"job_number":"JOB_171361","tr_customer_id":171378,"tr_customer_product_id":171368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Mellissa Renner","mobile_number":"7012812846","email_id":"della.christiansen@hotmail.com","dop":"2026-01-20","serial_number":"334965998177931","imei1":"896258247342935","imei2":"206990280152004","popurl":"www.marcene-kuphal.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171362,"job_number":"JOB_171362","tr_customer_id":171379,"tr_customer_product_id":171369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Gay Stehr","mobile_number":"7028930896","email_id":"emilio.kihn@gmail.com","dop":"2026-01-20","serial_number":"276652164328144","imei1":"704063252220386","imei2":"676358511758511","popurl":"www.daren-monahan.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171363,"job_number":"JOB_171363","tr_customer_id":171380,"tr_customer_product_id":171370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Winfred Rutherford","mobile_number":"7082626872","email_id":"elvis.legros@yahoo.com","dop":"2026-01-20","serial_number":"535198958872526","imei1":"009468123294363","imei2":"683107385746280","popurl":"www.margaret-padberg.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171364,"job_number":"JOB_171364","tr_customer_id":171381,"tr_customer_product_id":171371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Vito Bartoletti","mobile_number":"7023011805","email_id":"jarred.huel@yahoo.com","dop":"2026-01-20","serial_number":"865907073943125","imei1":"284409225111989","imei2":"847129785658661","popurl":"www.barry-frami.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171365,"job_number":"JOB_171365","tr_customer_id":171382,"tr_customer_product_id":171372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Delbert Beahan","mobile_number":"7013791827","email_id":"daron.schmitt@hotmail.com","dop":"2026-01-20","serial_number":"398787265421065","imei1":"844581204535224","imei2":"000783084283936","popurl":"www.don-dach.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171366,"job_number":"JOB_171366","tr_customer_id":171383,"tr_customer_product_id":171373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Chris O'Hara","mobile_number":"7009429192","email_id":"lane.daniel@hotmail.com","dop":"2026-01-20","serial_number":"489724662470955","imei1":"070797935103595","imei2":"137399432181127","popurl":"www.aron-kutch.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171367,"job_number":"JOB_171367","tr_customer_id":171384,"tr_customer_product_id":171374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Kathaleen Rowe","mobile_number":"7025976114","email_id":"rheba.price@yahoo.com","dop":"2026-01-20","serial_number":"888100521597937","imei1":"803079624000929","imei2":"262542431072815","popurl":"www.rosamond-gottlieb.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171368,"job_number":"JOB_171368","tr_customer_id":171385,"tr_customer_product_id":171375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Alexia Braun","mobile_number":"7063002503","email_id":"krysta.purdy@yahoo.com","dop":"2026-01-20","serial_number":"124915775912509","imei1":"733652276551877","imei2":"954582227126637","popurl":"www.paul-thompson.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171369,"job_number":"JOB_171369","tr_customer_id":171386,"tr_customer_product_id":171376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:55:49.000Z","modified_at":"2026-01-30T05:55:49.000Z","name":"Lashanda Wiegand","mobile_number":"7022119534","email_id":"fernando.watsica@hotmail.com","dop":"2026-01-20","serial_number":"140776293579403","imei1":"650107745879882","imei2":"279690712386888","popurl":"www.mohammed-king.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:55:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171370,"job_number":"JOB_171370","tr_customer_id":171387,"tr_customer_product_id":171377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Kristine Lesch","mobile_number":"7082693168","email_id":"francie.mclaughlin@gmail.com","dop":"2026-01-20","serial_number":"802269429478002","imei1":"756818944361205","imei2":"374317467850168","popurl":"www.enid-koelpin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171371,"job_number":"JOB_171371","tr_customer_id":171389,"tr_customer_product_id":171379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Lewis Kuhn","mobile_number":"7040651561","email_id":"darla.smith@yahoo.com","dop":"2026-01-20","serial_number":"624134671347920","imei1":"957133621755988","imei2":"084689494059115","popurl":"www.jarod-franecki.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171372,"job_number":"JOB_171372","tr_customer_id":171388,"tr_customer_product_id":171378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Casey Schmitt","mobile_number":"7045253532","email_id":"dayna.oreilly@yahoo.com","dop":"2026-01-20","serial_number":"690748837428996","imei1":"319742204480953","imei2":"256691522843832","popurl":"www.jaimee-mayert.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171373,"job_number":"JOB_171373","tr_customer_id":171391,"tr_customer_product_id":171381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Apolonia Hermiston","mobile_number":"7020917903","email_id":"theresia.lueilwitz@gmail.com","dop":"2026-01-20","serial_number":"911139474859603","imei1":"860150548195086","imei2":"573836213873864","popurl":"www.edie-kihn.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171374,"job_number":"JOB_171374","tr_customer_id":171390,"tr_customer_product_id":171380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:05:20.000Z","modified_at":"2026-01-30T06:05:20.000Z","name":"Raphael Jerde","mobile_number":"7097292673","email_id":"jocelyn.gerlach@hotmail.com","dop":"2026-01-20","serial_number":"607425780673038","imei1":"986739787958542","imei2":"478382875065103","popurl":"www.harriette-haley.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:05:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171375,"job_number":"JOB_171375","tr_customer_id":171392,"tr_customer_product_id":171382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Jatin Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"48394561160803","imei1":"48394561160803","imei2":"48394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171376,"job_number":"JOB_171376","tr_customer_id":171393,"tr_customer_product_id":171383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Chetan Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"35394561160803","imei1":"35394561160803","imei2":"35394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171377,"job_number":"JOB_171377","tr_customer_id":171394,"tr_customer_product_id":171384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Ritu Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"18394561160803","imei1":"18394561160803","imei2":"18394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171378,"job_number":"JOB_171378","tr_customer_id":171395,"tr_customer_product_id":171385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Ajinkya Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"45394561160803","imei1":"45394561160803","imei2":"45394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171379,"job_number":"JOB_171379","tr_customer_id":171396,"tr_customer_product_id":171386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Adi Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"19394561160803","imei1":"19394561160803","imei2":"19394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171380,"job_number":"JOB_171380","tr_customer_id":171397,"tr_customer_product_id":171387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:46.000Z","modified_at":"2026-01-30T06:11:46.000Z","name":"Madelyn Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"25394561160803","imei1":"25394561160803","imei2":"25394561160803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171381,"job_number":"JOB_171381","tr_customer_id":171398,"tr_customer_product_id":171388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:47.000Z","modified_at":"2026-01-30T06:11:47.000Z","name":"Dipesh Prajapat","mobile_number":"7044028444","email_id":"akshita.varman@hotmail.com","dop":"2026-01-20","serial_number":"971053117222051","imei1":"971053117222051","imei2":"971053117222051","popurl":"www.bhagwanti-pothuvaal.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171382,"job_number":"JOB_171382","tr_customer_id":171399,"tr_customer_product_id":171389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:47.000Z","modified_at":"2026-01-30T06:11:47.000Z","name":"Ananda Chattopadhyay","mobile_number":"7019200987","email_id":"marut.malik@hotmail.com","dop":"2026-01-20","serial_number":"649093830287910","imei1":"649093830287910","imei2":"649093830287910","popurl":"www.somu-patil.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171383,"job_number":"JOB_171383","tr_customer_id":171400,"tr_customer_product_id":171390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:48.000Z","modified_at":"2026-01-30T06:11:48.000Z","name":"Vidhya Somayaji","mobile_number":"7080428552","email_id":"bodhan.gill@hotmail.com","dop":"2026-01-20","serial_number":"374942440272450","imei1":"374942440272450","imei2":"374942440272450","popurl":"www.bhaumik-sethi.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171384,"job_number":"JOB_171384","tr_customer_id":171401,"tr_customer_product_id":171391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:48.000Z","modified_at":"2026-01-30T06:11:48.000Z","name":"Anish Varrier","mobile_number":"7055102891","email_id":"trilokesh.pillai@yahoo.co.in","dop":"2026-01-20","serial_number":"771620165515461","imei1":"771620165515461","imei2":"771620165515461","popurl":"www.subhasini-sethi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171385,"job_number":"JOB_171385","tr_customer_id":171402,"tr_customer_product_id":171392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:48.000Z","modified_at":"2026-01-30T06:11:48.000Z","name":"Aasa Saini","mobile_number":"7089486104","email_id":"dron.bandopadhyay@gmail.com","dop":"2026-01-20","serial_number":"317303768561109","imei1":"317303768561109","imei2":"317303768561109","popurl":"www.deeptimayee-iyengar.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171386,"job_number":"JOB_171386","tr_customer_id":171403,"tr_customer_product_id":171393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:50.000Z","modified_at":"2026-01-30T06:11:50.000Z","name":"Brandt Mann","mobile_number":"622-691-0923","email_id":"Abigayle31@gmail.com","dop":"2025-08-24","serial_number":"53671279529214","imei1":"53671279529214","imei2":"53671279529214","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171387,"job_number":"JOB_171387","tr_customer_id":171404,"tr_customer_product_id":171394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:50.000Z","modified_at":"2026-01-30T06:11:50.000Z","name":"Brandt Mann","mobile_number":"622-691-0923","email_id":"Abigayle31@gmail.com","dop":"2025-08-24","serial_number":"35671279529214","imei1":"35671279529214","imei2":"35671279529214","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171388,"job_number":"JOB_171388","tr_customer_id":171405,"tr_customer_product_id":171395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:50.000Z","modified_at":"2026-01-30T06:11:50.000Z","name":"Brandt Mann","mobile_number":"622-691-0923","email_id":"Abigayle31@gmail.com","dop":"2025-08-24","serial_number":"64671279529214","imei1":"64671279529214","imei2":"64671279529214","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171389,"job_number":"JOB_171389","tr_customer_id":171406,"tr_customer_product_id":171396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Ritu Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"38290923182914","imei1":"38290923182914","imei2":"38290923182914","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171390,"job_number":"JOB_171390","tr_customer_id":171407,"tr_customer_product_id":171397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Chetan Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"36784938340803","imei1":"36784938340803","imei2":"36784938340803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171391,"job_number":"JOB_171391","tr_customer_id":171408,"tr_customer_product_id":171398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Adi Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"98272363473274","imei1":"98272363473274","imei2":"98272363473274","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171392,"job_number":"JOB_171392","tr_customer_id":171409,"tr_customer_product_id":171399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Madelyn Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"47894547389246","imei1":"47894547389246","imei2":"47894547389246","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171393,"job_number":"JOB_171393","tr_customer_id":171410,"tr_customer_product_id":171400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Jatin Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"48349583224463","imei1":"48349583224463","imei2":"48349583224463","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171394,"job_number":"JOB_171394","tr_customer_id":171411,"tr_customer_product_id":171401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:11:52.000Z","modified_at":"2026-01-30T06:11:52.000Z","name":"Ajinkya Bartell","mobile_number":"316-628-5442","email_id":"Willie43@yahoo.com","dop":"2025-08-24","serial_number":"79394893208403","imei1":"79394893208403","imei2":"79394893208403","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:11:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171397,"job_number":"JOB_171397","tr_customer_id":171414,"tr_customer_product_id":171404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:33:03.000Z","modified_at":"2026-01-30T06:33:03.000Z","name":"Annetta Jerde","mobile_number":"957-447-5053","email_id":"Isidro30@gmail.com","dop":"2025-02-13","serial_number":"107317391673406","imei1":"107317391673406","imei2":"107317391673406","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:33:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171402,"job_number":"JOB_171402","tr_customer_id":171419,"tr_customer_product_id":171409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:29.000Z","modified_at":"2026-01-30T06:34:29.000Z","name":"John Doe","mobile_number":"9876543210","email_id":"test.user@example.com","dop":"2025-09-09","serial_number":"14549660389789","imei1":"14549660389789","imei2":"14549660389789","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171414,"job_number":"JOB_171414","tr_customer_id":171431,"tr_customer_product_id":171421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:18.000Z","modified_at":"2026-01-30T06:37:18.000Z","name":"Audie Wilkinson","mobile_number":"940-200-3652","email_id":"Mekhi_Pollich@gmail.com","dop":"2025-04-06","serial_number":"16599884165856758","imei1":"16599884165856758","imei2":"16599884165856758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:37:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171415,"job_number":"JOB_171415","tr_customer_id":171432,"tr_customer_product_id":171422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:23.000Z","modified_at":"2026-01-30T06:37:23.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10449886594967","imei1":"10449886594967","imei2":"10449886594967","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:37:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171417,"job_number":"JOB_171417","tr_customer_id":171434,"tr_customer_product_id":171424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:24.000Z","modified_at":"2026-01-30T06:37:24.000Z","name":"Pedro Feil","mobile_number":"581-343-8393","email_id":"Hank41@yahoo.com","dop":"2025-06-18","serial_number":"1055509162447858","imei1":"1055509162447858","imei2":"1055509162447858","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:37:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171418,"job_number":"JOB_171418","tr_customer_id":171435,"tr_customer_product_id":171425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:02.000Z","modified_at":"2026-01-30T06:38:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17035574083526","imei1":"17035574083526","imei2":"17035574083526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171420,"job_number":"JOB_171420","tr_customer_id":171437,"tr_customer_product_id":171427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:04.000Z","modified_at":"2026-01-30T06:38:04.000Z","name":"Arnoldo Rowe","mobile_number":"715-648-0517","email_id":"Misael82@gmail.com","dop":"2025-04-06","serial_number":"19453067720342332","imei1":"19453067720342332","imei2":"19453067720342332","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171421,"job_number":"JOB_171421","tr_customer_id":171438,"tr_customer_product_id":171428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:06.000Z","modified_at":"2026-01-30T06:38:06.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10194295574346","imei1":"10194295574346","imei2":"10194295574346","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171423,"job_number":"JOB_171423","tr_customer_id":171440,"tr_customer_product_id":171430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:07.000Z","modified_at":"2026-01-30T06:38:07.000Z","name":"Alaina Bradtke","mobile_number":"946-876-1675","email_id":"Wade_Stiedemann16@hotmail.com","dop":"2025-06-18","serial_number":"1039100315912026","imei1":"1039100315912026","imei2":"1039100315912026","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171424,"job_number":"JOB_171424","tr_customer_id":171441,"tr_customer_product_id":171431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:49.000Z","modified_at":"2026-01-30T06:38:49.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-20","serial_number":"84620302988448","imei1":"84620302988448","imei2":"84620302988448","popurl":"2026-01-20T06:38:49.434423967Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171425,"job_number":"JOB_171425","tr_customer_id":171442,"tr_customer_product_id":171432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:50.000Z","modified_at":"2026-01-30T06:38:50.000Z","name":"Vidhur Bhat","mobile_number":"7018408778","email_id":"chandi.namboothiri@hotmail.com","dop":"2026-01-20","serial_number":"294726616218339","imei1":"294726616218339","imei2":"294726616218339","popurl":"www.chakravartee-iyengar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171426,"job_number":"JOB_171426","tr_customer_id":171443,"tr_customer_product_id":171433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:51.000Z","modified_at":"2026-01-30T06:38:51.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-20","serial_number":"78920578944937","imei1":"78920578944937","imei2":"78920578944937","popurl":"2026-01-20T06:38:51.000619749Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171427,"job_number":"JOB_171427","tr_customer_id":171444,"tr_customer_product_id":171434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:52.000Z","modified_at":"2026-01-30T06:38:52.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-20","serial_number":"78925764375486","imei1":"78925764375486","imei2":"78925764375486","popurl":"2026-01-20T06:38:51.644369888Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171428,"job_number":"JOB_171428","tr_customer_id":171445,"tr_customer_product_id":171435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:53.000Z","modified_at":"2026-01-30T06:38:53.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12250772332679","imei1":"12250772332679","imei2":"12250772332679","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171430,"job_number":"JOB_171430","tr_customer_id":171447,"tr_customer_product_id":171437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:54.000Z","modified_at":"2026-01-30T06:38:55.000Z","name":"Coralie Runolfsson","mobile_number":"858-305-4471","email_id":"Alden.Mills57@yahoo.com","dop":"2025-04-06","serial_number":"14197267669293620","imei1":"14197267669293620","imei2":"14197267669293620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:38:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171431,"job_number":"JOB_171431","tr_customer_id":171448,"tr_customer_product_id":171438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:39:42.000Z","modified_at":"2026-01-30T06:39:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18873266354982","imei1":"18873266354982","imei2":"18873266354982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171433,"job_number":"JOB_171433","tr_customer_id":171450,"tr_customer_product_id":171440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:39:44.000Z","modified_at":"2026-01-30T06:39:44.000Z","name":"Consuelo Kozey","mobile_number":"680-937-6254","email_id":"Wilhelmine67@hotmail.com","dop":"2025-04-06","serial_number":"19112996924905070","imei1":"19112996924905070","imei2":"19112996924905070","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:39:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171434,"job_number":"JOB_171434","tr_customer_id":171451,"tr_customer_product_id":171441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:40:39.000Z","modified_at":"2026-01-30T06:40:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19786376169286","imei1":"19786376169286","imei2":"19786376169286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:40:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171436,"job_number":"JOB_171436","tr_customer_id":171453,"tr_customer_product_id":171443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:40:41.000Z","modified_at":"2026-01-30T06:40:41.000Z","name":"Anika Renner","mobile_number":"989-580-0127","email_id":"Teagan.Harber@hotmail.com","dop":"2025-04-06","serial_number":"17970059952303652","imei1":"17970059952303652","imei2":"17970059952303652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:40:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171437,"job_number":"JOB_171437","tr_customer_id":171454,"tr_customer_product_id":171444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:41:29.000Z","modified_at":"2026-01-30T06:41:29.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14600857956217","imei1":"14600857956217","imei2":"14600857956217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:41:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171439,"job_number":"JOB_171439","tr_customer_id":171456,"tr_customer_product_id":171446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:41:31.000Z","modified_at":"2026-01-30T06:41:31.000Z","name":"Augustus Gleason","mobile_number":"629-969-1104","email_id":"Adrain.Wintheiser@hotmail.com","dop":"2025-04-06","serial_number":"16909717749416220","imei1":"16909717749416220","imei2":"16909717749416220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:41:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171440,"job_number":"JOB_171440","tr_customer_id":171457,"tr_customer_product_id":171447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:41:54.000Z","modified_at":"2026-01-30T06:41:54.000Z","name":"Apsara Gill","mobile_number":"7042054772","email_id":"chandi.bhattacharya@gmail.com","dop":"2026-01-20","serial_number":"641881113147209","imei1":"641881113147209","imei2":"641881113147209","popurl":"www.dayaananda-rana.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:41:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171441,"job_number":"JOB_171441","tr_customer_id":171458,"tr_customer_product_id":171448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:19.000Z","modified_at":"2026-01-30T06:42:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10540855471555","imei1":"10540855471555","imei2":"10540855471555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171444,"job_number":"JOB_171444","tr_customer_id":171461,"tr_customer_product_id":171451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:21.000Z","modified_at":"2026-01-30T06:42:21.000Z","name":"Mia Hackett","mobile_number":"978-746-9888","email_id":"Kris_Ryan56@yahoo.com","dop":"2025-04-06","serial_number":"17010070198916548","imei1":"17010070198916548","imei2":"17010070198916548","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:42:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171447,"job_number":"JOB_171447","tr_customer_id":171464,"tr_customer_product_id":171454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:01.000Z","modified_at":"2026-01-30T06:43:01.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11286462949392","imei1":"11286462949392","imei2":"11286462949392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171449,"job_number":"JOB_171449","tr_customer_id":171466,"tr_customer_product_id":171456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:03.000Z","modified_at":"2026-01-30T06:43:03.000Z","name":"Chesley Waters","mobile_number":"308-932-3109","email_id":"Carmela.Carroll70@yahoo.com","dop":"2025-04-06","serial_number":"18587871383551744","imei1":"18587871383551744","imei2":"18587871383551744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171450,"job_number":"JOB_171450","tr_customer_id":171467,"tr_customer_product_id":171457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:44.000Z","modified_at":"2026-01-30T06:43:44.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16837989652693","imei1":"16837989652693","imei2":"16837989652693","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171452,"job_number":"JOB_171452","tr_customer_id":171469,"tr_customer_product_id":171459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:46.000Z","modified_at":"2026-01-30T06:43:46.000Z","name":"Oceane Balistreri","mobile_number":"982-609-2917","email_id":"Mckenna.MacGyver@yahoo.com","dop":"2025-04-06","serial_number":"10254914545826570","imei1":"10254914545826570","imei2":"10254914545826570","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:43:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171453,"job_number":"JOB_171453","tr_customer_id":171470,"tr_customer_product_id":171460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:11.000Z","modified_at":"2026-01-30T06:44:11.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11354979510211","imei2":"11354979510211","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171455,"job_number":"JOB_171455","tr_customer_id":171472,"tr_customer_product_id":171462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:25.000Z","modified_at":"2026-01-30T06:44:25.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17276246388785","imei2":"17276246388785","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171457,"job_number":"JOB_171457","tr_customer_id":171474,"tr_customer_product_id":171464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:27.000Z","modified_at":"2026-01-30T06:44:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19454770736993","imei1":"19454770736993","imei2":"19454770736993","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171459,"job_number":"JOB_171459","tr_customer_id":171476,"tr_customer_product_id":171466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:29.000Z","modified_at":"2026-01-30T06:44:29.000Z","name":"Emerald Baumbach","mobile_number":"227-786-2981","email_id":"Clotilde.Weissnat55@gmail.com","dop":"2025-04-06","serial_number":"13439877704105120","imei1":"13439877704105120","imei2":"13439877704105120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171460,"job_number":"JOB_171460","tr_customer_id":171477,"tr_customer_product_id":171467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:38.000Z","modified_at":"2026-01-30T06:44:38.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14250175868810","imei2":"14250175868810","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:44:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171463,"job_number":"JOB_171463","tr_customer_id":171480,"tr_customer_product_id":171470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:48:02.000Z","modified_at":"2026-01-30T06:48:02.000Z","name":"Carroll Will","mobile_number":"884-569-5450","email_id":"Elva_Grimes20@yahoo.com","dop":"2025-04-06","serial_number":"11465550862617018","imei1":"11465550862617018","imei2":"11465550862617018","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171464,"job_number":"JOB_171464","tr_customer_id":171481,"tr_customer_product_id":171471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:53.000Z","modified_at":"2026-01-30T06:49:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16249148406513","imei1":"16249148406513","imei2":"16249148406513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171466,"job_number":"JOB_171466","tr_customer_id":171483,"tr_customer_product_id":171473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:55.000Z","modified_at":"2026-01-30T06:49:55.000Z","name":"Sam O'Keefe","mobile_number":"387-563-6363","email_id":"Ludwig_Wyman@hotmail.com","dop":"2025-04-06","serial_number":"15761893637363088","imei1":"15761893637363088","imei2":"15761893637363088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:49:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171470,"job_number":"JOB_171470","tr_customer_id":171487,"tr_customer_product_id":171477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:04.000Z","modified_at":"2026-01-30T06:50:04.000Z","name":"Miracle Blanda","mobile_number":"986-248-6169","email_id":"Freeda37@gmail.com","dop":"2025-09-09","serial_number":"16668035330546","imei1":"16668035330546","imei2":"16668035330546","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171471,"job_number":"JOB_171471","tr_customer_id":171488,"tr_customer_product_id":171478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:39.000Z","modified_at":"2026-01-30T06:50:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10169520905938","imei1":"10169520905938","imei2":"10169520905938","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171473,"job_number":"JOB_171473","tr_customer_id":171490,"tr_customer_product_id":171480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:40.000Z","modified_at":"2026-01-30T06:50:40.000Z","name":"Dorcas Green","mobile_number":"761-439-5288","email_id":"Jerrod.OKeefe@gmail.com","dop":"2025-04-06","serial_number":"12651465035248960","imei1":"12651465035248960","imei2":"12651465035248960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171477,"job_number":"JOB_171477","tr_customer_id":171494,"tr_customer_product_id":171484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:23.000Z","modified_at":"2026-01-30T06:51:23.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17548729132859","imei1":"17548729132859","imei2":"17548729132859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171479,"job_number":"JOB_171479","tr_customer_id":171496,"tr_customer_product_id":171486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:25.000Z","modified_at":"2026-01-30T06:51:25.000Z","name":"Roxane Feeney","mobile_number":"987-279-3107","email_id":"Nickolas_OKon@hotmail.com","dop":"2025-04-06","serial_number":"12697961695189620","imei1":"12697961695189620","imei2":"12697961695189620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171483,"job_number":"JOB_171483","tr_customer_id":171500,"tr_customer_product_id":171490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:32.000Z","modified_at":"2026-01-30T06:51:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11775548082085","imei1":"11775548082085","imei2":"11775548082085","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171485,"job_number":"JOB_171485","tr_customer_id":171502,"tr_customer_product_id":171492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:34.000Z","modified_at":"2026-01-30T06:51:34.000Z","name":"Lenora Ortiz","mobile_number":"745-612-2428","email_id":"Judge_Auer@gmail.com","dop":"2025-04-06","serial_number":"13798439907046462","imei1":"13798439907046462","imei2":"13798439907046462","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:51:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171489,"job_number":"JOB_171489","tr_customer_id":171506,"tr_customer_product_id":171496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:24.000Z","modified_at":"2026-01-30T06:52:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16101568876220","imei1":"16101568876220","imei2":"16101568876220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171491,"job_number":"JOB_171491","tr_customer_id":171508,"tr_customer_product_id":171498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:25.000Z","modified_at":"2026-01-30T06:52:25.000Z","name":"Adrian Watsica","mobile_number":"724-989-7763","email_id":"Wilmer85@yahoo.com","dop":"2025-04-06","serial_number":"13603664094148922","imei1":"13603664094148922","imei2":"13603664094148922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:52:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171492,"job_number":"JOB_171492","tr_customer_id":171509,"tr_customer_product_id":171499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:53:15.000Z","modified_at":"2026-01-30T06:53:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18081540129974","imei1":"18081540129974","imei2":"18081540129974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:53:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171494,"job_number":"JOB_171494","tr_customer_id":171511,"tr_customer_product_id":171501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:53:17.000Z","modified_at":"2026-01-30T06:53:17.000Z","name":"Keagan Ruecker","mobile_number":"920-991-2092","email_id":"Demarco.Hodkiewicz37@hotmail.com","dop":"2025-04-06","serial_number":"15772399958179780","imei1":"15772399958179780","imei2":"15772399958179780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:53:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171495,"job_number":"JOB_171495","tr_customer_id":171512,"tr_customer_product_id":171502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:53:22.000Z","modified_at":"2026-01-30T06:53:22.000Z","name":"Angelica Runolfsson","mobile_number":"350-881-1158","email_id":"Chaya_Schuster@hotmail.com","dop":"2025-09-09","serial_number":"14454116015698","imei1":"14454116015698","imei2":"14454116015698","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171496,"job_number":"JOB_171496","tr_customer_id":171513,"tr_customer_product_id":171503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:55:04.000Z","modified_at":"2026-01-30T06:55:04.000Z","name":"Lurline Goodwin","mobile_number":"525-443-8103","email_id":"Jonathon42@hotmail.com","dop":"2025-09-09","serial_number":"15051964001163","imei1":"15051964001163","imei2":"15051964001163","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:55:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171497,"job_number":"JOB_171497","tr_customer_id":171514,"tr_customer_product_id":171504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:55:17.000Z","modified_at":"2026-01-30T06:55:17.000Z","name":"Skye Runolfsson","mobile_number":"225-345-3823","email_id":"Marquise_Larson@gmail.com","dop":"2025-09-09","serial_number":"12645485683199","imei1":"12645485683199","imei2":"12645485683199","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:55:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171498,"job_number":"JOB_171498","tr_customer_id":171515,"tr_customer_product_id":171505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:56:12.000Z","modified_at":"2026-01-30T06:56:12.000Z","name":"Kyla VonRueden","mobile_number":"952-649-7856","email_id":"Maudie.Wisozk0@hotmail.com","dop":"2025-09-09","serial_number":"10327867929275","imei1":"10327867929275","imei2":"10327867929275","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:56:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171499,"job_number":"JOB_171499","tr_customer_id":171516,"tr_customer_product_id":171506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:56:22.000Z","modified_at":"2026-01-30T06:56:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12193262939292","imei1":"12193262939292","imei2":"12193262939292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:56:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171501,"job_number":"JOB_171501","tr_customer_id":171518,"tr_customer_product_id":171508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:56:24.000Z","modified_at":"2026-01-30T06:56:24.000Z","name":"Armani Ward","mobile_number":"882-580-5671","email_id":"Freddie15@yahoo.com","dop":"2025-04-06","serial_number":"17374772680977526","imei1":"17374772680977526","imei2":"17374772680977526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:56:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171502,"job_number":"JOB_171502","tr_customer_id":171519,"tr_customer_product_id":171509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:06.000Z","modified_at":"2026-01-30T06:57:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10288515650281","imei1":"10288515650281","imei2":"10288515650281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171504,"job_number":"JOB_171504","tr_customer_id":171521,"tr_customer_product_id":171511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:08.000Z","modified_at":"2026-01-30T06:57:08.000Z","name":"Derek Brakus","mobile_number":"676-470-8305","email_id":"Eusebio12@yahoo.com","dop":"2025-04-06","serial_number":"15248174536099944","imei1":"15248174536099944","imei2":"15248174536099944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171505,"job_number":"JOB_171505","tr_customer_id":171522,"tr_customer_product_id":171512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:26.000Z","modified_at":"2026-01-30T06:57:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15751855527269","imei1":"15751855527269","imei2":"15751855527269","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171507,"job_number":"JOB_171507","tr_customer_id":171524,"tr_customer_product_id":171514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:28.000Z","modified_at":"2026-01-30T06:57:28.000Z","name":"Markus Funk","mobile_number":"661-936-2750","email_id":"Arvid79@yahoo.com","dop":"2025-04-06","serial_number":"16176404680002216","imei1":"16176404680002216","imei2":"16176404680002216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171508,"job_number":"JOB_171508","tr_customer_id":171525,"tr_customer_product_id":171515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:34.000Z","modified_at":"2026-01-30T06:57:34.000Z","name":"Imogene Brown","mobile_number":"988-800-4110","email_id":"Nicholas_Heathcote@hotmail.com","dop":"2025-09-09","serial_number":"17833147080997","imei1":"17833147080997","imei2":"17833147080997","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171510,"job_number":"JOB_171510","tr_customer_id":171527,"tr_customer_product_id":171517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:37.000Z","modified_at":"2026-01-30T06:57:37.000Z","name":"Matilda Kulas","mobile_number":"867-266-6207","email_id":"Will_Jakubowski@gmail.com","dop":"2025-04-06","serial_number":"19812028850368330","imei1":"19812028850368330","imei2":"19812028850368330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171511,"job_number":"JOB_171511","tr_customer_id":171528,"tr_customer_product_id":171518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:49.000Z","modified_at":"2026-01-30T06:57:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15313901353331","imei1":"15313901353331","imei2":"15313901353331","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171513,"job_number":"JOB_171513","tr_customer_id":171530,"tr_customer_product_id":171520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:51.000Z","modified_at":"2026-01-30T06:57:51.000Z","name":"Natalie Herman","mobile_number":"229-944-5627","email_id":"Freeman.Marquardt61@hotmail.com","dop":"2025-04-06","serial_number":"12333635859026370","imei1":"12333635859026370","imei2":"12333635859026370","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171515,"job_number":"JOB_171515","tr_customer_id":171532,"tr_customer_product_id":171522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:59.000Z","modified_at":"2026-01-30T06:57:59.000Z","name":"Era DuBuque","mobile_number":"665-590-3835","email_id":"Patsy.Fisher@yahoo.com","dop":"2025-04-06","serial_number":"13545061129115658","imei1":"13545061129115658","imei2":"13545061129115658","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171516,"job_number":"JOB_171516","tr_customer_id":171533,"tr_customer_product_id":171523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:03.000Z","modified_at":"2026-01-30T06:58:03.000Z","name":"Tristin Willms","mobile_number":"345-708-1168","email_id":"Christophe27@gmail.com","dop":"2025-09-09","serial_number":"11106271964166","imei1":"11106271964166","imei2":"11106271964166","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171517,"job_number":"JOB_171517","tr_customer_id":171534,"tr_customer_product_id":171524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:08.000Z","modified_at":"2026-01-30T06:58:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10361754681296","imei1":"10361754681296","imei2":"10361754681296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171519,"job_number":"JOB_171519","tr_customer_id":171536,"tr_customer_product_id":171526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:10.000Z","modified_at":"2026-01-30T06:58:10.000Z","name":"Lew White","mobile_number":"370-372-0980","email_id":"Giles95@yahoo.com","dop":"2025-04-06","serial_number":"11398134508216808","imei1":"11398134508216808","imei2":"11398134508216808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171520,"job_number":"JOB_171520","tr_customer_id":171537,"tr_customer_product_id":171527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:45.000Z","modified_at":"2026-01-30T06:58:45.000Z","name":"Sterling Rau","mobile_number":"803-303-8082","email_id":"Rodolfo89@gmail.com","dop":"2025-09-09","serial_number":"16468926085081","imei1":"16468926085081","imei2":"16468926085081","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171521,"job_number":"JOB_171521","tr_customer_id":171538,"tr_customer_product_id":171528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:49.000Z","modified_at":"2026-01-30T06:58:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16592766373495","imei1":"16592766373495","imei2":"16592766373495","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171523,"job_number":"JOB_171523","tr_customer_id":171540,"tr_customer_product_id":171530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:51.000Z","modified_at":"2026-01-30T06:58:51.000Z","name":"Neil Farrell","mobile_number":"869-464-6032","email_id":"Pearl47@gmail.com","dop":"2025-04-06","serial_number":"14717219945456170","imei1":"14717219945456170","imei2":"14717219945456170","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:58:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171524,"job_number":"JOB_171524","tr_customer_id":171541,"tr_customer_product_id":171531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:59:02.000Z","modified_at":"2026-01-30T06:59:02.000Z","name":"Pearlie Prohaska","mobile_number":"525-592-5075","email_id":"Dominic_Skiles58@gmail.com","dop":"2025-09-09","serial_number":"12067535518042","imei1":"12067535518042","imei2":"12067535518042","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:59:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171526,"job_number":"JOB_171526","tr_customer_id":171543,"tr_customer_product_id":171533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:40.000Z","modified_at":"2026-01-30T07:01:40.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18723547504525","imei1":"18723547504525","imei2":"18723547504525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171528,"job_number":"JOB_171528","tr_customer_id":171545,"tr_customer_product_id":171535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:41.000Z","modified_at":"2026-01-30T07:01:41.000Z","name":"Dominique Schulist","mobile_number":"641-506-5536","email_id":"Agnes.Langosh6@gmail.com","dop":"2025-04-06","serial_number":"18569891496144810","imei1":"18569891496144810","imei2":"18569891496144810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:01:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171529,"job_number":"JOB_171529","tr_customer_id":171546,"tr_customer_product_id":171536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:42.000Z","modified_at":"2026-01-30T07:01:42.000Z","name":"Winston Leuschke","mobile_number":"524-917-9050","email_id":"Nicholaus.Padberg@hotmail.com","dop":"2025-04-06","serial_number":"11695114576255368","imei1":"11695114576255368","imei2":"11695114576255368","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:01:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171530,"job_number":"JOB_171530","tr_customer_id":171547,"tr_customer_product_id":171537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:32.000Z","modified_at":"2026-01-30T07:02:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13121651044421","imei1":"13121651044421","imei2":"13121651044421","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171532,"job_number":"JOB_171532","tr_customer_id":171549,"tr_customer_product_id":171539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:34.000Z","modified_at":"2026-01-30T07:02:34.000Z","name":"Brett McClure","mobile_number":"455-262-6178","email_id":"Maxime84@hotmail.com","dop":"2025-04-06","serial_number":"14347449997241674","imei1":"14347449997241674","imei2":"14347449997241674","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171533,"job_number":"JOB_171533","tr_customer_id":171550,"tr_customer_product_id":171540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:41.000Z","modified_at":"2026-01-30T07:02:41.000Z","name":"Graham Hammes","mobile_number":"783-764-9154","email_id":"Jillian.Ullrich@gmail.com","dop":"2025-09-09","serial_number":"16505345934610","imei1":"16505345934610","imei2":"16505345934610","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171534,"job_number":"JOB_171534","tr_customer_id":171551,"tr_customer_product_id":171541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:58.000Z","modified_at":"2026-01-30T07:02:58.000Z","name":"Keanu Haley","mobile_number":"421-716-5661","email_id":"Ally1@hotmail.com","dop":"2025-09-09","serial_number":"11259288924508","imei1":"11259288924508","imei2":"11259288924508","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:02:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171535,"job_number":"JOB_171535","tr_customer_id":171552,"tr_customer_product_id":171542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:03:22.000Z","modified_at":"2026-01-30T07:03:22.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14352760864327","imei1":"14352760864327","imei2":"14352760864327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:03:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171537,"job_number":"JOB_171537","tr_customer_id":171554,"tr_customer_product_id":171544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:03:24.000Z","modified_at":"2026-01-30T07:03:24.000Z","name":"Reymundo Mohr","mobile_number":"876-298-3930","email_id":"Ruby_Zulauf17@yahoo.com","dop":"2025-04-06","serial_number":"19316281534123830","imei1":"19316281534123830","imei2":"19316281534123830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:03:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171538,"job_number":"JOB_171538","tr_customer_id":171555,"tr_customer_product_id":171545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:07:47.000Z","modified_at":"2026-01-30T07:07:47.000Z","name":"Guido Zulauf","mobile_number":"784-302-0818","email_id":"Caitlyn.Quigley10@gmail.com","dop":"2025-09-09","serial_number":"10559669566701","imei1":"10559669566701","imei2":"10559669566701","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:07:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171539,"job_number":"JOB_171539","tr_customer_id":171556,"tr_customer_product_id":171546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:07:59.000Z","modified_at":"2026-01-30T07:07:59.000Z","name":"Leonora Hoppe","mobile_number":"483-457-4891","email_id":"Corrine.Hayes@gmail.com","dop":"2025-09-09","serial_number":"14104489288330","imei1":"14104489288330","imei2":"14104489288330","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:07:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171540,"job_number":"JOB_171540","tr_customer_id":171557,"tr_customer_product_id":171547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:08:07.000Z","modified_at":"2026-01-30T07:08:07.000Z","name":"Elvis Turcotte","mobile_number":"281-884-5495","email_id":"Ben19@gmail.com","dop":"2025-09-09","serial_number":"17527481920029","imei1":"17527481920029","imei2":"17527481920029","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171541,"job_number":"JOB_171541","tr_customer_id":171558,"tr_customer_product_id":171548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:08:15.000Z","modified_at":"2026-01-30T07:08:15.000Z","name":"Marcelina Crooks","mobile_number":"253-908-7134","email_id":"Assunta.Hackett@hotmail.com","dop":"2025-09-09","serial_number":"10723705659562","imei1":"10723705659562","imei2":"10723705659562","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:08:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171542,"job_number":"JOB_171542","tr_customer_id":171559,"tr_customer_product_id":171549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:11:47.000Z","modified_at":"2026-01-30T07:11:47.000Z","name":"Ashlee Gutmann","mobile_number":"508-472-4514","email_id":"Adell22@gmail.com","dop":"2025-09-09","serial_number":"19983866346710","imei1":"19983866346710","imei2":"19983866346710","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:11:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171543,"job_number":"JOB_171543","tr_customer_id":171560,"tr_customer_product_id":171550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:11:59.000Z","modified_at":"2026-01-30T07:11:59.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"12231391639422","imei1":"12231391639422","imei2":"12231391639422","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:11:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171545,"job_number":"JOB_171545","tr_customer_id":171562,"tr_customer_product_id":171552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:05.000Z","modified_at":"2026-01-30T07:12:05.000Z","name":"Waino Leuschke","mobile_number":"561-326-6019","email_id":"Abraham_Treutel89@hotmail.com","dop":"2025-09-09","serial_number":"15282738565681","imei1":"15282738565681","imei2":"15282738565681","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171546,"job_number":"JOB_171546","tr_customer_id":171563,"tr_customer_product_id":171553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:15.000Z","modified_at":"2026-01-30T07:12:15.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"15562734371816","imei1":"15562734371816","imei2":"15562734371816","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171548,"job_number":"JOB_171548","tr_customer_id":171565,"tr_customer_product_id":171555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:31.000Z","modified_at":"2026-01-30T07:12:31.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"18902193482151","imei1":"18902193482151","imei2":"18902193482151","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171550,"job_number":"JOB_171550","tr_customer_id":171567,"tr_customer_product_id":171557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:57.000Z","modified_at":"2026-01-30T07:12:57.000Z","name":"Santiago Mayer","mobile_number":"304-279-5556","email_id":"Claudine.Pfeffer55@hotmail.com","dop":"2025-09-09","serial_number":"11947525262724","imei1":"11947525262724","imei2":"11947525262724","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:12:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171551,"job_number":"JOB_171551","tr_customer_id":171568,"tr_customer_product_id":171558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:19:18.000Z","modified_at":"2026-01-30T07:19:18.000Z","name":"Darlene Walsh","mobile_number":"208-874-3598","email_id":"Aurelio18@yahoo.com","dop":"2025-09-09","serial_number":"18968543355341","imei1":"18968543355341","imei2":"18968543355341","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171552,"job_number":"JOB_171552","tr_customer_id":171569,"tr_customer_product_id":171559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:19:38.000Z","modified_at":"2026-01-30T07:19:38.000Z","name":"Dillon Schneider","mobile_number":"893-967-3049","email_id":"Earlene5@gmail.com","dop":"2025-09-09","serial_number":"12483515662882","imei1":"12483515662882","imei2":"12483515662882","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171553,"job_number":"JOB_171553","tr_customer_id":171570,"tr_customer_product_id":171560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:20:15.000Z","modified_at":"2026-01-30T07:20:15.000Z","name":"Magdalen Heidenreich","mobile_number":"455-450-1143","email_id":"Gino.Jacobson@yahoo.com","dop":"2025-09-09","serial_number":"15814588098024","imei1":"15814588098024","imei2":"15814588098024","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171556,"job_number":"JOB_171556","tr_customer_id":171573,"tr_customer_product_id":171563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:00.000Z","modified_at":"2026-01-30T07:40:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11846664241594","imei1":"11846664241594","imei2":"11846664241594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:40:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171558,"job_number":"JOB_171558","tr_customer_id":171575,"tr_customer_product_id":171565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:01.000Z","modified_at":"2026-01-30T07:40:01.000Z","name":"Kenna Gulgowski","mobile_number":"751-892-2802","email_id":"Vicky_Christiansen@yahoo.com","dop":"2025-04-06","serial_number":"18567807307813350","imei1":"18567807307813350","imei2":"18567807307813350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T07:40:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170944,"job_number":"JOB_170944","tr_customer_id":170961,"tr_customer_product_id":170951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T22:48:26.000Z","modified_at":"2026-01-29T22:48:26.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Carolina_Kris@gmail.com","dop":"2025-07-02","serial_number":"15033876125735","imei1":"15033876125735","imei2":"15033876125735","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T22:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170961,"job_number":"JOB_170961","tr_customer_id":170978,"tr_customer_product_id":170968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:19:30.000Z","modified_at":"2026-01-29T23:19:30.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Esteban48@yahoo.com","dop":"2025-07-02","serial_number":"15853160446029","imei1":"15853160446029","imei2":"15853160446029","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T23:19:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171011,"job_number":"JOB_171011","tr_customer_id":171028,"tr_customer_product_id":171018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T00:25:50.000Z","modified_at":"2026-01-30T00:25:50.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Evans34@yahoo.com","dop":"2025-07-02","serial_number":"19932109751294","imei1":"19932109751294","imei2":"19932109751294","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T00:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171042,"job_number":"JOB_171042","tr_customer_id":171059,"tr_customer_product_id":171049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:40.000Z","modified_at":"2026-01-30T04:19:40.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Alessandro7@hotmail.com","dop":"2025-07-02","serial_number":"13676074499380","imei1":"13676074499380","imei2":"13676074499380","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171066,"job_number":"JOB_171066","tr_customer_id":171083,"tr_customer_product_id":171073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:57.000Z","modified_at":"2026-01-30T04:19:57.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Darrell.Padberg59@yahoo.com","dop":"2025-07-02","serial_number":"17791908953968","imei1":"17791908953968","imei2":"17791908953968","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171079,"job_number":"JOB_171079","tr_customer_id":171096,"tr_customer_product_id":171086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:15.000Z","modified_at":"2026-01-30T04:20:15.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Tremayne.Dietrich10@yahoo.com","dop":"2025-07-02","serial_number":"18910356990296","imei1":"18910356990296","imei2":"18910356990296","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171113,"job_number":"JOB_171113","tr_customer_id":171130,"tr_customer_product_id":171120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"122455350657810","imei1":"122455350657810","imei2":"122455350657810","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171114,"job_number":"JOB_171114","tr_customer_id":171131,"tr_customer_product_id":171121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:20:50.000Z","name":"Gerson Mohr","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"178710514467794","imei1":"178710514467794","imei2":"178710514467794","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171116,"job_number":"JOB_171116","tr_customer_id":171133,"tr_customer_product_id":171123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:51.000Z","modified_at":"2026-01-30T04:20:51.000Z","name":"Estel Schultz","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139288142978844","imei1":"139288142978844","imei2":"139288142978844","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171117,"job_number":"JOB_171117","tr_customer_id":171134,"tr_customer_product_id":171124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:51.000Z","modified_at":"2026-01-30T04:20:51.000Z","name":"Kira Bergstrom","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"105363578635133","imei1":"105363578635133","imei2":"105363578635133","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:20:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171125,"job_number":"JOB_171125","tr_customer_id":171142,"tr_customer_product_id":171132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:02.000Z","modified_at":"2026-01-30T04:21:02.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"129629439596705","imei1":"129629439596705","imei2":"129629439596705","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171126,"job_number":"JOB_171126","tr_customer_id":171143,"tr_customer_product_id":171133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Arielle Wunsch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"152104315893585","imei1":"152104315893585","imei2":"152104315893585","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171128,"job_number":"JOB_171128","tr_customer_id":171145,"tr_customer_product_id":171135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Viva Stoltenberg","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"190137399588755","imei1":"190137399588755","imei2":"190137399588755","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171129,"job_number":"JOB_171129","tr_customer_id":171146,"tr_customer_product_id":171136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:03.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Letha Hudson","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"128053550904077","imei1":"128053550904077","imei2":"128053550904077","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171145,"job_number":"JOB_171145","tr_customer_id":171162,"tr_customer_product_id":171152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:14.000Z","modified_at":"2026-01-30T04:21:14.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"15705041186083","imei1":"15705041186083","imei2":"15705041186083","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171163,"job_number":"JOB_171163","tr_customer_id":171180,"tr_customer_product_id":171170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:32.000Z","modified_at":"2026-01-30T04:21:32.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105151120147789","imei1":"105151120147789","imei2":"105151120147789","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171165,"job_number":"JOB_171165","tr_customer_id":171182,"tr_customer_product_id":171172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:32.000Z","modified_at":"2026-01-30T04:21:32.000Z","name":"Cathryn Bernhard","mobile_number":"679-770-2832","email_id":"Clay_Upton5@gmail.com","dop":"2025-06-09","serial_number":"107986472211083","imei1":"107986472211083","imei2":"107986472211083","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171175,"job_number":"JOB_171175","tr_customer_id":171192,"tr_customer_product_id":171182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:47.000Z","modified_at":"2026-01-30T04:21:47.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"109483218155169","imei1":"109483218155169","imei2":"109483218155169","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171177,"job_number":"JOB_171177","tr_customer_id":171194,"tr_customer_product_id":171184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:47.000Z","modified_at":"2026-01-30T04:21:47.000Z","name":"Verda Goldner","mobile_number":"960-443-2362","email_id":"Jennifer42@hotmail.com","dop":"2025-06-09","serial_number":"102955799153965","imei1":"102955799153965","imei2":"102955799153965","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171192,"job_number":"JOB_171192","tr_customer_id":171209,"tr_customer_product_id":171199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:02.000Z","modified_at":"2026-01-30T04:22:02.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100677291391295","imei1":"100677291391295","imei2":"100677291391295","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171194,"job_number":"JOB_171194","tr_customer_id":171211,"tr_customer_product_id":171201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:03.000Z","modified_at":"2026-01-30T04:22:03.000Z","name":"Kim Thompson","mobile_number":"614-340-0814","email_id":"Cyrus.Goyette29@yahoo.com","dop":"2025-06-09","serial_number":"109720569545754","imei1":"109720569545754","imei2":"109720569545754","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T04:22:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171238,"job_number":"JOB_171238","tr_customer_id":171255,"tr_customer_product_id":171245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:04:03.000Z","modified_at":"2026-01-30T05:04:03.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"12599775730300","imei1":"12599775730300","imei2":"12599775730300","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T05:04:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171399,"job_number":"JOB_171399","tr_customer_id":171416,"tr_customer_product_id":171406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:27.000Z","modified_at":"2026-01-30T06:34:27.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"109299978776517","imei1":"109299978776517","imei2":"109299978776517","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171401,"job_number":"JOB_171401","tr_customer_id":171418,"tr_customer_product_id":171408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:27.000Z","modified_at":"2026-01-30T06:34:27.000Z","name":"Lulu Donnelly","mobile_number":"238-424-2510","email_id":"Estefania.Keebler24@gmail.com","dop":"2025-06-09","serial_number":"108814377152572","imei1":"108814377152572","imei2":"108814377152572","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171403,"job_number":"JOB_171403","tr_customer_id":171420,"tr_customer_product_id":171410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:44.000Z","modified_at":"2026-01-30T06:34:44.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"108853740222209","imei1":"108853740222209","imei2":"108853740222209","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171405,"job_number":"JOB_171405","tr_customer_id":171422,"tr_customer_product_id":171412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:45.000Z","modified_at":"2026-01-30T06:34:45.000Z","name":"Erica Mante","mobile_number":"690-212-8778","email_id":"Hoyt83@gmail.com","dop":"2025-06-09","serial_number":"103857774331542","imei1":"103857774331542","imei2":"103857774331542","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171406,"job_number":"JOB_171406","tr_customer_id":171423,"tr_customer_product_id":171413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:46.000Z","modified_at":"2026-01-30T06:34:46.000Z","name":"Marina Wiza","mobile_number":"439-492-2032","email_id":"Robyn_Bechtelar@yahoo.com","dop":"2025-06-09","serial_number":"39589560771344800","imei1":"39589560771344800","imei2":"39589560771344800","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171407,"job_number":"JOB_171407","tr_customer_id":171424,"tr_customer_product_id":171414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:35:01.000Z","modified_at":"2026-01-30T06:35:01.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100332632151671","imei1":"100332632151671","imei2":"100332632151671","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171409,"job_number":"JOB_171409","tr_customer_id":171426,"tr_customer_product_id":171416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:35:02.000Z","modified_at":"2026-01-30T06:35:02.000Z","name":"Mariah Cronin","mobile_number":"577-623-5754","email_id":"Mina.Zboncak61@gmail.com","dop":"2025-06-09","serial_number":"104486877785998","imei1":"104486877785998","imei2":"104486877785998","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-30T06:35:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 277ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 43e27bd8-8b1b-4823-a7b5-1a570b2c02f8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-12VZs9OEhpYZvYGhtXONbtb82yw"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4NDN9.u8sv4EXrUcCNj-xStSzvNn-4cwsrmNGCKGD1BtssDd8"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 277ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4NDN9.u8sv4EXrUcCNj-xStSzvNn-4cwsrmNGCKGD1BtssDd8
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f5a37ce6-f530-44f5-b317-302938817222
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 293ms
Mean size per request: 164B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4NDN9.u8sv4EXrUcCNj-xStSzvNn-4cwsrmNGCKGD1BtssDd8
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 654d338c-c5a7-46cb-ae5f-ef770dc48e29
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 164
ETag W/"a4-eMd7zPTy9lxTm6NVQvShrfTD0tA"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":5},{"label":"Repair completed","key":"repair_completed","count":139}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 294ms
Mean size per request: 4.83KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4NDN9.u8sv4EXrUcCNj-xStSzvNn-4cwsrmNGCKGD1BtssDd8
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d69f5a48-bd5a-49d9-859f-315d0e806a69
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1350-zdh4G9h2CbGyFuB9otqJWHVWaMw"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 30 Jan 2026 07:40:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":170953,"job_number":"JOB_170953","tr_customer_id":170970,"tr_customer_product_id":170960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:31.000Z","modified_at":"2026-01-29T23:14:37.000Z","name":"Everett Ratke","mobile_number":"484-771-9955","email_id":"Era.Schneider71@hotmail.com","dop":"2025-04-06","serial_number":"19826957408662","imei1":"19826957408662","imei2":"19826957408662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T23:14:37.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":170956,"job_number":"JOB_170956","tr_customer_id":170973,"tr_customer_product_id":170963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:39.000Z","modified_at":"2026-01-29T23:14:44.000Z","name":"Dortha Bahringer","mobile_number":"496-350-9738","email_id":"Wilson.Mills@yahoo.com","dop":"2025-04-06","serial_number":"10253062509701","imei1":"10253062509701","imei2":"10253062509701","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T23:14:44.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":170959,"job_number":"JOB_170959","tr_customer_id":170976,"tr_customer_product_id":170966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:47.000Z","modified_at":"2026-01-29T23:14:53.000Z","name":"Reece Kihn","mobile_number":"757-368-9648","email_id":"Marcelino2@hotmail.com","dop":"2025-04-06","serial_number":"10077374062001","imei1":"10077374062001","imei2":"10077374062001","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T23:14:53.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":171554,"job_number":"JOB_171554","tr_customer_id":171571,"tr_customer_product_id":171561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:25:45.000Z","modified_at":"2026-01-30T07:25:58.000Z","name":"Pascale Pfannerstill","mobile_number":"662-376-4125","email_id":"Christiana3@yahoo.com","dop":"2025-02-01","serial_number":"68057889683595","imei1":"68057889683595","imei2":"68057889683595","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-30T07:25:58.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":171561,"job_number":"JOB_171561","tr_customer_id":171578,"tr_customer_product_id":171568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:38.000Z","modified_at":"2026-01-30T07:40:42.000Z","name":"Richmond Beer","mobile_number":"322-628-1384","email_id":"Anibal.Von@gmail.com","dop":"2025-11-04","serial_number":"96832861930207","imei1":"96832861930207","imei2":"96832861930207","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-30T07:40:42.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 287ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4NDN9.u8sv4EXrUcCNj-xStSzvNn-4cwsrmNGCKGD1BtssDd8
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 46c3b900-4a57-4ce8-b18c-0e2fff4c42aa
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 346ms
Mean size per request: 5.82KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4NDN9.u8sv4EXrUcCNj-xStSzvNn-4cwsrmNGCKGD1BtssDd8
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2ac42bfe-cd5d-4917-a630-6a4f039c8ded
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1744-U3r/I/zRkfznVD2uP4UzBTlZqsM"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 30 Jan 2026 07:40:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":171561,"job_number":"JOB_171561","tr_customer_id":171578,"tr_customer_product_id":171568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:38.000Z","modified_at":"2026-01-30T07:40:42.000Z","name":"Richmond Beer","mobile_number":"322-628-1384","email_id":"Anibal.Von@gmail.com","dop":"2025-11-04","serial_number":"96832861930207","imei1":"96832861930207","imei2":"96832861930207","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-30T07:40:42.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":171561,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-30T07:40:38.000Z"}],"quatations":[]},{"id":171554,"job_number":"JOB_171554","tr_customer_id":171571,"tr_customer_product_id":171561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:25:45.000Z","modified_at":"2026-01-30T07:25:58.000Z","name":"Pascale Pfannerstill","mobile_number":"662-376-4125","email_id":"Christiana3@yahoo.com","dop":"2025-02-01","serial_number":"68057889683595","imei1":"68057889683595","imei2":"68057889683595","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-30T07:25:58.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":171554,"remark":"Battery Issue ","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-30T07:25:45.000Z"}],"quatations":[]},{"id":170959,"job_number":"JOB_170959","tr_customer_id":170976,"tr_customer_product_id":170966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:47.000Z","modified_at":"2026-01-29T23:14:53.000Z","name":"Reece Kihn","mobile_number":"757-368-9648","email_id":"Marcelino2@hotmail.com","dop":"2025-04-06","serial_number":"10077374062001","imei1":"10077374062001","imei2":"10077374062001","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T23:14:53.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":170959,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-29T23:14:47.000Z"}],"quatations":[]},{"id":170956,"job_number":"JOB_170956","tr_customer_id":170973,"tr_customer_product_id":170963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:39.000Z","modified_at":"2026-01-29T23:14:44.000Z","name":"Dortha Bahringer","mobile_number":"496-350-9738","email_id":"Wilson.Mills@yahoo.com","dop":"2025-04-06","serial_number":"10253062509701","imei1":"10253062509701","imei2":"10253062509701","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T23:14:44.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":170956,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-29T23:14:39.000Z"}],"quatations":[]},{"id":170953,"job_number":"JOB_170953","tr_customer_id":170970,"tr_customer_product_id":170960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T23:14:31.000Z","modified_at":"2026-01-29T23:14:37.000Z","name":"Everett Ratke","mobile_number":"484-771-9955","email_id":"Era.Schneider71@hotmail.com","dop":"2025-04-06","serial_number":"19826957408662","imei1":"19826957408662","imei2":"19826957408662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T23:14:37.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":170953,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-29T23:14:31.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 283ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4NDN9.u8sv4EXrUcCNj-xStSzvNn-4cwsrmNGCKGD1BtssDd8
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c4566913-d8a7-4f84-aa7a-452d69395057
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 30 Jan 2026 07:40:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 286ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4NDN9.u8sv4EXrUcCNj-xStSzvNn-4cwsrmNGCKGD1BtssDd8
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f5722675-e50f-43c9-b872-e44df9b86853
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":171561,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0edd6b98-b178-4fcd-8104-be0f3759dd7b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-xY+2VliKFRMZxj7EjS35gw1L9Oc"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTc1ODg0NX0.qE2IaY3JQrh3AnHzHFt9FFr20UAyDXZdUXq3040ksxM"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTc1ODg0NX0.qE2IaY3JQrh3AnHzHFt9FFr20UAyDXZdUXq3040ksxM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b89add53-65c5-43f4-a836-e66ef18c2735
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 293ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTc1ODg0NX0.qE2IaY3JQrh3AnHzHFt9FFr20UAyDXZdUXq3040ksxM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 049a2fb7-93da-4231-b6d3-17e84027b5c8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-Zex0yony5uybemDiz2TIqXi8gi0"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":139},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 279ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTc1ODg0NX0.qE2IaY3JQrh3AnHzHFt9FFr20UAyDXZdUXq3040ksxM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8a1bd88d-bd5f-4135-a056-0c813813de74
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 325ms
Mean size per request: 134.29KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTc1ODg0NX0.qE2IaY3JQrh3AnHzHFt9FFr20UAyDXZdUXq3040ksxM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0e36a298-d5af-425f-a9a7-6b185b191dc9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"21928-IEn4TGGjT5b7yZQkcfpMDuBchWY"
Vary Accept-Encoding
Content-Encoding gzip
Date Fri, 30 Jan 2026 07:40:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":171560,"job_number":"JOB_171560","tr_customer_id":171577,"tr_customer_product_id":171567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:21.000Z","modified_at":"2026-01-30T07:40:33.000Z","name":"Devin Bartoletti","mobile_number":"278-430-3473","email_id":"Maynard35@hotmail.com","dop":"2025-11-04","serial_number":"87938765345437","imei1":"87938765345437","imei2":"87938765345437","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171559,"job_number":"JOB_171559","tr_customer_id":171576,"tr_customer_product_id":171566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:04.000Z","modified_at":"2026-01-30T07:40:17.000Z","name":"Laurine Rodriguez","mobile_number":"486-650-1624","email_id":"Beulah66@gmail.com","dop":"2025-11-04","serial_number":"43020844351253","imei1":"43020844351253","imei2":"43020844351253","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:40:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171446,"job_number":"JOB_171446","tr_customer_id":171463,"tr_customer_product_id":171453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:52.000Z","modified_at":"2026-01-30T06:43:03.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"49556311244532","imei1":"49556311244532","imei2":"49556311244532","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171445,"job_number":"JOB_171445","tr_customer_id":171462,"tr_customer_product_id":171452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:36.000Z","modified_at":"2026-01-30T06:42:48.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"71313155988867","imei1":"71313155988867","imei2":"71313155988867","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171443,"job_number":"JOB_171443","tr_customer_id":171460,"tr_customer_product_id":171450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:21.000Z","modified_at":"2026-01-30T06:42:32.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"75130182262291","imei1":"75130182262291","imei2":"75130182262291","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:42:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171412,"job_number":"JOB_171412","tr_customer_id":171429,"tr_customer_product_id":171419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:36:50.000Z","modified_at":"2026-01-30T06:37:01.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"33805923846679","imei1":"33805923846679","imei2":"33805923846679","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:37:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171411,"job_number":"JOB_171411","tr_customer_id":171428,"tr_customer_product_id":171418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:36:36.000Z","modified_at":"2026-01-30T06:36:46.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"74688819890946","imei1":"74688819890946","imei2":"74688819890946","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:36:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171410,"job_number":"JOB_171410","tr_customer_id":171427,"tr_customer_product_id":171417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:36:21.000Z","modified_at":"2026-01-30T06:36:32.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"86875593560582","imei1":"86875593560582","imei2":"86875593560582","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171408,"job_number":"JOB_171408","tr_customer_id":171425,"tr_customer_product_id":171415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:35:02.000Z","modified_at":"2026-01-30T06:35:14.000Z","name":"Alfonzo Aufderhar","mobile_number":"859-497-6737","email_id":"Caroline.Mann88@yahoo.com","dop":"2025-06-09","serial_number":"108640233809142","imei1":"108640233809142","imei2":"108640233809142","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:35:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171404,"job_number":"JOB_171404","tr_customer_id":171421,"tr_customer_product_id":171411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:45.000Z","modified_at":"2026-01-30T06:34:57.000Z","name":"Louisa Heidenreich","mobile_number":"570-602-4155","email_id":"Jessyca.Schoen55@gmail.com","dop":"2025-06-09","serial_number":"109195166041348","imei1":"109195166041348","imei2":"109195166041348","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:34:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171400,"job_number":"JOB_171400","tr_customer_id":171417,"tr_customer_product_id":171407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:34:27.000Z","modified_at":"2026-01-30T06:34:40.000Z","name":"Verlie Fisher","mobile_number":"628-728-1017","email_id":"Zechariah99@yahoo.com","dop":"2025-06-09","serial_number":"101784256900985","imei1":"101784256900985","imei2":"101784256900985","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:34:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171398,"job_number":"JOB_171398","tr_customer_id":171415,"tr_customer_product_id":171405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:33:05.000Z","modified_at":"2026-01-30T06:33:30.000Z","name":"Daphney Gerhold","mobile_number":"745-935-5291","email_id":"Betsy.Schumm57@gmail.com","dop":"2025-10-01","serial_number":"18150350360797","imei1":"18150350360797","imei2":"18150350360797","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:33:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171396,"job_number":"JOB_171396","tr_customer_id":171413,"tr_customer_product_id":171403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:32:11.000Z","modified_at":"2026-01-30T06:32:21.000Z","name":"Santina Donnelly","mobile_number":"370-551-8089","email_id":"Michale_Kulas@gmail.com","dop":"2025-11-04","serial_number":"14929507918204","imei1":"14929507918204","imei2":"14929507918204","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:32:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171395,"job_number":"JOB_171395","tr_customer_id":171412,"tr_customer_product_id":171402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:31:44.000Z","modified_at":"2026-01-30T06:32:08.000Z","name":"Kimberly Balistreri","mobile_number":"220-568-7720","email_id":"Halie_Kreiger@hotmail.com","dop":"2025-11-04","serial_number":"52629867262072","imei1":"52629867262072","imei2":"52629867262072","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:32:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171237,"job_number":"JOB_171237","tr_customer_id":171254,"tr_customer_product_id":171244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:04:02.000Z","modified_at":"2026-01-30T05:04:11.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"14675267707102","imei1":"14675267707102","imei2":"14675267707102","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:04:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171193,"job_number":"JOB_171193","tr_customer_id":171210,"tr_customer_product_id":171200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:02.000Z","modified_at":"2026-01-30T04:22:13.000Z","name":"Gladyce Funk","mobile_number":"370-260-7945","email_id":"Christina_Wiegand@gmail.com","dop":"2025-06-09","serial_number":"106462706880483","imei1":"106462706880483","imei2":"106462706880483","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171179,"job_number":"JOB_171179","tr_customer_id":171196,"tr_customer_product_id":171186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:48.000Z","modified_at":"2026-01-30T04:21:57.000Z","name":"Geo Kutch","mobile_number":"761-429-2341","email_id":"Armani.Macejkovic@yahoo.com","dop":"2025-12-31","serial_number":"10316074031672","imei1":"10316074031672","imei2":"10316074031672","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171176,"job_number":"JOB_171176","tr_customer_id":171193,"tr_customer_product_id":171183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:47.000Z","modified_at":"2026-01-30T04:21:58.000Z","name":"Joanne Hyatt","mobile_number":"988-275-5806","email_id":"Catharine80@gmail.com","dop":"2025-06-09","serial_number":"103849274999724","imei1":"103849274999724","imei2":"103849274999724","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171166,"job_number":"JOB_171166","tr_customer_id":171183,"tr_customer_product_id":171173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:35.000Z","modified_at":"2026-01-30T04:21:44.000Z","name":"Elva Murray","mobile_number":"960-297-9268","email_id":"Cesar40@yahoo.com","dop":"2025-12-31","serial_number":"10453680492317","imei1":"10453680492317","imei2":"10453680492317","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171164,"job_number":"JOB_171164","tr_customer_id":171181,"tr_customer_product_id":171171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:32.000Z","modified_at":"2026-01-30T04:21:42.000Z","name":"Felipa Krajcik","mobile_number":"647-911-9598","email_id":"Dusty.Ward@gmail.com","dop":"2025-06-09","serial_number":"102433739642713","imei1":"102433739642713","imei2":"102433739642713","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171150,"job_number":"JOB_171150","tr_customer_id":171167,"tr_customer_product_id":171157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:22.000Z","modified_at":"2026-01-30T04:21:31.000Z","name":"Haskell Lueilwitz","mobile_number":"203-887-4896","email_id":"Emerson.Gerlach@yahoo.com","dop":"2025-12-31","serial_number":"10377871921348","imei1":"10377871921348","imei2":"10377871921348","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171144,"job_number":"JOB_171144","tr_customer_id":171161,"tr_customer_product_id":171151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:14.000Z","modified_at":"2026-01-30T04:21:23.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"17874404590567","imei1":"17874404590567","imei2":"17874404590567","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171121,"job_number":"JOB_171121","tr_customer_id":171138,"tr_customer_product_id":171128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:01.000Z","modified_at":"2026-01-30T04:21:25.000Z","name":"Cesar West","mobile_number":"353-412-0901","email_id":"Jarod_Walker@gmail.com","dop":"2025-10-01","serial_number":"15643793779925","imei1":"15643793779925","imei2":"15643793779925","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171078,"job_number":"JOB_171078","tr_customer_id":171095,"tr_customer_product_id":171085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:15.000Z","modified_at":"2026-01-30T04:20:24.000Z","name":"giyu tomiaka","mobile_number":"335-514-5381","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"36494606195662","imei1":"36494606195662","imei2":"36494606195662","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171071,"job_number":"JOB_171071","tr_customer_id":171088,"tr_customer_product_id":171078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:03.000Z","modified_at":"2026-01-30T04:20:12.000Z","name":"tanjiro kamado","mobile_number":"374-832-8564","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"949483204884179","imei1":"949483204884179","imei2":"949483204884179","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171055,"job_number":"JOB_171055","tr_customer_id":171072,"tr_customer_product_id":171062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:51.000Z","modified_at":"2026-01-30T04:20:01.000Z","name":"saitama sensei","mobile_number":"915-507-6957","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"164503681414844","imei1":"164503681414844","imei2":"164503681414844","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171557,"job_number":"JOB_171557","tr_customer_id":171574,"tr_customer_product_id":171564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:00.000Z","modified_at":"2026-01-30T07:40:42.000Z","name":"Ryley Turner","mobile_number":"635-620-6350","email_id":"Petra.Runolfsdottir@yahoo.com","dop":"2025-04-06","serial_number":"10574124757543","imei1":"10574124757543","imei2":"10574124757543","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:40:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171555,"job_number":"JOB_171555","tr_customer_id":171572,"tr_customer_product_id":171562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:28:02.000Z","modified_at":"2026-01-30T07:30:12.000Z","name":"Edwina Heller","mobile_number":"816-680-0220","email_id":"Kari84@hotmail.com","dop":"2025-02-01","serial_number":"102405652641513","imei1":"102405652641513","imei2":"102405652641513","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:30:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171549,"job_number":"JOB_171549","tr_customer_id":171566,"tr_customer_product_id":171556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:32.000Z","modified_at":"2026-01-30T07:12:43.000Z","name":"Terrell Satterfield","mobile_number":"430-605-4024","email_id":"Jaiden_Walsh@yahoo.com","dop":"2025-12-01","serial_number":"13053838673310","imei1":"13053838673310","imei2":"13053838673310","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:12:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171547,"job_number":"JOB_171547","tr_customer_id":171564,"tr_customer_product_id":171554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:16.000Z","modified_at":"2026-01-30T07:12:27.000Z","name":"Rosemarie Kub","mobile_number":"849-855-7101","email_id":"Orrin.Leannon67@yahoo.com","dop":"2025-12-01","serial_number":"19308097848604","imei1":"19308097848604","imei2":"19308097848604","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:12:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171544,"job_number":"JOB_171544","tr_customer_id":171561,"tr_customer_product_id":171551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:12:00.000Z","modified_at":"2026-01-30T07:12:11.000Z","name":"Reed Pfannerstill","mobile_number":"468-910-8021","email_id":"Ashlynn.Cartwright63@hotmail.com","dop":"2025-12-01","serial_number":"11799949595717","imei1":"11799949595717","imei2":"11799949595717","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:12:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171536,"job_number":"JOB_171536","tr_customer_id":171553,"tr_customer_product_id":171543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:03:23.000Z","modified_at":"2026-01-30T07:04:26.000Z","name":"Kaylin Wisozk","mobile_number":"469-902-9439","email_id":"Margarete.Mueller50@gmail.com","dop":"2025-04-06","serial_number":"17636839238460","imei1":"17636839238460","imei2":"17636839238460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:04:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171531,"job_number":"JOB_171531","tr_customer_id":171548,"tr_customer_product_id":171538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:02:32.000Z","modified_at":"2026-01-30T07:03:14.000Z","name":"Wilber Jacobi","mobile_number":"992-552-7723","email_id":"Jillian_Rosenbaum@hotmail.com","dop":"2025-04-06","serial_number":"10488205111150","imei1":"10488205111150","imei2":"10488205111150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:03:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171527,"job_number":"JOB_171527","tr_customer_id":171544,"tr_customer_product_id":171534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:40.000Z","modified_at":"2026-01-30T07:02:24.000Z","name":"Connie Schuppe","mobile_number":"584-955-6634","email_id":"Merlin_Kub@yahoo.com","dop":"2025-04-06","serial_number":"10591221565016","imei1":"10591221565016","imei2":"10591221565016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:02:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171525,"job_number":"JOB_171525","tr_customer_id":171542,"tr_customer_product_id":171532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:01:39.000Z","modified_at":"2026-01-30T07:02:17.000Z","name":"Joanie Powlowski","mobile_number":"802-335-6312","email_id":"Barton_Lebsack@gmail.com","dop":"2025-04-06","serial_number":"14376072532521","imei1":"14376072532521","imei2":"14376072532521","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T07:02:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171522,"job_number":"JOB_171522","tr_customer_id":171539,"tr_customer_product_id":171529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:49.000Z","modified_at":"2026-01-30T06:59:24.000Z","name":"Hubert Von","mobile_number":"240-905-8545","email_id":"Leone35@gmail.com","dop":"2025-04-06","serial_number":"14082966664898","imei1":"14082966664898","imei2":"14082966664898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171518,"job_number":"JOB_171518","tr_customer_id":171535,"tr_customer_product_id":171525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:58:08.000Z","modified_at":"2026-01-30T06:58:43.000Z","name":"Abigayle Kris","mobile_number":"761-332-8215","email_id":"Cecile97@hotmail.com","dop":"2025-04-06","serial_number":"15965980938106","imei1":"15965980938106","imei2":"15965980938106","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171514,"job_number":"JOB_171514","tr_customer_id":171531,"tr_customer_product_id":171521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:58.000Z","modified_at":"2026-01-30T06:58:36.000Z","name":"Sadie Prohaska","mobile_number":"579-300-9292","email_id":"Jordy_Barton50@hotmail.com","dop":"2025-04-06","serial_number":"14908243225646","imei1":"14908243225646","imei2":"14908243225646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:58:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171512,"job_number":"JOB_171512","tr_customer_id":171529,"tr_customer_product_id":171519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:50.000Z","modified_at":"2026-01-30T06:58:25.000Z","name":"Haven O'Keefe","mobile_number":"453-269-6038","email_id":"Mariam.Kertzmann56@yahoo.com","dop":"2025-04-06","serial_number":"13018620907147","imei1":"13018620907147","imei2":"13018620907147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:58:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171509,"job_number":"JOB_171509","tr_customer_id":171526,"tr_customer_product_id":171516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:36.000Z","modified_at":"2026-01-30T06:58:13.000Z","name":"Bill Macejkovic","mobile_number":"344-961-8646","email_id":"Helen_Connelly96@yahoo.com","dop":"2025-04-06","serial_number":"11128181693624","imei1":"11128181693624","imei2":"11128181693624","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171506,"job_number":"JOB_171506","tr_customer_id":171523,"tr_customer_product_id":171513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:26.000Z","modified_at":"2026-01-30T06:58:01.000Z","name":"Orin Gerhold","mobile_number":"788-701-3787","email_id":"Christop_Blanda57@gmail.com","dop":"2025-04-06","serial_number":"16617832952417","imei1":"16617832952417","imei2":"16617832952417","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171503,"job_number":"JOB_171503","tr_customer_id":171520,"tr_customer_product_id":171510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:57:06.000Z","modified_at":"2026-01-30T06:57:43.000Z","name":"Dewitt Herzog","mobile_number":"704-535-4877","email_id":"Ericka.Willms1@hotmail.com","dop":"2025-04-06","serial_number":"13948918409698","imei1":"13948918409698","imei2":"13948918409698","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171500,"job_number":"JOB_171500","tr_customer_id":171517,"tr_customer_product_id":171507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:56:23.000Z","modified_at":"2026-01-30T06:56:59.000Z","name":"Minnie O'Connell","mobile_number":"503-908-6287","email_id":"Angelo_Schuppe25@gmail.com","dop":"2025-04-06","serial_number":"18929316598505","imei1":"18929316598505","imei2":"18929316598505","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171493,"job_number":"JOB_171493","tr_customer_id":171510,"tr_customer_product_id":171500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:53:15.000Z","modified_at":"2026-01-30T06:53:58.000Z","name":"Charlene Shields","mobile_number":"603-379-4684","email_id":"Tyree_Lang@yahoo.com","dop":"2025-04-06","serial_number":"12230021042897","imei1":"12230021042897","imei2":"12230021042897","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:53:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171490,"job_number":"JOB_171490","tr_customer_id":171507,"tr_customer_product_id":171497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:24.000Z","modified_at":"2026-01-30T06:53:07.000Z","name":"Toy Von","mobile_number":"820-878-0914","email_id":"Fleta.Ritchie@hotmail.com","dop":"2025-04-06","serial_number":"12895160614008","imei1":"12895160614008","imei2":"12895160614008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:53:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171487,"job_number":"JOB_171487","tr_customer_id":171504,"tr_customer_product_id":171494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:52:16.000Z","modified_at":"2026-01-30T06:52:54.000Z","name":"Palma Oberbrunner","mobile_number":"538-629-5570","email_id":"Ian56@gmail.com","dop":"2000-01-31","serial_number":"10592997565497","imei1":"10592997565497","imei2":"10592997565497","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:52:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171484,"job_number":"JOB_171484","tr_customer_id":171501,"tr_customer_product_id":171491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:32.000Z","modified_at":"2026-01-30T06:52:15.000Z","name":"Esmeralda Hilll","mobile_number":"370-515-7377","email_id":"Thalia31@yahoo.com","dop":"2025-04-06","serial_number":"15009687982338","imei1":"15009687982338","imei2":"15009687982338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:52:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171481,"job_number":"JOB_171481","tr_customer_id":171498,"tr_customer_product_id":171488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:30.000Z","modified_at":"2026-01-30T06:52:09.000Z","name":"Lula Satterfield","mobile_number":"953-755-0711","email_id":"Osbaldo.Rutherford15@hotmail.com","dop":"2000-01-31","serial_number":"10794771181519","imei1":"10794771181519","imei2":"10794771181519","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:52:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171478,"job_number":"JOB_171478","tr_customer_id":171495,"tr_customer_product_id":171485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:51:23.000Z","modified_at":"2026-01-30T06:52:00.000Z","name":"Ena Reynolds","mobile_number":"710-692-4832","email_id":"Casper_Zemlak@yahoo.com","dop":"2025-04-06","serial_number":"13290862438213","imei1":"13290862438213","imei2":"13290862438213","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:52:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171475,"job_number":"JOB_171475","tr_customer_id":171492,"tr_customer_product_id":171482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:44.000Z","modified_at":"2026-01-30T06:51:22.000Z","name":"Sandrine Ankunding","mobile_number":"266-338-8420","email_id":"Delta.Kihn87@yahoo.com","dop":"2000-01-31","serial_number":"10872509323159","imei1":"10872509323159","imei2":"10872509323159","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:51:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171472,"job_number":"JOB_171472","tr_customer_id":171489,"tr_customer_product_id":171479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:50:39.000Z","modified_at":"2026-01-30T06:51:16.000Z","name":"Nicole Koch","mobile_number":"675-794-8383","email_id":"Ansley_Cassin13@hotmail.com","dop":"2025-04-06","serial_number":"10088242667168","imei1":"10088242667168","imei2":"10088242667168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171468,"job_number":"JOB_171468","tr_customer_id":171485,"tr_customer_product_id":171475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:57.000Z","modified_at":"2026-01-30T06:50:36.000Z","name":"Karl Hermann","mobile_number":"290-777-9104","email_id":"Roxanne.Crooks@hotmail.com","dop":"2000-01-31","serial_number":"10652864214019","imei1":"10652864214019","imei2":"10652864214019","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171465,"job_number":"JOB_171465","tr_customer_id":171482,"tr_customer_product_id":171472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:49:54.000Z","modified_at":"2026-01-30T06:50:31.000Z","name":"Jon Murray","mobile_number":"381-202-9885","email_id":"Hayley15@gmail.com","dop":"2025-04-06","serial_number":"18840942941616","imei1":"18840942941616","imei2":"18840942941616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:50:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171462,"job_number":"JOB_171462","tr_customer_id":171479,"tr_customer_product_id":171469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:48:01.000Z","modified_at":"2026-01-30T06:48:37.000Z","name":"Ally Christiansen","mobile_number":"410-987-7376","email_id":"Marina54@yahoo.com","dop":"2025-04-06","serial_number":"14337740333569","imei1":"14337740333569","imei2":"14337740333569","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171461,"job_number":"JOB_171461","tr_customer_id":171478,"tr_customer_product_id":171468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:38.000Z","modified_at":"2026-01-30T06:44:48.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15543156432259","imei2":"15543156432259","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:44:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171458,"job_number":"JOB_171458","tr_customer_id":171475,"tr_customer_product_id":171465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:27.000Z","modified_at":"2026-01-30T06:45:03.000Z","name":"Rodolfo Rohan","mobile_number":"458-992-1210","email_id":"Eloise90@hotmail.com","dop":"2025-04-06","serial_number":"12791608737944","imei1":"12791608737944","imei2":"12791608737944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:45:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171456,"job_number":"JOB_171456","tr_customer_id":171473,"tr_customer_product_id":171463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:25.000Z","modified_at":"2026-01-30T06:44:35.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10140036009857","imei2":"10140036009857","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171454,"job_number":"JOB_171454","tr_customer_id":171471,"tr_customer_product_id":171461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:44:12.000Z","modified_at":"2026-01-30T06:44:21.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"10384620595500","imei2":"10384620595500","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:44:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171451,"job_number":"JOB_171451","tr_customer_id":171468,"tr_customer_product_id":171458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:45.000Z","modified_at":"2026-01-30T06:44:20.000Z","name":"Jaida Ferry","mobile_number":"451-775-2328","email_id":"Faye.Cruickshank@gmail.com","dop":"2025-04-06","serial_number":"11447686334437","imei1":"11447686334437","imei2":"11447686334437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:44:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171448,"job_number":"JOB_171448","tr_customer_id":171465,"tr_customer_product_id":171455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:43:01.000Z","modified_at":"2026-01-30T06:43:38.000Z","name":"Donald White","mobile_number":"933-961-6682","email_id":"Janice74@yahoo.com","dop":"2025-04-06","serial_number":"13866586605913","imei1":"13866586605913","imei2":"13866586605913","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:43:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171442,"job_number":"JOB_171442","tr_customer_id":171459,"tr_customer_product_id":171449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:42:20.000Z","modified_at":"2026-01-30T06:43:02.000Z","name":"Lelia Williamson","mobile_number":"624-703-3457","email_id":"Daniela.Dibbert@gmail.com","dop":"2025-04-06","serial_number":"15708596892660","imei1":"15708596892660","imei2":"15708596892660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:43:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171438,"job_number":"JOB_171438","tr_customer_id":171455,"tr_customer_product_id":171445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:41:30.000Z","modified_at":"2026-01-30T06:42:11.000Z","name":"Carol Orn","mobile_number":"443-207-0123","email_id":"Dusty71@hotmail.com","dop":"2025-04-06","serial_number":"10098863898328","imei1":"10098863898328","imei2":"10098863898328","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171435,"job_number":"JOB_171435","tr_customer_id":171452,"tr_customer_product_id":171442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:40:39.000Z","modified_at":"2026-01-30T06:41:21.000Z","name":"Eloise Bernier","mobile_number":"843-219-6957","email_id":"Astrid85@yahoo.com","dop":"2025-04-06","serial_number":"18188436078581","imei1":"18188436078581","imei2":"18188436078581","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:41:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171432,"job_number":"JOB_171432","tr_customer_id":171449,"tr_customer_product_id":171439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:39:43.000Z","modified_at":"2026-01-30T06:40:41.000Z","name":"Flossie Gislason","mobile_number":"771-490-3579","email_id":"Aurore.Bosco44@hotmail.com","dop":"2025-04-06","serial_number":"11925292084606","imei1":"11925292084606","imei2":"11925292084606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:40:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171429,"job_number":"JOB_171429","tr_customer_id":171446,"tr_customer_product_id":171436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:53.000Z","modified_at":"2026-01-30T06:39:34.000Z","name":"Angelica Mueller","mobile_number":"409-922-1138","email_id":"Schuyler79@hotmail.com","dop":"2025-04-06","serial_number":"17754698422174","imei1":"17754698422174","imei2":"17754698422174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:39:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171422,"job_number":"JOB_171422","tr_customer_id":171439,"tr_customer_product_id":171429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:06.000Z","modified_at":"2026-01-30T06:38:41.000Z","name":"Tanya Muller","mobile_number":"499-863-5591","email_id":"Jerrell.Shanahan@gmail.com","dop":"2025-06-18","serial_number":"10767366403962","imei1":"10767366403962","imei2":"10767366403962","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:38:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171419,"job_number":"JOB_171419","tr_customer_id":171436,"tr_customer_product_id":171426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:38:03.000Z","modified_at":"2026-01-30T06:38:45.000Z","name":"Emory Hills","mobile_number":"449-516-7006","email_id":"Beverly72@hotmail.com","dop":"2025-04-06","serial_number":"17377993774340","imei1":"17377993774340","imei2":"17377993774340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:38:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171416,"job_number":"JOB_171416","tr_customer_id":171433,"tr_customer_product_id":171423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:23.000Z","modified_at":"2026-01-30T06:37:59.000Z","name":"Monique Metz","mobile_number":"784-353-6279","email_id":"Randall_Kihn71@hotmail.com","dop":"2025-06-18","serial_number":"10233704225337","imei1":"10233704225337","imei2":"10233704225337","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:37:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171413,"job_number":"JOB_171413","tr_customer_id":171430,"tr_customer_product_id":171420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T06:37:17.000Z","modified_at":"2026-01-30T06:37:53.000Z","name":"Alyce Braun","mobile_number":"514-278-6826","email_id":"Bianka_Bradtke@hotmail.com","dop":"2025-04-06","serial_number":"14063792866555","imei1":"14063792866555","imei2":"14063792866555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T06:37:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171253,"job_number":"JOB_171253","tr_customer_id":171270,"tr_customer_product_id":171260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:37:29.000Z","modified_at":"2026-01-30T05:38:06.000Z","name":"Haylie Senger","mobile_number":"480-490-2595","email_id":"Alfonso_Pollich@hotmail.com","dop":"2025-04-06","serial_number":"10418918173318","imei1":"10418918173318","imei2":"10418918173318","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:38:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171251,"job_number":"JOB_171251","tr_customer_id":171268,"tr_customer_product_id":171258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:36:44.000Z","modified_at":"2026-01-30T05:37:21.000Z","name":"Nathanael Kling","mobile_number":"232-876-6308","email_id":"Lenny_Bailey@gmail.com","dop":"2025-04-06","serial_number":"19556357849730","imei1":"19556357849730","imei2":"19556357849730","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171249,"job_number":"JOB_171249","tr_customer_id":171266,"tr_customer_product_id":171256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:35:58.000Z","modified_at":"2026-01-30T05:36:37.000Z","name":"Ocie Macejkovic","mobile_number":"246-663-0168","email_id":"Reyes.Becker@yahoo.com","dop":"2025-04-06","serial_number":"14449900881203","imei1":"14449900881203","imei2":"14449900881203","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171247,"job_number":"JOB_171247","tr_customer_id":171264,"tr_customer_product_id":171254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:30:32.000Z","modified_at":"2026-01-30T05:31:11.000Z","name":"Felipe Mraz","mobile_number":"517-967-8522","email_id":"Jamil_Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"19187218117301","imei1":"19187218117301","imei2":"19187218117301","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:31:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171245,"job_number":"JOB_171245","tr_customer_id":171262,"tr_customer_product_id":171252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:30:04.000Z","modified_at":"2026-01-30T05:30:43.000Z","name":"Dominic Cormier","mobile_number":"958-552-7914","email_id":"Wanda46@yahoo.com","dop":"2025-04-06","serial_number":"12926045766059","imei1":"12926045766059","imei2":"12926045766059","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:30:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171244,"job_number":"JOB_171244","tr_customer_id":171261,"tr_customer_product_id":171251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:11:56.000Z","modified_at":"2026-01-30T05:12:05.000Z","name":"Mozell Gaylord","mobile_number":"812-893-0658","email_id":"Annie81@yahoo.com","dop":"2025-07-01","serial_number":"102650484924225","imei1":"102650484924225","imei2":"102650484924225","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:12:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171242,"job_number":"JOB_171242","tr_customer_id":171259,"tr_customer_product_id":171249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T05:11:44.000Z","modified_at":"2026-01-30T05:11:54.000Z","name":"Napoleon Medhurst","mobile_number":"288-457-4406","email_id":"Vada.Stiedemann@hotmail.com","dop":"2025-07-01","serial_number":"104587700088120","imei1":"104587700088120","imei2":"104587700088120","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T05:11:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171236,"job_number":"JOB_171236","tr_customer_id":171253,"tr_customer_product_id":171243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:27:32.000Z","modified_at":"2026-01-30T04:27:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"98426724134357","imei1":"98426724134357","imei2":"98426724134357","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:27:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171229,"job_number":"JOB_171229","tr_customer_id":171246,"tr_customer_product_id":171236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:59.000Z","modified_at":"2026-01-30T04:27:24.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"21805108621548","imei1":"21805108621548","imei2":"21805108621548","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171222,"job_number":"JOB_171222","tr_customer_id":171239,"tr_customer_product_id":171229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:26:26.000Z","modified_at":"2026-01-30T04:26:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27371656251453","imei1":"27371656251453","imei2":"27371656251453","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171214,"job_number":"JOB_171214","tr_customer_id":171231,"tr_customer_product_id":171221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:37.000Z","modified_at":"2026-01-30T04:23:13.000Z","name":"Virginie Medhurst","mobile_number":"275-955-1770","email_id":"Tess.Thompson26@yahoo.com","dop":"2025-04-06","serial_number":"13313639510003","imei1":"13313639510003","imei2":"13313639510003","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:23:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171211,"job_number":"JOB_171211","tr_customer_id":171228,"tr_customer_product_id":171218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:36.000Z","modified_at":"2026-01-30T04:23:12.000Z","name":"Elizabeth Dare","mobile_number":"396-361-8990","email_id":"Trisha39@gmail.com","dop":"2025-04-06","serial_number":"15798089842437","imei1":"15798089842437","imei2":"15798089842437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:23:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171208,"job_number":"JOB_171208","tr_customer_id":171225,"tr_customer_product_id":171215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:33.000Z","modified_at":"2026-01-30T04:23:09.000Z","name":"Guy Osinski","mobile_number":"294-570-2929","email_id":"Effie73@hotmail.com","dop":"2000-01-31","serial_number":"10976746520661","imei1":"10976746520661","imei2":"10976746520661","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:23:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171205,"job_number":"JOB_171205","tr_customer_id":171222,"tr_customer_product_id":171212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:31.000Z","modified_at":"2026-01-30T04:23:08.000Z","name":"Mathilde Muller","mobile_number":"542-704-4554","email_id":"Kennedi_Miller@yahoo.com","dop":"2025-04-06","serial_number":"18419473111100","imei1":"18419473111100","imei2":"18419473111100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:23:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171202,"job_number":"JOB_171202","tr_customer_id":171219,"tr_customer_product_id":171209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:23.000Z","modified_at":"2026-01-30T04:22:57.000Z","name":"Christina Kuhic","mobile_number":"272-552-6195","email_id":"Oleta.Crooks94@hotmail.com","dop":"2025-04-06","serial_number":"15715587399687","imei1":"15715587399687","imei2":"15715587399687","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171199,"job_number":"JOB_171199","tr_customer_id":171216,"tr_customer_product_id":171206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:21.000Z","modified_at":"2026-01-30T04:22:59.000Z","name":"Asha Nader","mobile_number":"557-676-3762","email_id":"Alek.Luettgen81@gmail.com","dop":"2025-04-06","serial_number":"12014634608051","imei1":"12014634608051","imei2":"12014634608051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171196,"job_number":"JOB_171196","tr_customer_id":171213,"tr_customer_product_id":171203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:22:06.000Z","modified_at":"2026-01-30T04:22:43.000Z","name":"Gladys Walter","mobile_number":"437-327-1858","email_id":"Jaren.Hirthe@yahoo.com","dop":"2025-04-06","serial_number":"18442219829468","imei1":"18442219829468","imei2":"18442219829468","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171189,"job_number":"JOB_171189","tr_customer_id":171206,"tr_customer_product_id":171196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:54.000Z","modified_at":"2026-01-30T04:22:30.000Z","name":"Houston Conn","mobile_number":"473-975-4728","email_id":"Teagan20@gmail.com","dop":"2025-04-06","serial_number":"13522069771161","imei1":"13522069771161","imei2":"13522069771161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171187,"job_number":"JOB_171187","tr_customer_id":171204,"tr_customer_product_id":171194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:53.000Z","modified_at":"2026-01-30T04:22:29.000Z","name":"Juliet Homenick","mobile_number":"770-526-6194","email_id":"Herbert_Thompson@yahoo.com","dop":"2025-04-06","serial_number":"12528902898954","imei1":"12528902898954","imei2":"12528902898954","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171183,"job_number":"JOB_171183","tr_customer_id":171200,"tr_customer_product_id":171190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:49.000Z","modified_at":"2026-01-30T04:22:26.000Z","name":"Amir Friesen","mobile_number":"579-551-9763","email_id":"Krystal.Abshire24@gmail.com","dop":"2025-04-06","serial_number":"10639585643163","imei1":"10639585643163","imei2":"10639585643163","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171181,"job_number":"JOB_171181","tr_customer_id":171198,"tr_customer_product_id":171188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:49.000Z","modified_at":"2026-01-30T04:22:26.000Z","name":"Lorna Fisher","mobile_number":"396-317-3645","email_id":"Kamille69@gmail.com","dop":"2000-01-31","serial_number":"10484380230968","imei1":"10484380230968","imei2":"10484380230968","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171174,"job_number":"JOB_171174","tr_customer_id":171191,"tr_customer_product_id":171181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:46.000Z","modified_at":"2026-01-30T04:22:23.000Z","name":"Vesta Rowe","mobile_number":"610-866-4392","email_id":"Oran44@hotmail.com","dop":"2025-04-06","serial_number":"12663260551347","imei1":"12663260551347","imei2":"12663260551347","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171171,"job_number":"JOB_171171","tr_customer_id":171188,"tr_customer_product_id":171178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:42.000Z","modified_at":"2026-01-30T04:22:16.000Z","name":"Myriam Mills","mobile_number":"842-398-0364","email_id":"Elfrieda.Stroman15@gmail.com","dop":"2025-04-06","serial_number":"10248037553103","imei1":"10248037553103","imei2":"10248037553103","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171168,"job_number":"JOB_171168","tr_customer_id":171185,"tr_customer_product_id":171175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:36.000Z","modified_at":"2026-01-30T04:22:14.000Z","name":"Johan Gutkowski","mobile_number":"737-821-7603","email_id":"Maryam.Durgan@hotmail.com","dop":"2025-04-06","serial_number":"18367755607802","imei1":"18367755607802","imei2":"18367755607802","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171160,"job_number":"JOB_171160","tr_customer_id":171177,"tr_customer_product_id":171167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:26.000Z","modified_at":"2026-01-30T04:22:04.000Z","name":"Deangelo Fritsch","mobile_number":"599-399-7360","email_id":"Easter.Pagac@gmail.com","dop":"2025-04-06","serial_number":"14191736993844","imei1":"14191736993844","imei2":"14191736993844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171159,"job_number":"JOB_171159","tr_customer_id":171176,"tr_customer_product_id":171166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:26.000Z","modified_at":"2026-01-30T04:22:04.000Z","name":"Dallin Prohaska","mobile_number":"890-959-6148","email_id":"Casper46@gmail.com","dop":"2025-04-06","serial_number":"18274643615592","imei1":"18274643615592","imei2":"18274643615592","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171154,"job_number":"JOB_171154","tr_customer_id":171171,"tr_customer_product_id":171161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:24.000Z","modified_at":"2026-01-30T04:22:02.000Z","name":"Larry Stokes","mobile_number":"668-306-6003","email_id":"Britney.Cartwright35@gmail.com","dop":"2025-04-06","serial_number":"13932811352491","imei1":"13932811352491","imei2":"13932811352491","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:22:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171152,"job_number":"JOB_171152","tr_customer_id":171169,"tr_customer_product_id":171159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:23.000Z","modified_at":"2026-01-30T04:21:57.000Z","name":"Antone Zboncak","mobile_number":"859-970-5724","email_id":"Tess52@yahoo.com","dop":"2026-01-04","serial_number":"11066365737946","imei1":"11066365737946","imei2":"11066365737946","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171148,"job_number":"JOB_171148","tr_customer_id":171165,"tr_customer_product_id":171155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:20.000Z","modified_at":"2026-01-30T04:21:58.000Z","name":"Jermaine Wiza","mobile_number":"603-396-7869","email_id":"Alysha_Bruen53@yahoo.com","dop":"2025-04-06","serial_number":"12802137908437","imei1":"12802137908437","imei2":"12802137908437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171143,"job_number":"JOB_171143","tr_customer_id":171160,"tr_customer_product_id":171150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:13.000Z","modified_at":"2026-01-30T04:21:50.000Z","name":"Lawrence Bauch","mobile_number":"468-679-6235","email_id":"Hulda.Leuschke@gmail.com","dop":"2025-04-06","serial_number":"18537360446847","imei1":"18537360446847","imei2":"18537360446847","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171139,"job_number":"JOB_171139","tr_customer_id":171156,"tr_customer_product_id":171146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:10.000Z","modified_at":"2026-01-30T04:21:46.000Z","name":"Isabell Weber","mobile_number":"939-761-0899","email_id":"Pat.Krajcik51@hotmail.com","dop":"2025-04-06","serial_number":"13309268464703","imei1":"13309268464703","imei2":"13309268464703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171138,"job_number":"JOB_171138","tr_customer_id":171155,"tr_customer_product_id":171145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:10.000Z","modified_at":"2026-01-30T04:21:47.000Z","name":"Madaline McLaughlin","mobile_number":"675-566-0745","email_id":"Pattie_Boyer88@yahoo.com","dop":"2025-04-06","serial_number":"18598134568134","imei1":"18598134568134","imei2":"18598134568134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171133,"job_number":"JOB_171133","tr_customer_id":171150,"tr_customer_product_id":171140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:06.000Z","modified_at":"2026-01-30T04:21:42.000Z","name":"Doug Bernhard","mobile_number":"977-435-7303","email_id":"Ben.Reinger60@gmail.com","dop":"2025-04-06","serial_number":"13341872673650","imei1":"13341872673650","imei2":"13341872673650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171131,"job_number":"JOB_171131","tr_customer_id":171148,"tr_customer_product_id":171138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:05.000Z","modified_at":"2026-01-30T04:21:41.000Z","name":"Dexter Lueilwitz","mobile_number":"857-214-8261","email_id":"Eleonore.Runte81@yahoo.com","dop":"2000-01-31","serial_number":"10353225356391","imei1":"10353225356391","imei2":"10353225356391","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171124,"job_number":"JOB_171124","tr_customer_id":171141,"tr_customer_product_id":171131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:02.000Z","modified_at":"2026-01-30T04:21:39.000Z","name":"Genesis Borer","mobile_number":"673-984-1481","email_id":"Shad_Moen36@yahoo.com","dop":"2025-04-06","serial_number":"12377950389371","imei1":"12377950389371","imei2":"12377950389371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171120,"job_number":"JOB_171120","tr_customer_id":171137,"tr_customer_product_id":171127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:21:00.000Z","modified_at":"2026-01-30T04:21:35.000Z","name":"Buck Bednar","mobile_number":"672-631-5214","email_id":"Enola.Aufderhar45@gmail.com","dop":"2025-04-06","serial_number":"17789959272786","imei1":"17789959272786","imei2":"17789959272786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171115,"job_number":"JOB_171115","tr_customer_id":171132,"tr_customer_product_id":171122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:50.000Z","modified_at":"2026-01-30T04:21:28.000Z","name":"Martin Considine","mobile_number":"770-332-9003","email_id":"Lucinda_Watsica@yahoo.com","dop":"2025-04-06","serial_number":"13161329373235","imei1":"13161329373235","imei2":"13161329373235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171109,"job_number":"JOB_171109","tr_customer_id":171126,"tr_customer_product_id":171116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:48.000Z","modified_at":"2026-01-30T04:21:03.000Z","name":"Karley Haley","mobile_number":"800-498-2930","email_id":"Bartholome_Marvin43@gmail.com","dop":"2025-05-30","serial_number":"13798031396521","imei1":"13798031396521","imei2":"13798031396521","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171107,"job_number":"JOB_171107","tr_customer_id":171124,"tr_customer_product_id":171114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:46.000Z","modified_at":"2026-01-30T04:21:20.000Z","name":"Caroline Smitham","mobile_number":"582-364-1825","email_id":"Meagan.Kreiger@hotmail.com","dop":"2025-04-06","serial_number":"17067560025590","imei1":"17067560025590","imei2":"17067560025590","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171104,"job_number":"JOB_171104","tr_customer_id":171121,"tr_customer_product_id":171111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:42.000Z","modified_at":"2026-01-30T04:21:16.000Z","name":"Elias Stiedemann","mobile_number":"394-451-3619","email_id":"Julian.Bosco@gmail.com","dop":"2026-01-04","serial_number":"13402030649829","imei1":"13402030649829","imei2":"13402030649829","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171100,"job_number":"JOB_171100","tr_customer_id":171117,"tr_customer_product_id":171107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:41.000Z","modified_at":"2026-01-30T04:21:18.000Z","name":"Gregg Lemke","mobile_number":"385-400-3306","email_id":"Rosella8@hotmail.com","dop":"2025-04-06","serial_number":"13118294014917","imei1":"13118294014917","imei2":"13118294014917","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171099,"job_number":"JOB_171099","tr_customer_id":171116,"tr_customer_product_id":171106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:41.000Z","modified_at":"2026-01-30T04:21:19.000Z","name":"Yessenia Kuvalis","mobile_number":"284-357-7039","email_id":"Cordie.Koepp14@hotmail.com","dop":"2025-04-06","serial_number":"15379390528804","imei1":"15379390528804","imei2":"15379390528804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171095,"job_number":"JOB_171095","tr_customer_id":171112,"tr_customer_product_id":171102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:38.000Z","modified_at":"2026-01-30T04:21:16.000Z","name":"Caterina Donnelly","mobile_number":"906-510-7730","email_id":"Orrin25@gmail.com","dop":"2025-04-06","serial_number":"12139798991850","imei1":"12139798991850","imei2":"12139798991850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171092,"job_number":"JOB_171092","tr_customer_id":171109,"tr_customer_product_id":171099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:35.000Z","modified_at":"2026-01-30T04:21:13.000Z","name":"Arjun Hermiston","mobile_number":"625-552-5534","email_id":"Reuben_Friesen83@yahoo.com","dop":"2025-04-06","serial_number":"11022105328189","imei1":"11022105328189","imei2":"11022105328189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171089,"job_number":"JOB_171089","tr_customer_id":171106,"tr_customer_product_id":171096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:29.000Z","modified_at":"2026-01-30T04:21:06.000Z","name":"Gertrude Davis","mobile_number":"563-893-9197","email_id":"Jazlyn_Volkman@hotmail.com","dop":"2025-04-06","serial_number":"17779717239771","imei1":"17779717239771","imei2":"17779717239771","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:21:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171085,"job_number":"JOB_171085","tr_customer_id":171102,"tr_customer_product_id":171092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:19.000Z","modified_at":"2026-01-30T04:20:57.000Z","name":"Gus Monahan","mobile_number":"395-637-3214","email_id":"Rachelle.Corkery94@yahoo.com","dop":"2000-01-31","serial_number":"10910203971223","imei1":"10910203971223","imei2":"10910203971223","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171083,"job_number":"JOB_171083","tr_customer_id":171100,"tr_customer_product_id":171090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:19.000Z","modified_at":"2026-01-30T04:20:57.000Z","name":"Dorris Moore","mobile_number":"394-290-2319","email_id":"Rhiannon.Veum58@gmail.com","dop":"2025-06-18","serial_number":"10324009690518","imei1":"10324009690518","imei2":"10324009690518","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171081,"job_number":"JOB_171081","tr_customer_id":171098,"tr_customer_product_id":171088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:18.000Z","modified_at":"2026-01-30T04:20:28.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18356008075648","imei2":"18356008075648","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171076,"job_number":"JOB_171076","tr_customer_id":171093,"tr_customer_product_id":171083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:06.000Z","modified_at":"2026-01-30T04:20:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"15443812201604","imei2":"15443812201604","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171075,"job_number":"JOB_171075","tr_customer_id":171092,"tr_customer_product_id":171082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:05.000Z","modified_at":"2026-01-30T04:20:39.000Z","name":"Gonzalo Kris","mobile_number":"469-231-6928","email_id":"Cierra.Emmerich@gmail.com","dop":"2025-04-06","serial_number":"13553554451999","imei1":"13553554451999","imei2":"13553554451999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171070,"job_number":"JOB_171070","tr_customer_id":171087,"tr_customer_product_id":171077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:02.000Z","modified_at":"2026-01-30T04:20:38.000Z","name":"Arlene Keeling","mobile_number":"720-669-0454","email_id":"Leone.Hudson@yahoo.com","dop":"2025-04-06","serial_number":"12024300634335","imei1":"12024300634335","imei2":"12024300634335","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171068,"job_number":"JOB_171068","tr_customer_id":171085,"tr_customer_product_id":171075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:20:01.000Z","modified_at":"2026-01-30T04:20:35.000Z","name":"Manuel Kerluke","mobile_number":"933-896-3873","email_id":"Rey.Hammes88@gmail.com","dop":"2026-01-04","serial_number":"11452172762469","imei1":"11452172762469","imei2":"11452172762469","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171063,"job_number":"JOB_171063","tr_customer_id":171080,"tr_customer_product_id":171070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:55.000Z","modified_at":"2026-01-30T04:20:33.000Z","name":"Imani Wiegand","mobile_number":"255-348-0787","email_id":"Kaela.Thiel13@yahoo.com","dop":"2025-04-06","serial_number":"16527384772213","imei1":"16527384772213","imei2":"16527384772213","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171061,"job_number":"JOB_171061","tr_customer_id":171078,"tr_customer_product_id":171068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:54.000Z","modified_at":"2026-01-30T04:20:33.000Z","name":"Gus Skiles","mobile_number":"369-842-6353","email_id":"Amy49@yahoo.com","dop":"2025-04-06","serial_number":"14053429176612","imei1":"14053429176612","imei2":"14053429176612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171058,"job_number":"JOB_171058","tr_customer_id":171075,"tr_customer_product_id":171065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:53.000Z","modified_at":"2026-01-30T04:20:02.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16951735746673","imei2":"16951735746673","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171056,"job_number":"JOB_171056","tr_customer_id":171073,"tr_customer_product_id":171063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:51.000Z","modified_at":"2026-01-30T04:20:30.000Z","name":"Casandra Zieme","mobile_number":"603-407-3164","email_id":"Humberto8@yahoo.com","dop":"2025-04-06","serial_number":"15488038453546","imei1":"15488038453546","imei2":"15488038453546","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171051,"job_number":"JOB_171051","tr_customer_id":171068,"tr_customer_product_id":171058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:49.000Z","modified_at":"2026-01-30T04:20:27.000Z","name":"Colten Veum","mobile_number":"259-638-4517","email_id":"Mohamed.Robel11@yahoo.com","dop":"2025-04-06","serial_number":"13769763754010","imei1":"13769763754010","imei2":"13769763754010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171050,"job_number":"JOB_171050","tr_customer_id":171067,"tr_customer_product_id":171057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:49.000Z","modified_at":"2026-01-30T04:20:26.000Z","name":"Sophia Bayer","mobile_number":"631-812-1489","email_id":"Wade85@hotmail.com","dop":"2025-04-06","serial_number":"10938561197115","imei1":"10938561197115","imei2":"10938561197115","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171048,"job_number":"JOB_171048","tr_customer_id":171065,"tr_customer_product_id":171055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:43.000Z","modified_at":"2026-01-30T04:20:21.000Z","name":"Twila Harris","mobile_number":"398-772-1581","email_id":"Jude66@yahoo.com","dop":"2025-04-06","serial_number":"12140445877097","imei1":"12140445877097","imei2":"12140445877097","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171044,"job_number":"JOB_171044","tr_customer_id":171061,"tr_customer_product_id":171051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:41.000Z","modified_at":"2026-01-30T04:20:19.000Z","name":"Valerie Morissette","mobile_number":"256-501-6797","email_id":"Oswaldo.Zieme@gmail.com","dop":"2025-04-06","serial_number":"14706055168054","imei1":"14706055168054","imei2":"14706055168054","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171043,"job_number":"JOB_171043","tr_customer_id":171060,"tr_customer_product_id":171050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:41.000Z","modified_at":"2026-01-30T04:20:17.000Z","name":"Elenora Cruickshank","mobile_number":"865-710-8339","email_id":"Cloyd.Ferry15@gmail.com","dop":"2025-04-06","serial_number":"14775289901635","imei1":"14775289901635","imei2":"14775289901635","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171040,"job_number":"JOB_171040","tr_customer_id":171057,"tr_customer_product_id":171047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:34.000Z","modified_at":"2026-01-30T04:20:11.000Z","name":"Earline Larson","mobile_number":"345-300-6962","email_id":"Emmie.Treutel39@yahoo.com","dop":"2025-06-18","serial_number":"10364753533255","imei1":"10364753533255","imei2":"10364753533255","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:20:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171037,"job_number":"JOB_171037","tr_customer_id":171054,"tr_customer_product_id":171044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:25.000Z","modified_at":"2026-01-30T04:19:59.000Z","name":"Wiley Ullrich","mobile_number":"640-431-6531","email_id":"Eli_Gaylord@gmail.com","dop":"2025-04-06","serial_number":"10023726703379","imei1":"10023726703379","imei2":"10023726703379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:19:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171035,"job_number":"JOB_171035","tr_customer_id":171052,"tr_customer_product_id":171042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:23.000Z","modified_at":"2026-01-30T04:19:32.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"74556418560223","imei1":"74556418560223","imei2":"74556418560223","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:19:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171033,"job_number":"JOB_171033","tr_customer_id":171050,"tr_customer_product_id":171040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:13.000Z","modified_at":"2026-01-30T04:19:49.000Z","name":"Fidel Olson","mobile_number":"340-753-4064","email_id":"Savannah.Beier@yahoo.com","dop":"2025-04-06","serial_number":"19460900184875","imei1":"19460900184875","imei2":"19460900184875","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:19:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171032,"job_number":"JOB_171032","tr_customer_id":171049,"tr_customer_product_id":171039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:19:11.000Z","modified_at":"2026-01-30T04:19:20.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"80496478248637","imei1":"80496478248637","imei2":"80496478248637","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:19:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171030,"job_number":"JOB_171030","tr_customer_id":171047,"tr_customer_product_id":171037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T04:10:20.000Z","modified_at":"2026-01-30T04:10:25.000Z","name":"Rosalind White","mobile_number":"337-508-4439","email_id":"Jaime11@gmail.com","dop":"2025-02-13","serial_number":"100789085580119","imei1":"100789085580119","imei2":"100789085580119","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T04:10:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171028,"job_number":"JOB_171028","tr_customer_id":171045,"tr_customer_product_id":171035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:27:10.000Z","modified_at":"2026-01-30T03:27:46.000Z","name":"Emmett Price","mobile_number":"605-665-2676","email_id":"Nat1@yahoo.com","dop":"2025-04-06","serial_number":"19727064882509","imei1":"19727064882509","imei2":"19727064882509","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T03:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171024,"job_number":"JOB_171024","tr_customer_id":171041,"tr_customer_product_id":171031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:26:28.000Z","modified_at":"2026-01-30T03:27:03.000Z","name":"Bettie Gottlieb","mobile_number":"672-999-8147","email_id":"Berenice.Witting68@hotmail.com","dop":"2025-04-06","serial_number":"17227610582223","imei1":"17227610582223","imei2":"17227610582223","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T03:27:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":171021,"job_number":"JOB_171021","tr_customer_id":171038,"tr_customer_product_id":171028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T03:25:45.000Z","modified_at":"2026-01-30T03:26:20.000Z","name":"Iliana Ratke","mobile_number":"465-864-8207","email_id":"Jaquelin.Lehner68@yahoo.com","dop":"2025-04-06","serial_number":"12328006768547","imei1":"12328006768547","imei2":"12328006768547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-30T03:26:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 358ms
Mean size per request: 1019B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTc1ODg0NX0.qE2IaY3JQrh3AnHzHFt9FFr20UAyDXZdUXq3040ksxM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 40076683-c785-4bce-91b6-38aa49368cf7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1019
ETag W/"3fb-9ZkLcxIKLIhcPFBTNu2TCQWMP9w"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":171561,"job_number":"JOB_171561","tr_customer_id":171578,"tr_customer_product_id":171568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:38.000Z","modified_at":"2026-01-30T07:40:45.000Z","name":"Richmond Beer","mobile_number":"322-628-1384","email_id":"Anibal.Von@gmail.com","dop":"2025-11-04","serial_number":"96832861930207","imei1":"96832861930207","imei2":"96832861930207","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-30T07:40:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 283ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTc1ODg0NX0.qE2IaY3JQrh3AnHzHFt9FFr20UAyDXZdUXq3040ksxM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 66795bbc-b2fa-4423-b0aa-c16c7fc05f06
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 171561
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 351ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTc1ODg0NX0.qE2IaY3JQrh3AnHzHFt9FFr20UAyDXZdUXq3040ksxM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ef51df05-ebb6-42c6-9356-190a3b9db55e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 69d610fa-cdea-421a-b9ac-b3c09929e6cd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-YZ71BQJIo0tF8nOcGkUmavF6sV0"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4NDh9.4h5a1N8vIXTxU5n1gsXVoRCeUqJOcMpWF9iCOxsOIQg"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 277ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MzR9.JCno9aWges30W3SOWghUfw8d7qvOvZFtj11BUPcHN-U
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d43088fd-af3f-437d-85b5-ef8c91b716a7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 292ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MzR9.JCno9aWges30W3SOWghUfw8d7qvOvZFtj11BUPcHN-U
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3b239d4b-b8e4-4b27-b7b4-f291ab8be319
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-Ji6q9ozBpNZ6g0Fa+WvwXrhHxjM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":553},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 292ms
Mean size per request: 1010B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MzR9.JCno9aWges30W3SOWghUfw8d7qvOvZFtj11BUPcHN-U
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e36de041-018a-4d2c-ace7-9711eabe4c80
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1010
ETag W/"3f2-ozanLAuRbvmIGYUbzXMAyrItGCg"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":171561,"job_number":"JOB_171561","tr_customer_id":171578,"tr_customer_product_id":171568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:38.000Z","modified_at":"2026-01-30T07:40:47.000Z","name":"Richmond Beer","mobile_number":"322-628-1384","email_id":"Anibal.Von@gmail.com","dop":"2025-11-04","serial_number":"96832861930207","imei1":"96832861930207","imei2":"96832861930207","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-30T07:40:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 289ms
Mean size per request: 1010B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MzR9.JCno9aWges30W3SOWghUfw8d7qvOvZFtj11BUPcHN-U
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 62083c89-553c-459e-8f43-173e9a603579
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1010
ETag W/"3f2-ozanLAuRbvmIGYUbzXMAyrItGCg"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":171561,"job_number":"JOB_171561","tr_customer_id":171578,"tr_customer_product_id":171568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-30T07:40:38.000Z","modified_at":"2026-01-30T07:40:47.000Z","name":"Richmond Beer","mobile_number":"322-628-1384","email_id":"Anibal.Von@gmail.com","dop":"2025-11-04","serial_number":"96832861930207","imei1":"96832861930207","imei2":"96832861930207","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-30T07:40:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 285ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MzR9.JCno9aWges30W3SOWghUfw8d7qvOvZFtj11BUPcHN-U
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a5739974-df1c-46fc-b440-f1c2bdccd2e3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 171561
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 295ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MzR9.JCno9aWges30W3SOWghUfw8d7qvOvZFtj11BUPcHN-U
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4080b94e-9f7e-44a7-ae86-db895ca06b84
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/171561
Response Information
Response Code: 200 - OK
Mean time per request: 289ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk3NTg4MzR9.JCno9aWges30W3SOWghUfw8d7qvOvZFtj11BUPcHN-U
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5c9f8b49-2fe8-407d-9bd1-bba3759c4168
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Fri, 30 Jan 2026 07:40:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request